Rev 3511 | Rev 16227 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if dontknow iswordof $error |
||
3 | 实际上最后一步 |
||
4 | !if $step_reason=OK |
||
5 | 是对的. $step_remark |
||
6 | !else |
||
10482 | bpr | 7 | 是错的. $step_remark |
23 | reyssat | 8 | <p> |
9 | !read reasons/$step_reason.det |
||
10 | <p> |
||
10482 | bpr | 11 | 最后一部的正确答复应为 |
12 | <table class="wimscenter wimsnoborder" style="width:80%">><tr><td> |
||
23 | reyssat | 13 | !line $step of $good |
10482 | bpr | 14 | </td></tr></table> |
23 | reyssat | 15 | !endif |
10482 | bpr | 16 | <p>可惜你没有看清.</p> |
23 | reyssat | 17 | !goto gnext |
18 | !endif |
||
19 | |||
2071 | zjchen | 20 | <b>错误.</b> |
23 | reyssat | 21 | |
22 | !if step_error iswordof $error |
||
23 | !if $step_reason=OK |
||
24 | 但这一步完全正确! |
||
25 | $step_remark |
||
26 | !else |
||
27 | !if $ask_reason>0 and $step_reason!=$ans |
||
28 | 不, 最后一步是错的, 但不是你讲的理由. |
||
29 | !else |
||
30 | 不, 最后一步确实是错的. |
||
31 | !endif |
||
32 | $step_remark |
||
33 | <p> |
||
34 | !read reasons/$step_reason.det |
||
35 | <p> |
||
10482 | bpr | 36 | 最后一步的正确答案应为 |
37 | <table class="wimscenter" border="0" bgcolor="#d0c0d0" width="80%"><tr><td> |
||
23 | reyssat | 38 | !line $step of $good |
10482 | bpr | 39 | </td></tr></table> |
23 | reyssat | 40 | !endif |
41 | :gnext |
||
42 | <p> |
||
43 | !if $step<$stepcnt |
||
44 | !href cmd=reply&ans=next 转到下一步. |
||
45 | !else |
||
46 | 练习结束. 得分: $module_score/10. |
||
47 | !endif |
||
48 | !exit |
||
49 | !endif |
||
50 | |||
51 | !if bad_step iswordof $error |
||
52 | !if $badstep=0 |
||
53 | 你认为全部正确. |
||
54 | !else |
||
55 | 你认为从第$badstep步开始出错. |
||
56 | !endif |
||
57 | !if $bad_steps=$empty |
||
58 | 你错了: 所有步骤都对. |
||
59 | <p> |
||
60 | !line $badstep of $remarks |
||
61 | !else |
||
62 | 不, <em>首先</em>出错的是第$sss步. <p> |
||
63 | !if $badstep>0 |
||
64 | !if $badstep isitemof $bad_steps |
||
65 | 第$badstep步确实错了, 但这不是最早出错的地方. |
||
66 | !else |
||
67 | 恰恰相反, 第$badstep步是对的. |
||
68 | !endif |
||
69 | !else |
||
70 | $bad_reason <p> |
||
71 | !set rrr=!item 1 of $bad_reasons |
||
72 | !read reasons/$rrr.det |
||
73 | !endif |
||
74 | !endif |
||
75 | <p>得分: $module_score/10. |
||
76 | !exit |
||
77 | !endif |
||
78 | |||
10482 | bpr | 79 | !!!if double_reply=$error |
80 | !! 你已经提交了本练习的一个答案, 它已被分析并给分. |
||
81 | !!重复提交将被忽略. (不要使用浏览器的`刷新'按钮重复提交答案!) |
||
82 | !! !exit |
||
83 | !!!endif |
||
23 | reyssat | 84 | |
10482 | bpr | 85 | !msg $error |