Rev 5869 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5869 | Rev 5901 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !goto $wims_read_parm |
1 | !goto $wims_read_parm |
2 | 2 | ||
3 | :allowtype |
3 | :allowtype |
4 | <p class="wimscenter" style="font-weight:bold;">Tuning the score registration.</p> |
4 | <p class="wimscenter" style="font-weight:bold;">Tuning the score registration.</p> |
5 | In the selective open mode, you can make time |
5 | In the selective open mode, you can make time |
6 | restrictions for score registrations, by adding words < |
6 | restrictions for score registrations, by adding words <span class="tt wims_code_words"> |
7 | >yyyymmdd.hh:mm</ |
7 | >yyyymmdd.hh:mm</span> |
8 | (starting time) and/or |
8 | (starting time) and/or |
9 | < |
9 | <span class="tt wims_code_words"> |
10 | <yyyymmdd.hh:mm</ |
10 | <yyyymmdd.hh:mm</span> |
11 | (ending time). These must be in the |
11 | (ending time). These must be in the |
12 | SERVER's local time, and must be separated from other words by white spaces. |
12 | SERVER's local time, and must be separated from other words by white spaces. |
13 | <br/> |
13 | <br/> |
14 | Cut times are used to let people take the exam in different sessions. A |
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 |
15 | participant having worked on the exam before a cut time will have no access |
16 | after the cut time. |
16 | after the cut time. |
17 | <br/> |
17 | <br/> |
18 | Format of cut times: <tt |
18 | Format of cut times: <span class="tt wims_code_words">yyyymmdd.hh:mm</span> (separate several cut times |
19 | by white spaces). |
19 | by white spaces). |
20 | 20 | ||
21 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :variable |
21 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :variable |
22 | !read lang/help.phtml.fr variable |
22 | !read lang/help.phtml.fr variable |
23 | 23 | ||
Line 27... | Line 27... | ||
27 | 27 | ||
28 | :dependency |
28 | :dependency |
29 | <p class="wimscenter" style="font-weight:bold;">Score dependencies</p> |
29 | <p class="wimscenter" style="font-weight:bold;">Score dependencies</p> |
30 | Score dependencies means that a participant must get |
30 | Score dependencies means that a participant must get |
31 | required scores in other exercises of the worksheet before he/she can do |
31 | required scores in other exercises of the worksheet before he/she can do |
32 | this one. For example, <tt |
32 | this one. For example, <span class="tt wims_code_words">1:50,2:30,3+4+5:60</span> |
33 | means that the participant must get 50% success on exercise 1, 30% success on exercise 2, |
33 | means that the participant must get 50% success on exercise 1, 30% success on exercise 2, |
34 | and an average of 60% success on exercises 3,4,5. |
34 | and an average of 60% success on exercises 3,4,5. |
35 | <p> |
35 | <p> |
36 | !if $wims_read_parm!=$empty |
36 | !if $wims_read_parm!=$empty |
37 | !exit |
37 | !exit |