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
  Su código no ha devuelto ningún resultado. Por favor corríjalo.
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
 
13
!if empty_data iswordof $error
13541 bpr 14
  Ha enviado una respuesta incompleta. Por favor, complétela.
15
  !exit
20 reyssat 16
!endif
17
 
18
!if bad_data iswordof $error
13541 bpr 19
  No he podido evaluar los valores que ha enviado. ¿Error de escritura?
20
  !exit
20 reyssat 21
!endif
22
 
23
!if double_reply iswordof $error
13541 bpr 24
  Ya ha enviado una respuesta a este problema, que ha sido analizada y
25
  puntuada. Las respuestas repetidas se ignoran. (¡No use el botón `Actualizar'
26
  de su navegador para reenviar respuestas!)
27
  !exit
20 reyssat 28
!endif
29
 
30
!if bad_answer iswordof $error
17356 guerimand 31
  !! ------------- begin of error message for litexp option polfactor polexpand
17282 guerimand 32
  !if notreduced iswordof $test
33
    !if termealgsimp iswordof $test
17356 guerimand 34
      !! TODO_lang termealgsimp
35
      !changeto oef/fr/msg.phtml
17282 guerimand 36
    !endif
37
    !if termenumsimp iswordof $test
17356 guerimand 38
      !! TODO_lang termenumsimp
39
      !changeto oef/fr/msg.phtml
17282 guerimand 40
    !endif
41
    !if termesamepower iswordof $test
17356 guerimand 42
      !! TODO_lang termesamepower
43
      !changeto oef/fr/msg.phtml
17282 guerimand 44
    !endif
45
    !if parenthesis iswordof $test
17356 guerimand 46
      !! TODO_lang parenthesis
47
      !changeto oef/fr/msg.phtml
17282 guerimand 48
    !endif
17356 guerimand 49
    !if power0 iswordof $test
50
      !! TODO_lang power0
51
      !changeto oef/fr/msg.phtml
52
    !endif
53
    !if constantbefore iswordof $test
54
      !! TODO_lang constantbefore
55
      !changeto oef/fr/msg.phtml
18206 reyssat 56
    !endif
17282 guerimand 57
  !endif
58
  !if badform iswordof $test
59
    !if notcomplete iswordof $test
17356 guerimand 60
      !! TODO_lang notcomplete
61
      !changeto oef/fr/msg.phtml
17282 guerimand 62
    !endif
63
    !if notfactorised iswordof $test
17356 guerimand 64
      !! TODO_lang notfactorised
65
      !changeto oef/fr/msg.phtml
17282 guerimand 66
    !endif
18206 reyssat 67
    !if usebadchar iswordof $test
68
      !! TODO_lang usebadchar
17356 guerimand 69
      !changeto oef/fr/msg.phtml
18206 reyssat 70
      !exit
17282 guerimand 71
    !endif
18206 reyssat 72
    !if uselessfactor iswordof $test
73
      !! TODO_lang uselessfactor
74
      !changeto oef/fr/msg.phtml
75
      !exit
76
    !endif
17282 guerimand 77
    !if fparenthesis iswordof $test
17356 guerimand 78
      !! TODO_lang fparenthesis
79
      !changeto oef/fr/msg.phtml
17282 guerimand 80
    !endif
81
    !if multifactor iswordof $test
17356 guerimand 82
      !! TODO_lang multifactor
83
      !changeto oef/fr/msg.phtml
17282 guerimand 84
    !endif
85
    !if twofactorcst iswordof $test
17356 guerimand 86
      !! TODO_lang twofactorcst
87
      !changeto oef/fr/msg.phtml
17282 guerimand 88
    !endif
89
    !if factorcontent iswordof $test
17356 guerimand 90
      !! TODO_lang factorcontent
91
      !changeto oef/fr/msg.phtml
17282 guerimand 92
    !endif
93
  !endif
17356 guerimand 94
  !! ------------- end of error message for litexp option polfactor polexpand
13541 bpr 95
  !if illegalname iswordof $test
96
    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
97
    !exit
20 reyssat 98
  !endif
13541 bpr 99
  !if lengthoverflow iswordof $test
100
    Su código ha excedido el límite de longitud. Por favor reescríbalo.
101
    !exit
102
  !endif
14997 bpr 103
  !if badsize iswordof $test
104
    You must select
105
    !word 3 of $test
106
     objects.
107
    !exit
108
  !endif
13541 bpr 109
  Su respuesta
110
  <b>$bad_name</b> = <span class="tt">$bad_value</span>
111
  !if unknownword iswordof $test
112
    !set w=!word 3 of $test
113
    no es comprensible:
114
    el término <span class="tt">$w</span>
115
    de la respuesta no tiene relación con el problema o no está autorizado.
116
    Por favor corríjalo o elija una expresión más sencilla.
117
    !exit
118
  !endif
119
  !if nocompute iswordof $test
120
    no está permitida: por favor, haga los cálculos usted mismo, y
121
    envíe el valor resultante.
122
    !exit
123
  !endif
124
  !if nocomputecomplex iswordof $test
125
    is not allowed.
126
    Please give the complex number in standard rectangular form
127
    <span class="tt"> a + b i </span>
128
    where
129
    <span class="tt">a</span>
130
    and
131
    <span class="tt">b</span>
132
    are computed, and submit the resulting value (for example,
133
     <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
134
    !exit
135
  !endif
136
  !if badform iswordof $test
137
    !if noreduced iswordof $test
138
      no está expresada de forma irreductible. Por favor reduzca la fracción.
139
      !exit
140
    !endif
141
    no está correctamente escrita. Por favor reescríbala de forma correcta.
142
    !exit
143
  !endif
144
  !if notunit iswordof $test
145
    no es más que un número:
146
    por favor precise la unidad en su respuesta.
147
    !exit
148
  !endif
149
  !if bad_variable iswordof $test
150
    is not understandable. It should contain extra variables.
151
    !exit
152
  !endif
153
  is not understandable.
154
   no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta.
20 reyssat 155
  !exit
156
!endif
157
 
158
!if bad_exo iswordof $error
13541 bpr 159
  Debido a un error en este ejercicio (la respuesta correcta para
160
  <b>$(replyname$i)</b> es inválida), es imposible comprobar la
161
  corrección de su respuesta. La única solución para usted es cambiar de ejercicio.
162
  Lo sentimos.
163
  <p>
164
  Puede
165
  !if $email!=$empty
166
    !mailurl $email contactar con el autor
167
  !else
168
    contactar con el autor
169
  !endif
170
  del ejercicio si quiere informarle del error.
171
   </p>
172
  !exit
20 reyssat 173
!endif
174
 
175
!if too_many_print iswordof $error
13541 bpr 176
  Ha solicitado demasiadas versiones impresas.
177
  !exit
20 reyssat 178
!endif
179
 
3611 bpr 180
!if chemclick_empty_data iswordof $error
13541 bpr 181
  You have selected no atom or bond. Look at the help.
182
  !exit
3611 bpr 183
!endif
184
 
185
!if chemdraw_empty_data iswordof $error
13541 bpr 186
  You have not modify the applet. Please complete it.
187
  !exit
3611 bpr 188
!endif
14997 bpr 189
 
13541 bpr 190
!if draw_bad_object iswordof $error
191
  You did not draw correctly the requested object ($type): try again!
192
  !exit
193
!endif
14997 bpr 194
 
6318 bpr 195
!msg $error