Subversion Repositories wimsdev

Rev

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

Rev 196 Rev 404
Line 1... Line 1...
1
!if $module_language iswordof cn fr
1
!if $module_language iswordof cn fr en
2
 !read help/$module_language/sheetpage.phtml
2
 !read help/$module_language/sheetpage.phtml
3
 !exit
3
 !exit
4
!endif
4
!endif
5
 
5
 
6
<H3><center>Using a document block for worksheet presentation</center></H3>
-
 
7
 
-
 
8
You may put the address of a document block
6
 !read help/en/sheetpage.phtml
9
(such as <tt>c1/main</tt>) to be the presentation page of the work sheet.
-
 
10
The document itself need not be readable by participants.
-
 
11
<p>
-
 
12
Leave this field blank if you want to use the standard presentation page.
-
 
13
<p>
-
 
14
Links to individual exercises should be defined using the command
-
 
15
<tt>\exercise</tt>.
-
 
16
You can use the following pre-defined variables:<ul>
-
 
17
 <li><tt>\scorerequire</tt> Required points of each exercise
-
 
18
 <li><tt>\scoregot</tt> Participant's point achievements on each exercise
-
 
19
 <li><tt>\scoremean</tt> Participant's average score on each exercise
-
 
20
 <li><tt>\expiration</tt> Expiration date of the sheet, yyyymmdd
-
 
21
 <li><tt>\today</tt> Date of today, yyyymmdd
-
 
22
</ul>
-
 
23
All the score parameters are lists of numbers, each member of the list
-
 
24
corresponding to the number for an exercise of the sheet.
-