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

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: William Grant
  • Date: 2010-07-27 12:09:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1826.
  • Revision ID: grantw@unimelb.edu.au-20100727120913-v0kfnwxzbiwrjnue
(simple)json always returns a unicode when decoding, while cjson returned a str where possible. This makes cPickle unhappy, so convert back to a str.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
clicking on *Add a new project* within that box. The fields should be fairly
166
166
self-explanatory.
167
167
 
168
 
.. warning::
169
 
   You can't currently edit or delete a project after it has been created.
170
 
 
171
168
Group projects are complicated by what we call "project sets". A "project set"
172
169
is a set of group projects where the student groups are the same throughout.
173
170
For instance, you will see Phase 2 and Phase 3 inside the same project set
183
180
for all projects in a set, but if you create a new set, the students will have
184
181
to start using a new repository.
185
182
 
 
183
.. warning::
 
184
   You can't delete a project set after it has been created (this could cause
 
185
   problems for groups and their repositories).
 
186
 
186
187
Usually, the hassle of getting into new groups and creating new repositories
187
188
means that you will want to create just two project sets for a subject: one
188
189
for solo projects, and another for group projects.
207
208
use the username, revision and URL given). Subversion will likely prompt for a
208
209
password. For the sample data, this password is ``password``, but in general, it
209
210
will **not** be your normal IVLE password. You can learn your Subversion
210
 
password by opening a Console in IVLE and typing::
211
 
 
212
 
 import ivle.config
213
 
 ivle.config.Config()['user_info']['svn_pass']
 
211
password by going to your user settings page (it is hidden by default, for
 
212
security reasons).
214
213
 
215
214
This will check out the student's work into the current directory, to inspect.
216
215
 
271
270
page. This shows the marks in each worksheet, and in the subject overall, for
272
271
each student, and can be used to calculate each student's final grade.
273
272
 
 
273
.. note::
 
274
   The marks are calculated from the current time, by default. However,
 
275
   normally, there is a cutoff time after which students cannot gain any
 
276
   additional marks for worksheets. You can set this cutoff in the offering
 
277
   edit page. Once set, the marks will be calculated based on submissions up
 
278
   until that date, and students will be notified of the cutoff time.
 
279
 
274
280
The "Download as CSV file" link provides these same statistics in CSV format,
275
281
which can be easily parsed.
276
282
 
287
293
-------------------
288
294
 
289
295
Firstly, pull down the IVLE menu (top-left). There is an additional item for
290
 
admins -- the *Users* page. This lists all users with an account in IVLE.
291
 
Clicking on a username takes you to the user's profile page. Try it with the
292
 
user ``lecturer``.
 
296
admins -- the *Users* page. This lists all users with an account in IVLE, and
 
297
lets you create new ones. Clicking on a username takes you to the user's
 
298
profile page. Try it with the user ``lecturer``.
293
299
 
294
300
The profile page is exactly the same as the user himself would see it, but
295
301
with a few more buttons on the side. *Change password* is the same as the