1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
!read adm/title.phtml 1\
\
ҵҳ
!set wims_backslash_insmath=yes
!if $wims_user=supervisor
<p>
ÿμÿҵҳϵĹ, ƽֵ:
һʵʵ÷ֹӦ÷ֵİٷֱ, һҳϰĵ÷.
x ǰٷ, y , ߾ȡ 0 1 ֵ֮.
ֵĹʽʾ.
</p>
!reset table_center
$table_header
$table_hdtr<th></th><th>ʽ</th><th></th></tr>
$table_tr<td>0</td><td>$scoremax max(x,y)
</td><td>dz: ȡٷֱļֵ.</td></tr>
$table_tr<td>1</td><td>$scoremax x
</td><td>. ֻҪҵܵõߵ.</td></tr>
$table_tr<td>2</td><td>$scoremax x y<sup>0.3</sup>
</td><td>ֻкСӰ.</td></tr>
$table_tr<td>3</td><td>$scoremax x y<sup>0.5</sup>
</td><td>Ӱ..</td></tr>
$table_tr<td>4</td><td>$scoremax x y
</td><td>Ϊõ߷, ȡ(100%), Ҳ(=1).
$table_tr<td>5</td><td>$scoremax x<sup>2</sup> y
</td><td>δɵҵ۷.</td></tr>
$table_tr<td>6</td><td>$scoremax x<sup>2</sup> y<sup>2</sup>
</td><td>κδϳ.</td></tr>
$table_end
!read help/sheetscore.phtml
ע : 0 1, һϰС 1,
ôڼ x ʱϰĵ÷ְٷʱ 0% ;
1 2 ֮,
ôڼ x ʱϰĵ÷ְٷʱ 2.
!else
ĽʦѶһҳѡȡ˼Ʒַʽ.
, Ĺƽֵ :
<ul>
<li>
!if $help_sw=0
I ۼƷֳҪ÷ 10*n
!endif
!if $help_sw=1
I n ѵ÷ֵƽ,
!endif
!if $help_sw=2
I n ѵ÷ֵСֵ
!endif
</li>
<li>
Q ϰе÷ֵ.
</li>
</ul>
һϰС 1,
ϰ I ȡ 0;
ֽ 1 2 ֮,
ڼҳĵ÷ʱ I 2.
</p><p>
Щƽֵȡ 0 1 ֮,
ҳ÷ֵļ㹫ʽ
\($scoremax * $(list[$help_level+1;]) \)
!endif
|