Subversion Repositories wimsdev

Rev

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

Rev 5513 Rev 5903
Line 2... Line 2...
2
 
2
 
3
You may put the address of a document block
3
You may put the address of a document block
4
(such as <tt class="wims_fname">c1/main</tt>) to be the presentation page of the work sheet.
4
(such as <span class="tt wims_fname">c1/main</span>) to be the presentation page of the work sheet.
5
The document itself need not be readable by participants.
5
The document itself need not be readable by participants.
6
<p>
6
<p>
7
Leave this field blank if you want to use the standard presentation page.
7
Leave this field blank if you want to use the standard presentation page.
8
<p>
8
<p>
9
Links to individual exercises should be defined using the command
9
Links to individual exercises should be defined using the command
10
<tt class="wims_code_variable">\exercise</tt>.
10
<span class="tt wims_code_variable">\exercise</span>.
11
You can use the following pre-defined variables:<ul>
11
You can use the following pre-defined variables:<ul>
12
 <li><tt class="wims_code_variable">\scorerequire</tt> Required points of each exercise
12
 <li><span class="tt wims_code_variable">\scorerequire</span> Required points of each exercise
13
 </li><li><tt class="wims_code_variable">\scoregot</tt> Participant's point achievements on each exercise
13
 </li><li><span class="tt wims_code_variable">\scoregot</span> Participant's point achievements on each exercise
14
 </li><li><tt class="wims_code_variable">\scoremean</tt> Participant's average score on each exercise
14
 </li><li><span class="tt wims_code_variable">\scoremean</span> Participant's average score on each exercise
15
 </li><li><tt class="wims_code_variable">\expiration</tt> Expiration date of the sheet, yyyymmdd
15
 </li><li><span class="tt wims_code_variable">\expiration</span> Expiration date of the sheet, yyyymmdd
16
 </li><li><tt class="wims_code_variable">\today</tt> Date of today, yyyymmdd
16
 </li><li><span class="tt wims_code_variable">\today</span> Date of today, yyyymmdd
17
 </li>
17
 </li>
18
</ul>
18
</ul>
19
All the score parameters are lists of numbers, each member of the list
19
All the score parameters are lists of numbers, each member of the list
20
corresponding to the number for an exercise of the sheet.
20
corresponding to the number for an exercise of the sheet.
21
 
21