Rev 12098 | Rev 12465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12098 | Rev 12101 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | !default help_level=!word 2 of $help_sw_tmp |
21 | !default help_level=!word 2 of $help_sw_tmp |
22 | !endif |
22 | !endif |
23 | !default help_score_max=10 |
23 | !default help_score_max=10 |
24 | 24 | ||
25 | !read lang/help.phtml.$moduclass_lang |
25 | !read lang/help.phtml.$moduclass_lang |
26 | !if $wims_user!=supervisor |
- | |
27 | !goto end |
- | |
28 | !endif |
- | |
29 | !for rule=1 to 6 |
- | |
30 | !set r=$(list[$rule;]) |
- | |
31 | <table class="wimsborder"> |
- | |
32 | <caption> $rule : \($(list[$rule;])\)</caption> |
- | |
33 | <tr> |
- | |
34 | <th>Q \ I</th> |
- | |
35 | !for ih = 0 to 10 |
- | |
36 | <th>$ih</th> |
- | |
37 | !next |
- | |
38 | </tr> |
- | |
39 | !for qh=0 to 10 |
- | |
40 | <tr><th>$qh</th> |
- | |
41 | !for ih = 0 to 10 |
- | |
42 | <td> |
- | |
43 | !set r1=!mathsubst I=$[$ih/10] in $r |
- | |
44 | !set r1=!mathsubst Q=$[$qh/10] in $r1 |
- | |
45 | $[ceil(100*$r1)/10] |
- | |
46 | </td> |
- | |
47 | !next |
- | |
48 | </tr> |
- | |
49 | !next |
- | |
50 | </table> |
- | |
51 | !next |
- | |
52 | :end |
- |