Rev 17229 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2329 | guerimand | 1 | !goto $wims_read_parm |
2 | |||
3 | :allowtype |
||
5869 | bpr | 4 | <p class="wimscenter" style="font-weight:bold;">Tuning the score registration.</p> |
2334 | schaersvoo | 5 | In the selective open mode, you can make time |
5901 | bpr | 6 | restrictions for score registrations, by adding words <span class="tt wims_code_words"> |
7 | >yyyymmdd.hh:mm</span> |
||
2334 | schaersvoo | 8 | (starting time) and/or |
5901 | bpr | 9 | <span class="tt wims_code_words"> |
10 | <yyyymmdd.hh:mm</span> |
||
2334 | schaersvoo | 11 | (ending time). These must be in the |
12 | SERVER's local time, and must be separated from other words by white spaces. |
||
17229 | bpr | 13 | <br> |
2334 | schaersvoo | 14 | Cut times are used to let people take the exam in different sessions. A |
15 | participant having worked on the exam before a cut time will have no access |
||
16 | after the cut time. |
||
17229 | bpr | 17 | <br> |
5901 | bpr | 18 | Format of cut times: <span class="tt wims_code_words">yyyymmdd.hh:mm</span> (separate several cut times |
2334 | schaersvoo | 19 | by white spaces). |
5622 | bpr | 20 | |
21 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :variable |
||
22 | !read lang/help.phtml.fr variable |
||
23 | |||
5648 | obado | 24 | !if $wims_read_parm!=$empty |
25 | !exit |
||
26 | !endif |
||
2329 | guerimand | 27 | |
28 | :dependency |
||
5869 | bpr | 29 | <p class="wimscenter" style="font-weight:bold;">Score dependencies</p> |
17229 | bpr | 30 | Score dependencies means that a participant must get |
31 | required scores in other exercises of the worksheet before he/she can do |
||
5901 | bpr | 32 | this one. For example, <span class="tt wims_code_words">1:50,2:30,3+4+5:60</span> |
17229 | bpr | 33 | means that the participant must get 50% success on exercise 1, 30% success on exercise 2, |
2334 | schaersvoo | 34 | and an average of 60% success on exercises 3,4,5. |
35 | <p> |
||
5648 | obado | 36 | !if $wims_read_parm!=$empty |
37 | !exit |
||
38 | !endif |
||
2329 | guerimand | 39 | |
40 | :options |
||
5869 | bpr | 41 | <p class="wimscenter" style="font-weight:bold;">Options.</p> |
17229 | bpr | 42 | At this moment just a single option is available. |
2334 | schaersvoo | 43 | <ul> |
44 | <li><em>autogen</em> means that the exercise is automatically generated |
||
3950 | bpr | 45 | even if the user does not click on it. So that he can consult the registered |
2334 | schaersvoo | 46 | exercise even when the session is closed. Not recommended except for |
47 | manually scored exercises. |
||
48 | </li> |
||
49 | </ul> |
||
5648 | obado | 50 | !if $wims_read_parm!=$empty |
51 | !exit |
||
52 | !endif |
||
2329 | guerimand | 53 | |
54 | :contenu |
||
5869 | bpr | 55 | <p class="wimscenter" style="font-weight:bold;">Content</p> |
2334 | schaersvoo | 56 | This exercise can be (randomly) taken from a list of existing exercises in |
57 | worksheets. Please mark the worksheet exercises in the following list, which |
||
58 | you want to be candidate of this exam exercise. |
||
59 | |||
5648 | obado | 60 | !if $wims_read_parm!=$empty |
61 | !exit |
||
17229 | bpr | 62 | !endif |
17382 | guerimand | 63 | |
64 | :exammode |
||
65 | !! lang_TODO |
||
66 | !changeto lang/help.phtml.fr $wims_read_parm |
||
67 | |||
68 | !if $wims_read_parm!=$empty |
||
69 | !exit |
||
70 | !endif |