<h3><center>Using a document block for worksheet presentation</center></h3>
You may put the address of a document block
(such as <tt class="wims_fname">c1/main</tt>) to be the presentation page of the work sheet.
The document itself need not be readable by participants.
<p>
Leave this field blank if you want to use the standard presentation page.
<p>
Links to individual exercises should be
defined using the command
<tt class="wims_code_variable">\exercise</tt>.
You can
use the following pre
-defined variables
:<ul
>
<li
><tt
class="wims_code_variable">\scorerequire
</tt
> Required points of
each exercise
</li><li><tt class="wims_code_variable">\scoregot</tt> Participant's point achievements on each exercise
</li><li><tt class="wims_code_variable">\scoremean</tt> Participant's average score on
each exercise
</li
><li
><tt
class="wims_code_variable">\expiration
</tt
> Expiration
date of the sheet
, yyyymmdd
</li
><li
><tt
class="wims_code_variable">\today
</tt
> Date of today
, yyyymmdd
</li>
</ul>
All the score parameters are lists of numbers
, each member of the
list
corresponding to the number for an exercise of the sheet.
<p>
<b>For example</b>, if you are creating worksheet number 5, write the following instructions
in the </tt>c1/main</tt> block of the document:
<pre>
\exercise{5/1} : Score required: \scorerequire[1]
Score obtained: \scoregot[1]
\exercise{5/2} : Score required: \scorerequire[2]
Score obtained: \scoregot[2]
\exercise{5/3}{Un autre titre}: Score required \scorerequire[3]
Score obtained: \scoregot[3]
</pre>