Rev 11098 | Rev 14997 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | |
2 | !if empty_out iswordof $error |
||
13541 | bpr | 3 | Su código no ha devuelto ningún resultado. Por favor corríjalo. |
4 | !if $m_reply_err!=$empty |
||
5 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
||
6 | !endif |
||
7 | !exit |
||
20 | reyssat | 8 | !endif |
9 | |||
10 | !if empty_data iswordof $error |
||
13541 | bpr | 11 | Ha enviado una respuesta incompleta. Por favor, complétela. |
12 | !exit |
||
20 | reyssat | 13 | !endif |
14 | |||
15 | !if bad_data iswordof $error |
||
13541 | bpr | 16 | No he podido evaluar los valores que ha enviado. ¿Error de escritura? |
17 | !exit |
||
20 | reyssat | 18 | !endif |
19 | |||
20 | !if double_reply iswordof $error |
||
13541 | bpr | 21 | Ya ha enviado una respuesta a este problema, que ha sido analizada y |
22 | puntuada. Las respuestas repetidas se ignoran. (¡No use el botón `Actualizar' |
||
23 | de su navegador para reenviar respuestas!) |
||
24 | !exit |
||
20 | reyssat | 25 | !endif |
26 | |||
27 | !if bad_answer iswordof $error |
||
13541 | bpr | 28 | !if illegalname iswordof $test |
29 | Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo. |
||
30 | !exit |
||
20 | reyssat | 31 | !endif |
13541 | bpr | 32 | !if lengthoverflow iswordof $test |
33 | Su código ha excedido el límite de longitud. Por favor reescríbalo. |
||
34 | !exit |
||
35 | !endif |
||
36 | Su respuesta |
||
37 | <b>$bad_name</b> = <span class="tt">$bad_value</span> |
||
38 | !if unknownword iswordof $test |
||
39 | !set w=!word 3 of $test |
||
40 | no es comprensible: |
||
41 | el término <span class="tt">$w</span> |
||
42 | de la respuesta no tiene relación con el problema o no está autorizado. |
||
43 | Por favor corríjalo o elija una expresión más sencilla. |
||
44 | !exit |
||
45 | !endif |
||
46 | !if nocompute iswordof $test |
||
47 | no está permitida: por favor, haga los cálculos usted mismo, y |
||
48 | envíe el valor resultante. |
||
49 | !exit |
||
50 | !endif |
||
51 | !if nocomputecomplex iswordof $test |
||
52 | is not allowed. |
||
53 | Please give the complex number in standard rectangular form |
||
54 | <span class="tt"> a + b i </span> |
||
55 | where |
||
56 | <span class="tt">a</span> |
||
57 | and |
||
58 | <span class="tt">b</span> |
||
59 | are computed, and submit the resulting value (for example, |
||
60 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
||
61 | !exit |
||
62 | !endif |
||
63 | !if badform iswordof $test |
||
64 | !if noreduced iswordof $test |
||
65 | no está expresada de forma irreductible. Por favor reduzca la fracción. |
||
66 | !exit |
||
67 | !endif |
||
68 | no está correctamente escrita. Por favor reescríbala de forma correcta. |
||
69 | !exit |
||
70 | !endif |
||
71 | !if notunit iswordof $test |
||
72 | no es más que un número: |
||
73 | por favor precise la unidad en su respuesta. |
||
74 | !exit |
||
75 | !endif |
||
76 | !if bad_variable iswordof $test |
||
77 | is not understandable. It should contain extra variables. |
||
78 | !exit |
||
79 | !endif |
||
80 | is not understandable. |
||
81 | no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta. |
||
20 | reyssat | 82 | !exit |
83 | !endif |
||
84 | |||
85 | !if bad_exo iswordof $error |
||
13541 | bpr | 86 | Debido a un error en este ejercicio (la respuesta correcta para |
87 | <b>$(replyname$i)</b> es inválida), es imposible comprobar la |
||
88 | corrección de su respuesta. La única solución para usted es cambiar de ejercicio. |
||
89 | Lo sentimos. |
||
90 | <p> |
||
91 | Puede |
||
92 | !if $email!=$empty |
||
93 | !mailurl $email contactar con el autor |
||
94 | !else |
||
95 | contactar con el autor |
||
96 | !endif |
||
97 | del ejercicio si quiere informarle del error. |
||
98 | </p> |
||
99 | !exit |
||
20 | reyssat | 100 | !endif |
101 | |||
102 | !if too_many_print iswordof $error |
||
13541 | bpr | 103 | Ha solicitado demasiadas versiones impresas. |
104 | !exit |
||
20 | reyssat | 105 | !endif |
106 | |||
3611 | bpr | 107 | !if chemclick_empty_data iswordof $error |
13541 | bpr | 108 | You have selected no atom or bond. Look at the help. |
109 | !exit |
||
3611 | bpr | 110 | !endif |
111 | |||
112 | !if chemdraw_empty_data iswordof $error |
||
13541 | bpr | 113 | You have not modify the applet. Please complete it. |
114 | !exit |
||
3611 | bpr | 115 | !endif |
13541 | bpr | 116 | !if draw_bad_object iswordof $error |
117 | You did not draw correctly the requested object ($type): try again! |
||
118 | !exit |
||
119 | !endif |
||
6318 | bpr | 120 | !msg $error |