Subversion Repositories wimsdev

Rev

Rev 14997 | Rev 17282 | Go to most recent revision | 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
13541 bpr 16
  !if illegalname iswordof $test
17
   你的回答包含非法名字<span class="tt">$illegal_name</span>. 请改正.
8712 reyssat 18
   !exit
2071 zjchen 19
  !endif
13541 bpr 20
  !if lengthoverflow iswordof $test
21
    你的回答超长. 请重写.
22
    !exit
23
  !endif
14997 bpr 24
  !if badsize iswordof $test
25
    You must select
26
    !word 3 of $test
27
     objects.
28
    !exit
29
  !endif
13541 bpr 30
  你的回答
31
  <span span class="tt">$bad_value</span>
32
  !if unknownword iswordof $test
33
    !set w=!word 3 of $test
34
    看不懂: 回答中的<span class="tt">$w</span>
35
    与问题无关. 请改正.
36
    !exit
37
  !endif
38
  !if nocompute iswordof $test
39
    是不允许的: 请你自己计算出答数, 再将其送回.
40
    !exit
41
  !endif
42
  !if nocomputecomplex iswordof $test
43
    是不允许的.
44
    请按下列形式给出复数
45
    <span class="tt"> a + b i </span>
46
    其中
47
    <span class="tt">a</span>
48
    和
49
    <span class="tt">b</span>
50
    是计算出来的数值 (例如,
51
    <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
52
    !exit
53
  !endif
54
  !if badform iswordof $test
55
    !if noreduced iswordof $test
56
      没有写成最简形式. 请约简分式.
57
      !exit
58
    !endif
59
    不符要求. 请重新写成正确的形式.
60
     !exit
61
  !endif
62
  !if notunit iswordof $test
63
    只是一个数: 请写出它的单位.
64
    !exit
65
  !endif
66
  !if bad_variable iswordof $test
67
    is not understandable. It should contain extra variables.
68
    !exit
69
  !endif
70
  is not understandable.
71
  看不懂. 请改正后重新发送.
121 bpr 72
  !exit
20 reyssat 73
!endif
74
 
75
!if bad_exo iswordof $error
13541 bpr 76
  由于本练习有错,无法检测你的回答的正确性. 你现在唯一的解决办法是换一个
77
  练习, 非常抱歉.
78
  <p>
79
  如果你要报告本练习的错误,
80
  !if $email!=$empty
81
    请
82
    !mailurl $email 与作者联系
20 reyssat 83
.
13541 bpr 84
  !else
85
    请与作者联系.
86
  !endif
87
  </p>
88
  !exit
20 reyssat 89
!endif
90
 
91
!if too_many_print iswordof $error
13541 bpr 92
  你对可打印版本的请求超过了限制.
93
  !exit
20 reyssat 94
!endif
95
 
3611 bpr 96
!if chemclick_empty_data iswordof $error
13541 bpr 97
  你没有选取原子或键. 请参见帮助.
98
  !exit
3611 bpr 99
!endif
100
 
101
!if chemdraw_empty_data iswordof $error
13541 bpr 102
  你还没有修改java的小程序. 请完成它.
103
  !exit
3611 bpr 104
!endif
13541 bpr 105
!if draw_bad_object iswordof $error
106
  You did not draw correctly the requested object ($type): try again!
107
  !exit
108
!endif
6318 bpr 109
!msg $error