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
6318 bpr 5
!if empty_out iswordof $error
13541 bpr 6
  Your code did not give any output. Please correct it.
7
  !if $m_reply_err!=$empty
8
    <pre><span class="wims_warning">$m_reply_err</span></pre>
9
  !endif
14997 bpr 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
18206 reyssat 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
14997 bpr 80
  !if illegalname iswordof $test
81
    Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct.
82
    !exit
83
  !endif
84
  !if lengthoverflow iswordof $test
85
    Your code has exceeded the length limit. Please rewrite it.
86
    !exit
87
  !endif
88
  !if badsize iswordof $test
89
    You must select
90
    !word 3 of $test
91
     objects.
92
    !exit
93
  !endif
13541 bpr 94
  Vaš odgovor
95
  <b>$bad_name</b> = <span class="tt">$bad_value</span>
14997 bpr 96
  <span span class="tt">$bad_value</span>
13541 bpr 97
  !if unknownword iswordof $test
14997 bpr 98
    !set w=!word 3 of $test
99
    ni razumljiv: beseda <span class="tt">$w</span>
100
    v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek.
101
    !exit
13541 bpr 102
  !endif
103
  !if nocompute iswordof $test
104
    ni dovoljen: izraz je treba izračunati oziroma poenostaviti. Vnesete lahko le končen rezultat.
105
    !exit
106
  !endif
107
  !if nocomputecomplex iswordof $test
108
    is not allowed.
109
    Please give the complex number in standard rectangular form
14997 bpr 110
      <span class="tt"> a + b i </span>
111
      where
112
      <span class="tt">a</span>
113
      and
114
      <span class="tt">b</span>
115
      are computed, and submit the resulting value (for example,
116
       <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
13541 bpr 117
    !exit
118
  !endif
119
  !if badform iswordof $test
120
    ni zapisan v zahtevani obliki. Prosim, da ga zapišete na ustrezen način.
121
    !exit
122
  !endif
123
  !if notunit iswordof $test
124
    je zgolj število. Prosim, da v odgovoru označite tudi enoto.
125
    !exit
126
  !endif
127
  !if bad_variable iswordof $test
128
    is not understandable. It should contain extra variables.
129
    !exit
130
  !endif
131
  ni razumljiv. Prosim, popravite napako.
20 reyssat 132
  !exit
133
!endif
134
 
135
!if bad_exo iswordof $error
13541 bpr 136
  Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b>
137
  je neveljaven, zato je ni mogoče preveriti pravilnosti vašega odgovora.
138
  Poskusite raje s kakšno drugo vajo in
139
  !if $email!=$empty
140
    !mailurl $email obvestite avtorja
141
  !else
142
    obvestite avtorja
143
  !endif
144
  te vaje o napaki.
145
  !exit
20 reyssat 146
!endif
147
 
148
!if too_many_print iswordof $error
13541 bpr 149
  Vaši zahtevni po različicah za tiskanje so prepogosti.
150
  !exit
20 reyssat 151
!endif
152
 
3611 bpr 153
!if chemclick_empty_data iswordof $error
13541 bpr 154
  You have selected no atom or bond. Look at the help.
155
  !exit
3611 bpr 156
!endif
157
 
158
!if chemdraw_empty_data iswordof $error
13541 bpr 159
  You have not modify the applet. Please complete it.
160
  !exit
3611 bpr 161
!endif
14997 bpr 162
 
13541 bpr 163
!if draw_bad_object iswordof $error
164
  You did not draw correctly the requested object ($type): try again!
165
  !exit
166
!endif
14997 bpr 167
 
6318 bpr 168
!msg $error