Subversion Repositories wimsdev

Rev

Rev 20 | Rev 196 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
152 bpr 1
 
2
!if $module_language notwordof cn
20 reyssat 3
<H3><center>Using a document block for worksheet presentation</center></H3>
4
 
5
You may put the address of a document block
6
(such as <tt>c1/main</tt>) to be the presentation page of the work sheet.
7
The document itself need not be readable by participants.
8
<p>
9
Leave this field blank if you want to use the standard presentation page.
10
<p>
11
Links to individual exercises should be defined using the command
12
<tt>\exercise</tt>.
13
You can use the following pre-defined variables:<ul>
14
 <li><tt>\scorerequire</tt> Required points of each exercise
15
 <li><tt>\scoregot</tt> Participant's point achievements on each exercise
16
 <li><tt>\scoremean</tt> Participant's average score on each exercise
17
 <li><tt>\expiration</tt> Expiration date of the sheet, yyyymmdd
18
 <li><tt>\today</tt> Date of today, yyyymmdd
19
</ul>
20
All the score parameters are lists of numbers, each member of the list
21
corresponding to the number for an exercise of the sheet.
152 bpr 22
!endif
20 reyssat 23
 
152 bpr 24
!if $module_language=cn
25
<H3><center>在作业页展示中使用文件块</center></H3>
20 reyssat 26
 
152 bpr 27
你可以把文件块的地址
28
(例如 <tt>c1/main</tt>)作为作业页的展示页.
29
文件本身对于参加者而言不必是可读的.
30
<p>
31
如果你要使用标准的展示页, 可把这一栏留空.
32
<p>
33
对个别练习的链接应该使用命令
34
<tt>\exercise</tt> 定义.
35
你可以使用以下预定义的变量:<ul>
36
 <li><tt>\scorerequire</tt> 每个练习需要的分数
37
 <li><tt>\scoregot</tt> 每个练习中参加者得到的分数
38
 <li><tt>\scoremean</tt> 每个练习的参加者的平均分
39
 <li><tt>\expiration</tt> 作业页的有效期, yyyymmdd
40
 <li><tt>\today</tt> 今天的日期, yyyymmdd
41
</ul>
42
所有的得分参数都是数字的表,
43
表的每个项对应于作业页的练习数.
44
!endif
45
 
46
 
47