Subversion Repositories wimsdev

Rev

Rev 5366 | Rev 6229 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!if $wims_read_parm!=$empty
 !goto $wims_read_parm
!endif

:dependancies
!read adm/title.phtml 1\
$(name_shtab[6])

  means that a participant must get
  required scores in other exercises of the worksheet before he/she can do
  this one. For example, 
  <tt class="wims_code_words">1:50,2:30,3+4+5:60</tt>
  means that the
  participant must get 50% success on exercise 1, 30% success on exercise 2,
  and an average of 60% success on exercises 3, 4, 5.

<div class="emptyline"></div>

!if $wims_read_parm!=$empty
 !exit
!endif

:allowtype
!read adm/title.phtml 1\
Score registration

You can make restrictions to score registration, by selecting hosts from which
the tasks can be done or by determining time periods for work by writing the following code  
<tt class="wims_code_words">
&gt;yyyymmdd.hh:mm</tt>
(starting time) and/or
<tt class="wims_code_words">
&lt;yyyymmdd.hh:mm</tt>
(ending time).
Time must be the
SERVER's local time and items must be separated by spaces.

For example, <tt class="wims_code_words">
175.190.50. &gt;20110421.15.15  &lt;20110421.16.15</tt>

!! for translation copy the part of the lang/help.phtml.fr corresponding to the record :variable
!read lang/help.phtml.fr variable

!exit

:feedback
!read adm/title.phtml 1\
$(name_shtab[10])
!! for translation copy the part of the lang/help.phtml.fr corresponding to the record :feedback
!read lang/help.phtml.fr feedback

!exit