Subversion Repositories wimsdev

Rev

Rev 5648 | Rev 5869 | Go to most recent revision | 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
2334 schaersvoo 4
<center><b>Tuning the score registration.</b> </center>
5
In the selective open mode, you can make time
4006 bpr 6
restrictions for score registrations, by adding words <tt class="wims_code_words">
7
&gt;yyyymmdd.hh:mm</tt>
2334 schaersvoo 8
 (starting time) and/or
4006 bpr 9
 <tt class="wims_code_words">
10
&lt;yyyymmdd.hh:mm</tt>
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.
5764 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.
5764 bpr 17
 <br/>
4006 bpr 18
 Format of cut times: <tt class="wims_code_words">yyyymmdd.hh:mm</tt> (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
2334 schaersvoo 29
 <center><b>Score dependencies</b></center>
30
Score dependencies means that a participant must get 
3921 bpr 31
required scores in other exercises of the worksheet before he/she can do 
4006 bpr 32
this one. For example, <tt class="wims_code_words">1:50,2:30,3+4+5:60</tt>
2334 schaersvoo 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.
35
 <p>
5648 obado 36
!if $wims_read_parm!=$empty
37
 !exit
38
!endif
2329 guerimand 39
 
40
:options
41
 <center><b>Options.</b></center>
2334 schaersvoo 42
 At this moment just a single option is available. 
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
2334 schaersvoo 55
 <center><b>Content</b></center>
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
62
!endif