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