Rev 10208 | Rev 13541 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
121 | bpr | 1 | |
20 | reyssat | 2 | !if empty_out iswordof $error |
121 | bpr | 3 | 你的回答不包含任何输出. 请改正. |
20 | reyssat | 4 | !if $m_reply_err!=$empty |
5947 | bpr | 5 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
20 | reyssat | 6 | !endif |
7 | !exit |
||
8 | !endif |
||
9 | |||
6318 | bpr | 10 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
20 | reyssat | 11 | |
12 | !if bad_answer iswordof $error |
||
13 | !if illegalname iswordof $test |
||
10223 | bpr | 14 | 你的回答包含非法名字<span class="tt">$illegal_name</span>. 请改正. |
20 | reyssat | 15 | !exit |
16 | !endif |
||
17 | !if lengthoverflow iswordof $test |
||
121 | bpr | 18 | 你的回答超长. 请重写. |
20 | reyssat | 19 | !exit |
20 | !endif |
||
7170 | bpr | 21 | 你的回答 |
10223 | bpr | 22 | <span span class="tt">$bad_value</span> |
121 | bpr | 23 | !if unknownword iswordof $test |
24 | !set w=!word 3 of $test |
||
10223 | bpr | 25 | 看不懂: 回答中的<span class="tt">$w</span> |
121 | bpr | 26 | 与问题无关. 请改正. |
27 | !exit |
||
20 | reyssat | 28 | !endif |
8712 | reyssat | 29 | !if nocompute iswordof $test |
121 | bpr | 30 | 是不允许的: 请你自己计算出答数, 再将其送回. |
31 | !exit |
||
32 | !endif |
||
8712 | reyssat | 33 | !if nocomputecomplex iswordof $test |
8723 | zjchen | 34 | 是不允许的. |
35 | 请按下列形式给出复数 |
||
10223 | bpr | 36 | <span class="tt"> a + b i </span> |
8723 | zjchen | 37 | 其中 |
10223 | bpr | 38 | <span class="tt">a</span> |
8723 | zjchen | 39 | 和 |
10223 | bpr | 40 | <span class="tt">b</span> |
8723 | zjchen | 41 | 是计算出来的数值 (例如, |
10223 | bpr | 42 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
8712 | reyssat | 43 | !exit |
44 | !endif |
||
121 | bpr | 45 | !if badform iswordof $test |
2071 | zjchen | 46 | !if noreduced iswordof $test |
47 | 没有写成最简形式. 请约简分式. |
||
48 | !exit |
||
49 | !endif |
||
121 | bpr | 50 | 不符要求. 请重新写成正确的形式. |
51 | !exit |
||
52 | !endif |
||
53 | !if notunit iswordof $test |
||
54 | 只是一个数: 请写出它的单位. |
||
55 | !exit |
||
56 | !endif |
||
10208 | bpr | 57 | !if bad_variable iswordof $test |
10207 | bpr | 58 | is not understandable. It should contain extra variables. |
59 | !exit |
||
60 | !endif |
||
61 | is not understandable. |
||
121 | bpr | 62 | 看不懂. 请改正后重新发送. |
20 | reyssat | 63 | !exit |
64 | !endif |
||
65 | |||
66 | !if bad_exo iswordof $error |
||
121 | bpr | 67 | 由于本练习有错,无法检测你的回答的正确性. 你现在唯一的解决办法是换一个 |
20 | reyssat | 68 | 练习, 非常抱歉. |
69 | <p> |
||
121 | bpr | 70 | 如果你要报告本练习的错误, |
20 | reyssat | 71 | !if $email!=$empty |
72 | 请 |
||
73 | !mailurl $email 与作者联系 |
||
74 | . |
||
75 | !else |
||
76 | 请与作者联系. |
||
77 | !endif |
||
6071 | bpr | 78 | </p> |
20 | reyssat | 79 | !exit |
80 | !endif |
||
81 | |||
82 | !if too_many_print iswordof $error |
||
83 | 你对可打印版本的请求超过了限制. |
||
84 | !exit |
||
85 | !endif |
||
86 | |||
3611 | bpr | 87 | !if chemclick_empty_data iswordof $error |
3612 | zjchen | 88 | 你没有选取原子或键. 请参见帮助. |
3611 | bpr | 89 | !exit |
90 | !endif |
||
91 | |||
92 | !if chemdraw_empty_data iswordof $error |
||
3612 | zjchen | 93 | 你还没有修改java的小程序. 请完成它. |
4543 | bpr | 94 | !exit |
3611 | bpr | 95 | !endif |
6318 | bpr | 96 | |
97 | !msg $error |