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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: Matt Giuca
  • Date: 2010-02-24 13:13:21 UTC
  • mfrom: (1689.1.19 worksheet-marks)
  • Revision ID: matt.giuca@gmail.com-20100224131321-eno7xbrqsyukz869
Added worksheet marks reporting UI for lecturers. This includes the ability to view worksheet marks table in the web application and download as a CSV, as well as some basic statistics on exercise completion. Removed the ivle-marks script, as now lecturers can get the same data themselves. Fixes Launchpad bug #520179.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
    Print only each user's login name
292
292
 
293
293
 
294
 
ivle-marks
295
 
----------
296
 
 
297
 
.. program:: ivle-marks
298
 
 
299
 
:program:`ivle-marks [OPTIONS] <SUBJECT>`
300
 
 
301
 
Reports each student's marks for a given subject offering.
302
 
 
303
 
.. cmdoption:: <SUBJECT>
304
 
 
305
 
    Subject short (URL) name
306
 
 
307
 
.. cmdoption:: -s <SEMESTER>, --semester <SEMESTER>
308
 
 
309
 
    Semester of the offering (eg. 2009/1). Defaults to the currently
310
 
    active semester.
311
 
 
312
 
.. cmdoption:: -c <CUTOFF>, --cutoff <CUTOFF>
313
 
 
314
 
    Cutoff date (calculate the marks as of this date). Should be provided in 
315
 
    the form of ``YYYY-MM-DD H:M:S``.
316
 
 
317
 
 
318
294
ivle-mountallusers
319
295
------------------
320
296