Subversion Repositories wimsdev

Rev

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

Rev 5764 Rev 5901
Line 4... Line 4...
4
 
4
 
5
:allowtype
5
:allowtype
6
<h2 id="allowtype">Tuning the score registration</h2>
6
<h2 id="allowtype">Tuning the score registration</h2>
7
<p>
7
<p>
8
In the selective open mode, you can make time
8
In the selective open mode, you can make time
9
restrictions for score registrations, by adding words <tt class="wims_code_words">
9
restrictions for score registrations, by adding words <span class="tt wims_code_words">
10
&gt;yyyymmdd.hh:mm</tt>
10
&gt;yyyymmdd.hh:mm</span>
11
 (starting time) and/or
11
 (starting time) and/or
12
 <tt class="wims_code_words">
12
 <span class="tt wims_code_words">
13
&lt;yyyymmdd.hh:mm</tt>
13
&lt;yyyymmdd.hh:mm</span>
14
 (ending time). These must be in the
14
 (ending time). These must be in the
15
 SERVER's local time, and must be separated from other words by white spaces.
15
 SERVER's local time, and must be separated from other words by white spaces.
16
 <br/>
16
 <br/>
17
 Cut times are used to let people take the exam in different sessions. A
17
 Cut times are used to let people take the exam in different sessions. A
18
 participant having worked on the exam before a cut time will have no access
18
 participant having worked on the exam before a cut time will have no access
19
 after the cut time.
19
 after the cut time.
20
 <br/>
20
 <br/>
21
 Format of cut times: <tt class="wims_code_words">yyyymmdd.hh:mm</tt> (separate several cut times
21
 Format of cut times: <span class="tt wims_code_words">yyyymmdd.hh:mm</span> (separate several cut times
22
 by white spaces).
22
 by white spaces).
23
</p>
23
</p>
24
 
24
 
25
:variable
25
:variable
26
<p id="variable">
26
<p id="variable">
Line 40... Line 40...
40
 
40
 
41
:dependency
41
:dependency
42
<h2 id="score_dependency">Score dependencies</h2>
42
<h2 id="score_dependency">Score dependencies</h2>
43
<p>Score dependencies refers to a certain number of points (or percentages) that must be obtained before
43
<p>Score dependencies refers to a certain number of points (or percentages) that must be obtained before
44
the student is allowed to move on to the next exercise.
44
the student is allowed to move on to the next exercise.
45
For example, <tt class="wims_code_words">1:50,2:30,3+4+5:60</tt>
45
For example, <span class="tt wims_code_words">1:50,2:30,3+4+5:60</span>
46
 means that the participant must have 50% of the points required on exercise 1, 30% on exercise 2, 
46
 means that the participant must have 50% of the points required on exercise 1, 30% on exercise 2, 
47
 and an average of 60% on exercises 3,4,5.
47
 and an average of 60% on exercises 3,4,5.
48
</p>
48
</p>
49
!if $wims_read_parm!=$empty
49
!if $wims_read_parm!=$empty
50
 !exit
50
 !exit