Rev 6229 | Rev 8690 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3453 | bpr | 1 | !if $wims_read_parm!=$empty |
2 | !goto $wims_read_parm |
||
3 | !endif |
||
2210 | bpr | 4 | |
5 | :dependancies |
||
4044 | bpr | 6 | !read adm/title.phtml 1\ |
7 | $(name_shtab[6]) |
||
8 | |||
2210 | bpr | 9 | means that a participant must get |
3921 | bpr | 10 | required scores in other exercises of the worksheet before he/she can do |
7402 | bpr | 11 | this one. For example, |
5901 | bpr | 12 | <span class="tt wims_code_words">1:50,2:30,3+4+5:60</span> |
2210 | bpr | 13 | means that the |
14 | participant must get 50% success on exercise 1, 30% success on exercise 2, |
||
15 | and an average of 60% success on exercises 3, 4, 5. |
||
16 | |||
6229 | bpr | 17 | <br class="spacer" /> |
4044 | bpr | 18 | |
3453 | bpr | 19 | !if $wims_read_parm!=$empty |
20 | !exit |
||
21 | !endif |
||
2210 | bpr | 22 | |
23 | :allowtype |
||
4044 | bpr | 24 | !read adm/title.phtml 1\ |
25 | Score registration |
||
2210 | bpr | 26 | |
3947 | bpr | 27 | You can make restrictions to score registration, by selecting hosts from which |
7402 | bpr | 28 | the tasks can be done or by determining time periods for work by writing the following code |
5901 | bpr | 29 | <span class="tt wims_code_words"> |
30 | >yyyymmdd.hh:mm</span> |
||
2210 | bpr | 31 | (starting time) and/or |
5901 | bpr | 32 | <span class="tt wims_code_words"> |
33 | <yyyymmdd.hh:mm</span> |
||
3947 | bpr | 34 | (ending time). |
35 | Time must be the |
||
36 | SERVER's local time and items must be separated by spaces. |
||
37 | |||
5901 | bpr | 38 | For example, <span class="tt wims_code_words"> |
39 | 175.190.50. >20110421.15.15 <20110421.16.15</span> |
||
3947 | bpr | 40 | |
5622 | bpr | 41 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :variable |
42 | !read lang/help.phtml.fr variable |
||
43 | |||
2423 | bpr | 44 | !exit |
4528 | bpr | 45 | |
46 | :feedback |
||
47 | !read adm/title.phtml 1\ |
||
48 | $(name_shtab[10]) |
||
5366 | bpr | 49 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :feedback |
4528 | bpr | 50 | !read lang/help.phtml.fr feedback |
51 | |||
52 | !exit |
||
7402 | bpr | 53 | |
54 | :series |
||
55 | !! for translation copy the part of the lang/help.phtml.fr corresponding to the record :series |
||
56 | !read lang/help.phtml.fr series |
||
57 | |||
58 | !exit |