Rev 11561 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13464 | obado | 1 | !set lang_exists=yes |
27 | reyssat | 2 | |
3 | Works in virtual classes are organized in worksheets. |
||
4 | <p> |
||
5 | Each virtual class can have up to 64 worksheets, and each worksheet can |
||
6 | contain up to 64 work items. A work item can be any Wims module: exercise, |
||
7 | tool, or other. |
||
11561 | bpr | 8 | </p><p> |
27 | reyssat | 9 | Each worksheet has a status. The status of a newly created worksheet is |
10 | <em>under preparation</em>, which allows work items be added and modified. |
||
11 | This is the only status under which the worksheet can be deleted. A |
||
12 | worksheet under preparation is only visible by the supervisor. |
||
11561 | bpr | 13 | </p><p> |
27 | reyssat | 14 | When the supervisor activates a worksheet under preparation, the sheet |
11561 | bpr | 15 | becomes <em>active</em>. It can no longer be modified or deleted, and |
27 | reyssat | 16 | participants will be able to work on it. |
11561 | bpr | 17 | </p><p> |
18 | Each worksheet has an expiration date. Passing this date, it becomes |
||
27 | reyssat | 19 | <em>expired</em>, in which case participants will continue to see it and be |
20 | able to work on it, but no score will be registered. |
||
11561 | bpr | 21 | </p><p> |
27 | reyssat | 22 | And an expired sheet can become <em>hidden</em>, in which case participants |
23 | no longer see it (but it is always visible to the supervisor). |
||
11561 | bpr | 24 | </p><p> |
27 | reyssat | 25 | The supervisor can manually switch a worksheet between <em>active</em>, |
26 | <em>expire</em> and <em>hidden</em> (in any direction). |
||
11561 | bpr | 27 | </p> |