Subversion Repositories wimsdev

Rev

Rev 17356 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15463 bpr 1
!if $error=noexists
2
  Attention, the exercise requested does not exist. An exercise of the module is taken at random.
3
  !exit
4
!endif
20 reyssat 5
!if empty_out iswordof $error
13541 bpr 6
  你的回答不包含任何输出. 请改正.
7
  !if $m_reply_err!=$empty
8
    <pre><span class="wims_warning">$m_reply_err</span></pre>
9
  !endif
10
  !exit
20 reyssat 11
!endif
12
 
6318 bpr 13
!! empty_data bad_data double_reply  are in html/msg.phtml.fr - suppress on test
20 reyssat 14
 
15
!if bad_answer iswordof $error
17356 guerimand 16
  !! ------------- begin of error message for litexp option polfactor polexpand
17282 guerimand 17
  !if notreduced iswordof $test
18
    !if termealgsimp iswordof $test
17356 guerimand 19
      !! TODO_lang termealgsimp
20
      !changeto oef/fr/msg.phtml
17282 guerimand 21
    !endif
22
    !if termenumsimp iswordof $test
17356 guerimand 23
      !! TODO_lang termenumsimp
24
      !changeto oef/fr/msg.phtml
17282 guerimand 25
    !endif
26
    !if termesamepower iswordof $test
17356 guerimand 27
      !! TODO_lang termesamepower
28
      !changeto oef/fr/msg.phtml
17282 guerimand 29
    !endif
30
    !if parenthesis iswordof $test
17356 guerimand 31
      !! TODO_lang parenthesis
32
      !changeto oef/fr/msg.phtml
17282 guerimand 33
    !endif
17356 guerimand 34
    !if power0 iswordof $test
35
      !! TODO_lang power0
36
      !changeto oef/fr/msg.phtml
37
    !endif
38
    !if constantbefore iswordof $test
39
      !! TODO_lang constantbefore
40
      !changeto oef/fr/msg.phtml
41
    !endif    
17282 guerimand 42
  !endif
43
  !if badform iswordof $test
44
    !if notcomplete iswordof $test
17356 guerimand 45
      !! TODO_lang notcomplete
46
      !changeto oef/fr/msg.phtml
17282 guerimand 47
    !endif
48
    !if notfactorised iswordof $test
17356 guerimand 49
      !! TODO_lang notfactorised
50
      !changeto oef/fr/msg.phtml
17282 guerimand 51
    !endif
18206 reyssat 52
    !if usebadchar iswordof $test
53
      !! TODO_lang usebadchar
17356 guerimand 54
      !changeto oef/fr/msg.phtml
18206 reyssat 55
      !exit
17282 guerimand 56
    !endif
18206 reyssat 57
    !if uselessfactor iswordof $test
58
      !! TODO_lang uselessfactor
59
      !changeto oef/fr/msg.phtml
60
      !exit
61
    !endif
17282 guerimand 62
    !if fparenthesis iswordof $test
17356 guerimand 63
      !! TODO_lang fparenthesis
64
      !changeto oef/fr/msg.phtml
17282 guerimand 65
    !endif
66
    !if multifactor iswordof $test
17356 guerimand 67
      !! TODO_lang multifactor
68
      !changeto oef/fr/msg.phtml
17282 guerimand 69
    !endif
70
    !if twofactorcst iswordof $test
17356 guerimand 71
      !! TODO_lang twofactorcst
72
      !changeto oef/fr/msg.phtml
17282 guerimand 73
    !endif
74
    !if factorcontent iswordof $test
17356 guerimand 75
      !! TODO_lang factorcontent
76
      !changeto oef/fr/msg.phtml
17282 guerimand 77
    !endif
78
  !endif
17356 guerimand 79
  !! ------------- end of error message for litexp option polfactor polexpand
13541 bpr 80
  !if illegalname iswordof $test
81
   你的回答包含非法名字<span class="tt">$illegal_name</span>. 请改正.
8712 reyssat 82
   !exit
2071 zjchen 83
  !endif
13541 bpr 84
  !if lengthoverflow iswordof $test
85
    你的回答超长. 请重写.
86
    !exit
87
  !endif
14997 bpr 88
  !if badsize iswordof $test
89
    You must select
90
    !word 3 of $test
91
     objects.
92
    !exit
93
  !endif
13541 bpr 94
  你的回答
95
  <span span class="tt">$bad_value</span>
96
  !if unknownword iswordof $test
97
    !set w=!word 3 of $test
98
    看不懂: 回答中的<span class="tt">$w</span>
99
    与问题无关. 请改正.
100
    !exit
101
  !endif
102
  !if nocompute iswordof $test
103
    是不允许的: 请你自己计算出答数, 再将其送回.
104
    !exit
105
  !endif
106
  !if nocomputecomplex iswordof $test
107
    是不允许的.
108
    请按下列形式给出复数
109
    <span class="tt"> a + b i </span>
110
    其中
111
    <span class="tt">a</span>
112
    和
113
    <span class="tt">b</span>
114
    是计算出来的数值 (例如,
115
    <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
116
    !exit
117
  !endif
118
  !if badform iswordof $test
119
    !if noreduced iswordof $test
120
      没有写成最简形式. 请约简分式.
121
      !exit
122
    !endif
123
    不符要求. 请重新写成正确的形式.
124
     !exit
125
  !endif
126
  !if notunit iswordof $test
127
    只是一个数: 请写出它的单位.
128
    !exit
129
  !endif
130
  !if bad_variable iswordof $test
131
    is not understandable. It should contain extra variables.
132
    !exit
133
  !endif
134
  is not understandable.
135
  看不懂. 请改正后重新发送.
121 bpr 136
  !exit
20 reyssat 137
!endif
138
 
139
!if bad_exo iswordof $error
13541 bpr 140
  由于本练习有错,无法检测你的回答的正确性. 你现在唯一的解决办法是换一个
141
  练习, 非常抱歉.
142
  <p>
143
  如果你要报告本练习的错误,
144
  !if $email!=$empty
145
    请
146
    !mailurl $email 与作者联系
20 reyssat 147
.
13541 bpr 148
  !else
149
    请与作者联系.
150
  !endif
151
  </p>
152
  !exit
20 reyssat 153
!endif
154
 
155
!if too_many_print iswordof $error
13541 bpr 156
  你对可打印版本的请求超过了限制.
157
  !exit
20 reyssat 158
!endif
159
 
3611 bpr 160
!if chemclick_empty_data iswordof $error
13541 bpr 161
  你没有选取原子或键. 请参见帮助.
162
  !exit
3611 bpr 163
!endif
164
 
165
!if chemdraw_empty_data iswordof $error
13541 bpr 166
  你还没有修改java的小程序. 请完成它.
167
  !exit
3611 bpr 168
!endif
13541 bpr 169
!if draw_bad_object iswordof $error
170
  You did not draw correctly the requested object ($type): try again!
171
  !exit
172
!endif
6318 bpr 173
!msg $error