Rev 7170 | Rev 8723 | 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 |
||
5947 | 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 | 你的回答 |
6318 | bpr | 22 | <p class="wimscenter tt">$bad_value</p> |
121 | bpr | 23 | !if unknownword iswordof $test |
24 | !set w=!word 3 of $test |
||
5947 | bpr | 25 | 看不懂: 回答中的<span class="wims_warning">$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 |
34 | is not allowed. |
||
35 | Please give the complex number in standard rectangular form |
||
36 | <span class="tt"> a + b i </span> |
||
37 | where |
||
38 | <span class="tt">a</span> |
||
39 | and |
||
40 | <span class="tt">b</span> |
||
41 | are computed, and submit the resulting value (for example, |
||
42 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
||
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 |
||
57 | 看不懂. 请改正后重新发送. |
||
20 | reyssat | 58 | !exit |
59 | !endif |
||
60 | |||
61 | !if bad_exo iswordof $error |
||
121 | bpr | 62 | 由于本练习有错,无法检测你的回答的正确性. 你现在唯一的解决办法是换一个 |
20 | reyssat | 63 | 练习, 非常抱歉. |
64 | <p> |
||
121 | bpr | 65 | 如果你要报告本练习的错误, |
20 | reyssat | 66 | !if $email!=$empty |
67 | 请 |
||
68 | !mailurl $email 与作者联系 |
||
69 | . |
||
70 | !else |
||
71 | 请与作者联系. |
||
72 | !endif |
||
6071 | bpr | 73 | </p> |
20 | reyssat | 74 | !exit |
75 | !endif |
||
76 | |||
77 | !if too_many_print iswordof $error |
||
78 | 你对可打印版本的请求超过了限制. |
||
79 | !exit |
||
80 | !endif |
||
81 | |||
3611 | bpr | 82 | !if chemclick_empty_data iswordof $error |
3612 | zjchen | 83 | 你没有选取原子或键. 请参见帮助. |
3611 | bpr | 84 | !exit |
85 | !endif |
||
86 | |||
87 | !if chemdraw_empty_data iswordof $error |
||
3612 | zjchen | 88 | 你还没有修改java的小程序. 请完成它. |
4543 | bpr | 89 | !exit |
3611 | bpr | 90 | !endif |
6318 | bpr | 91 | |
92 | !msg $error |