Rev 14997 | Rev 15463 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14997 | Rev 15065 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if empty_out iswordof $error |
1 | !if empty_out iswordof $error |
2 |
|
2 | El vostre codi no ha donat cap sortida. Corregiu-lo, sisplau. |
3 | !if $m_reply_err!=$empty |
3 | !if $m_reply_err!=$empty |
4 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
4 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
5 | !endif |
5 | !endif |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !! empty_data bad_data double_reply |
9 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
10 | 10 | ||
11 | !if bad_answer iswordof $error |
11 | !if bad_answer iswordof $error |
12 | !if illegalname iswordof $test |
12 | !if illegalname iswordof $test |
13 |
|
13 | El vostre codi conté un nom il·legal <span class="tt">$illegal_name</span>. Corregiu-lo, sisplau. |
14 | !exit |
14 | !exit |
15 | !endif |
15 | !endif |
16 | !if lengthoverflow iswordof $test |
16 | !if lengthoverflow iswordof $test |
17 |
|
17 | El vostre codi ha superat el límit de longitud. Reescriviu-lo. |
18 | !exit |
18 | !exit |
19 | !endif |
19 | !endif |
20 | !if badsize iswordof $test |
20 | !if badsize iswordof $test |
21 |
|
21 | Heu de seleccionar |
22 | !word 3 of $test |
22 | !word 3 of $test |
23 |
|
23 | objectes. |
24 | !exit |
24 | !exit |
25 | !endif |
25 | !endif |
26 |
|
26 | La resposta |
27 | <span span class="tt">$bad_value</span> |
27 | <span span class="tt">$bad_value</span> |
28 | !if unknownword iswordof $test |
28 | !if unknownword iswordof $test |
29 | !set w=!word 3 of $test |
29 | !set w=!word 3 of $test |
- | 30 | no és comprensible: |
|
30 |
|
31 | la paraula <span class="tt">$w</span> |
31 |
|
32 | no té relació amb aquest problema o no està permesa. |
32 |
|
33 | Corregiu-la o trieu-ne una altra més senzilla. |
33 | !exit |
34 | !exit |
34 | !endif |
35 | !endif |
35 | !if nocompute iswordof $test |
36 | !if nocompute iswordof $test |
36 |
|
37 | no està permesa: feu vosaltres el càlcul i envieu el valor que en resulti. |
37 | submit the resulting value. |
- | |
38 | !exit |
38 | !exit |
39 | !endif |
39 | !endif |
40 | !if nocomputecomplex iswordof $test |
40 | !if nocomputecomplex iswordof $test |
41 |
|
41 | no està permesa. |
42 | Please give the complex number in standard rectangular form |
- | |
43 | <span class |
42 | Dóna la resposta de forma algebraica <span class="tt">a + b i</span> |
44 | where |
- | |
45 | <span class="tt">a</span> |
- | |
46 | and |
- | |
47 | <span class="tt">b</span> |
- | |
48 |
|
43 | amb <span class="tt">a</span> i <span class="tt">b</span> calculats i torneu a comprovar. |
49 |
|
44 | Per exemple, <span class="tt">-1/5 + 2/5*i</span> o <span class="tt">2/3 - 5*i/3</span>. |
50 | !exit |
45 | !exit |
51 | !endif |
46 | !endif |
52 | !if badform iswordof $test |
47 | !if badform iswordof $test |
53 | !if noreduced iswordof $test |
48 | !if noreduced iswordof $test |
54 |
|
49 | no és una fracció irreductible. Simplifiqueu la fracció. |
55 | !exit |
50 | !exit |
56 | !endif |
51 | !endif |
57 |
|
52 | no està escrit com es requereix. Escriviu-ho de la forma correcta. |
58 | !exit |
53 | !exit |
59 | !endif |
54 | !endif |
60 | !if notunit iswordof $test |
55 | !if notunit iswordof $test |
- | 56 | només és un número : |
|
61 |
|
57 | especifiqueu la unitat de la resposta. |
62 | !exit |
58 | !exit |
63 | !endif |
59 | !endif |
64 | !if bad_variable iswordof $test |
60 | !if bad_variable iswordof $test |
65 |
|
61 | no és comprensible. Certament, conté variables no autoritzades. |
66 | !exit |
62 | !exit |
67 | !endif |
63 | !endif |
68 | is not understandable. |
- | |
69 |
|
64 | no és comprensible. Corregiu l'error i torneu a enviar la resposta. |
70 | !exit |
65 | !exit |
71 | !endif |
66 | !endif |
72 | 67 | ||
73 | !if bad_exo iswordof $error |
68 | !if bad_exo iswordof $error |
74 | !for j=1 to 50 |
69 | !for j=1 to 50 |
75 | !if bad_exo $j isin $error |
70 | !if bad_exo $j isin $error |
76 | !set whichexo=!nosubst ( |
71 | !set whichexo=!nosubst (la resposta correcta a la pregunta $j \ |
77 | <span class="tt">$(replyname$j)</span>\ |
72 | <span class="tt">$(replyname$j)</span>\ |
78 | |
73 | no és vàlida) |
79 | !!goto end_bad |
74 | !!goto end_bad |
80 | !break |
75 | !break |
81 | !endif |
76 | !endif |
82 | !next |
77 | !next |
83 |
|
78 | :end_bad |
84 | |
79 | A causa d'un error a l'exercici $whichexo, és impossible d'analitzar |
85 |
|
80 | la resposta. L'única solució és canviar d'exercici ; |
86 |
|
81 | disculpeu. |
87 | <p> |
82 | <p> |
88 |
|
83 | Si us plau |
89 | !if $email!=$empty |
84 | !if $email!=$empty |
90 |
|
85 | !mailurl $email contacteu amb l'autor |
91 | !else |
86 | !else |
92 | |
87 | contacteu amb l'autor |
93 | !endif |
88 | !endif |
94 |
|
89 | de l'exercici per comunicar aquest error. |
95 | </p> |
90 | </p> |
96 | !exit |
91 | !exit |
97 | !endif |
92 | !endif |
98 | 93 | ||
99 | !if too_many_print iswordof $error |
94 | !if too_many_print iswordof $error |
100 | |
95 | El que voleu per a la versió imprimible és excessiu. |
101 | !exit |
96 | !exit |
102 | !endif |
97 | !endif |
103 | 98 | ||
104 | !if chemclick_empty_data iswordof $error |
99 | !if chemclick_empty_data iswordof $error |
105 | |
100 | No heu seleccionat cap àtom ni enllaç. Consulteu l'ajuda. |
106 | !exit |
101 | !exit |
107 | !endif |
102 | !endif |
108 | - | ||
109 | !if chemdraw_empty_data iswordof $error |
103 | !if chemdraw_empty_data iswordof $error |
110 |
|
104 | No heu canviat l'applet. Completeu la resposta. |
111 | !exit |
105 | !exit |
112 | !endif |
106 | !endif |
113 | 107 | ||
114 | !if draw_bad_object iswordof $error |
108 | !if draw_bad_object iswordof $error |
115 | |
109 | No heu dibuixat correctament els objectes sol·licitats ($type): torneu-ho a provar de nou! |
116 | !exit |
110 | !exit |
117 | !endif |
111 | !endif |
118 | 112 | ||
119 | !msg $error |
113 | !msg $error |