Rev 10207 | Rev 10223 | 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 |
||
3 | Su código no ha devuelto ningún resultado. Por favor corríjalo. |
||
4 | !if $m_reply_err!=$empty |
||
5 | <pre><font color=red>$m_reply_err</font></pre> |
||
6 | !endif |
||
7 | !exit |
||
8 | !endif |
||
9 | |||
10 | !if empty_data iswordof $error |
||
11 | Ha enviado una respuesta incompleta. Por favor, complétela. |
||
12 | !exit |
||
13 | !endif |
||
14 | |||
15 | !if bad_data iswordof $error |
||
16 | No he podido evaluar los valores que ha enviado. ¿Error de escritura? |
||
17 | !exit |
||
18 | !endif |
||
19 | |||
20 | !if double_reply iswordof $error |
||
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 |
||
25 | !endif |
||
26 | |||
27 | !if bad_answer iswordof $error |
||
28 | !if illegalname iswordof $test |
||
10207 | bpr | 29 | Su código contiene el término no autorizado <span class="wims_msg alert tt">$illegal_name</span>. Por favor corríjalo. |
20 | reyssat | 30 | !exit |
31 | !endif |
||
32 | !if lengthoverflow iswordof $test |
||
33 | Su código ha excedido el límite de longitud. Por favor reescríbalo. |
||
34 | !exit |
||
35 | !endif |
||
10207 | bpr | 36 | Su respuesta |
37 | <b>$bad_name</b> = <span class="wims_msg alert tt">$bad_value</span> |
||
20 | reyssat | 38 | !if unknownword iswordof $test |
39 | !set w=!word 3 of $test |
||
40 | no es comprensible: |
||
10207 | bpr | 41 | el término <span class="wims_msg alert tt">$w</span> |
7170 | bpr | 42 | de la respuesta no tiene relación con el problema o no está autorizado. |
20 | reyssat | 43 | Por favor corríjalo o elija una expresión más sencilla. |
44 | !exit |
||
45 | !endif |
||
8712 | reyssat | 46 | !if nocompute iswordof $test |
7170 | bpr | 47 | no está permitida: por favor, haga los cálculos usted mismo, y |
20 | reyssat | 48 | envíe el valor resultante. |
49 | !exit |
||
50 | !endif |
||
8712 | reyssat | 51 | !if nocomputecomplex iswordof $test |
52 | is not allowed. |
||
53 | Please give the complex number in standard rectangular form |
||
10207 | bpr | 54 | <span class="wims_msg alert tt"> a + b i </span> |
8712 | reyssat | 55 | where |
10207 | bpr | 56 | <span class="wims_msg alert tt">a</span> |
8712 | reyssat | 57 | and |
10207 | bpr | 58 | <span class="wims_msg alert tt">b</span> |
8712 | reyssat | 59 | are computed, and submit the resulting value (for example, |
10207 | bpr | 60 | <span class="wims_msg alert tt"> -1 + 2 i</span> or <span class="wims_msg alert tt"> 1 - 2 i</span>). |
8712 | reyssat | 61 | !exit |
62 | !endif |
||
20 | reyssat | 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 |
||
10208 | bpr | 76 | !if bad_variable iswordof $test |
10207 | bpr | 77 | is not understandable. It should contain extra variables. |
78 | !exit |
||
79 | !endif |
||
80 | is not understandable. |
||
20 | reyssat | 81 | no puedo entenderla. Por favor, corrija el error y reenvíe su respuesta. |
82 | !exit |
||
83 | !endif |
||
84 | |||
85 | !if bad_exo iswordof $error |
||
7170 | 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 |
||
20 | reyssat | 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. |
||
6071 | bpr | 98 | </p> |
20 | reyssat | 99 | !exit |
100 | !endif |
||
101 | |||
102 | !if too_many_print iswordof $error |
||
103 | Ha solicitado demasiadas versiones impresas. |
||
104 | !exit |
||
105 | !endif |
||
106 | |||
3611 | bpr | 107 | !if chemclick_empty_data iswordof $error |
108 | You have selected no atom or bond. Look at the help. |
||
109 | !exit |
||
110 | !endif |
||
111 | |||
112 | !if chemdraw_empty_data iswordof $error |
||
113 | You have not modify the applet. Please complete it. |
||
4543 | bpr | 114 | !exit |
3611 | bpr | 115 | !endif |
6318 | bpr | 116 | |
117 | !msg $error |