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