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 | 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 |
||
13541 | bpr | 31 | !if illegalname iswordof $test |
32 | Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo. |
||
33 | !exit |
||
20 | reyssat | 34 | !endif |
13541 | bpr | 35 | !if lengthoverflow iswordof $test |
36 | Su código ha excedido el límite de longitud. Por favor reescríbalo. |
||
37 | !exit |
||
38 | !endif |
||
14997 | bpr | 39 | !if badsize iswordof $test |
40 | You must select |
||
41 | !word 3 of $test |
||
42 | objects. |
||
43 | !exit |
||
44 | !endif |
||
13541 | bpr | 45 | Su respuesta |
46 | <b>$bad_name</b> = <span class="tt">$bad_value</span> |
||
47 | !if unknownword iswordof $test |
||
48 | !set w=!word 3 of $test |
||
49 | no es comprensible: |
||
50 | el término <span class="tt">$w</span> |
||
51 | de la respuesta no tiene relación con el problema o no está autorizado. |
||
52 | Por favor corríjalo o elija una expresión más sencilla. |
||
53 | !exit |
||
54 | !endif |
||
55 | !if nocompute iswordof $test |
||
56 | no está permitida: por favor, haga los cálculos usted mismo, y |
||
57 | envíe el valor resultante. |
||
58 | !exit |
||
59 | !endif |
||
60 | !if nocomputecomplex iswordof $test |
||
61 | is not allowed. |
||
62 | Please give the complex number in standard rectangular form |
||
63 | <span class="tt"> a + b i </span> |
||
64 | where |
||
65 | <span class="tt">a</span> |
||
66 | and |
||
67 | <span class="tt">b</span> |
||
68 | are computed, and submit the resulting value (for example, |
||
69 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
||
70 | !exit |
||
71 | !endif |
||
72 | !if badform iswordof $test |
||
73 | !if noreduced iswordof $test |
||
74 | no está expresada de forma irreductible. Por favor reduzca la fracción. |
||
75 | !exit |
||
76 | !endif |
||
77 | no está correctamente escrita. Por favor reescríbala de forma correcta. |
||
78 | !exit |
||
79 | !endif |
||
80 | !if notunit iswordof $test |
||
81 | no es más que un número: |
||
82 | por favor precise la unidad en su respuesta. |
||
83 | !exit |
||
84 | !endif |
||
85 | !if bad_variable iswordof $test |
||
86 | is not understandable. It should contain extra variables. |
||
87 | !exit |
||
88 | !endif |
||
89 | is not understandable. |
||
90 | no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta. |
||
20 | reyssat | 91 | !exit |
92 | !endif |
||
93 | |||
94 | !if bad_exo iswordof $error |
||
13541 | bpr | 95 | Debido a un error en este ejercicio (la respuesta correcta para |
96 | <b>$(replyname$i)</b> es inválida), es imposible comprobar la |
||
97 | corrección de su respuesta. La única solución para usted es cambiar de ejercicio. |
||
98 | Lo sentimos. |
||
99 | <p> |
||
100 | Puede |
||
101 | !if $email!=$empty |
||
102 | !mailurl $email contactar con el autor |
||
103 | !else |
||
104 | contactar con el autor |
||
105 | !endif |
||
106 | del ejercicio si quiere informarle del error. |
||
107 | </p> |
||
108 | !exit |
||
20 | reyssat | 109 | !endif |
110 | |||
111 | !if too_many_print iswordof $error |
||
13541 | bpr | 112 | Ha solicitado demasiadas versiones impresas. |
113 | !exit |
||
20 | reyssat | 114 | !endif |
115 | |||
3611 | bpr | 116 | !if chemclick_empty_data iswordof $error |
13541 | bpr | 117 | You have selected no atom or bond. Look at the help. |
118 | !exit |
||
3611 | bpr | 119 | !endif |
120 | |||
121 | !if chemdraw_empty_data iswordof $error |
||
13541 | bpr | 122 | You have not modify the applet. Please complete it. |
123 | !exit |
||
3611 | bpr | 124 | !endif |
14997 | bpr | 125 | |
13541 | bpr | 126 | !if draw_bad_object iswordof $error |
127 | You did not draw correctly the requested object ($type): try again! |
||
128 | !exit |
||
129 | !endif |
||
14997 | bpr | 130 | |
6318 | bpr | 131 | !msg $error |