~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

Semesters now have separate URL name, display name and code attributes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
any submitted project from the subject page.
94
94
 
95
95
If you go into the *Intermediate IVLE ‣ group1* directory, you will be able
96
 
to make a group submission to Phase 2 (which is a group project). Note that
97
 
the Phase 3 submission has already closed.
98
 
Also note that the file here (``phase2.html``) was edited by studenta and
 
96
to make a group submission to Phase 2 (which is a group project). Also note
 
97
that the file here (``phase2.html``) was edited by studenta and
99
98
studentb collaboratively, as you can see in the project's revision log.
100
99
 
 
100
Note that the Phase 3 submission has already closed. You can still make a
 
101
"late submission" to a project that has closed, but there is an extra
 
102
confirmation step. Lecturers are given details on late submissions and may
 
103
deduct marks accordingly.
 
104
 
 
105
 
101
106
Worksheets
102
107
----------
103
108
 
200
205
This takes you to a page which lists the latest submissions from every student
201
206
(presumably you will just see the submission made by ``studenta`` earlier in
202
207
this tour). Next to each submission is a command line, beginning with
203
 
``svn co``. For instance, you might see the line::
 
208
``svn export``. For instance, you might see the line::
204
209
 
205
 
 svn co --username lecturer -r7 http://svn.ivle.localhost/users/studenta/ivle-102/phase1.html
 
210
 svn export --username lecturer -r7 'http://svn.ivle.localhost/users/studenta/ivle-102/phase1.html' studenta.html
206
211
 
207
212
Paste this line into a command-line (or, if you use a GUI Subversion client,
208
213
use the username, revision and URL given). Subversion will likely prompt for a
209
214
password. For the sample data, this password is ``password``, but in general, it
210
215
will **not** be your normal IVLE password. You can learn your Subversion
211
 
password by opening a Console in IVLE and typing::
212
 
 
213
 
 import ivle.config
214
 
 ivle.config.Config()['user_info']['svn_pass']
215
 
 
216
 
This will check out the student's work into the current directory, to inspect.
 
216
password by going to your user settings page (it is hidden by default, for
 
217
security reasons).
 
218
 
 
219
This will download the student's work into the current directory, to inspect.
 
220
 
 
221
.. note::
 
222
   This page shows late submissions in red, with a "*", and the number of
 
223
   days late, rounded upwards. Therefore, a submission which is 1 second late
 
224
   is shown with a "(1)", while a submission that is 24 hours and 1 second
 
225
   late is shown with a "(2)".
217
226
 
218
227
You can also try to check out the group submission from Phase 2.
219
228
 
220
 
.. warning::
221
 
   It is currently not possible to check out a single file (not a directory)
222
 
   submission using the instructions given. Instead, run ``svn cat``, and
223
 
   redirect the output into a file.
224
 
 
225
229
Managing worksheets and exercises
226
230
---------------------------------
227
231
 
272
276
page. This shows the marks in each worksheet, and in the subject overall, for
273
277
each student, and can be used to calculate each student's final grade.
274
278
 
 
279
.. note::
 
280
   The marks are calculated from the current time, by default. However,
 
281
   normally, there is a cutoff time after which students cannot gain any
 
282
   additional marks for worksheets. You can set this cutoff in the offering
 
283
   edit page. Once set, the marks will be calculated based on submissions up
 
284
   until that date, and students will be notified of the cutoff time.
 
285
 
275
286
The "Download as CSV file" link provides these same statistics in CSV format,
276
287
which can be easily parsed.
277
288
 
288
299
-------------------
289
300
 
290
301
Firstly, pull down the IVLE menu (top-left). There is an additional item for
291
 
admins -- the *Users* page. This lists all users with an account in IVLE.
292
 
Clicking on a username takes you to the user's profile page. Try it with the
293
 
user ``lecturer``.
 
302
admins -- the *Users* page. This lists all users with an account in IVLE, and
 
303
lets you create new ones. Clicking on a username takes you to the user's
 
304
profile page. Try it with the user ``lecturer``.
294
305
 
295
306
The profile page is exactly the same as the user himself would see it, but
296
307
with a few more buttons on the side. *Change password* is the same as the