Subversion Repositories wimsdev

Rev

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