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