Subversion Repositories wimsdev

Rev

Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6235 Rev 17229
Line 8... Line 8...
8
 (starting time) and/or
8
 (starting time) and/or
9
 <span class="tt wims_code_words">
9
 <span class="tt wims_code_words">
10
&lt;yyyymmdd.hh:mm</span>
10
&lt;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: <span class="tt wims_code_words">yyyymmdd.hh:mm</span> (separate several cut times
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
Line 25... Line 25...
25
 !exit
25
 !exit
26
!endif
26
!endif
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, <span class="tt wims_code_words">1:50,2:30,3+4+5:60</span>
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
38
!endif
38
!endif
39
 
39
 
40
:options
40
:options
41
  <p class="wimscenter" style="font-weight:bold;">Options.</p>
41
  <p class="wimscenter" style="font-weight:bold;">Options.</p>
42
 At this moment just a single option is available. 
42
 At this moment just a single option is available.
43
 <ul>
43
 <ul>
44
  <li><em>autogen</em> means that the exercise is automatically generated
44
  <li><em>autogen</em> means that the exercise is automatically generated
45
  even if the user does not click on it. So that he can consult the registered
45
  even if the user does not click on it. So that he can consult the registered
46
  exercise even when the session is closed. Not recommended except for
46
  exercise even when the session is closed. Not recommended except for
47
  manually scored exercises.
47
  manually scored exercises.