Subversion Repositories wimsdev

Rev

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
  Your code did not give any output. Please correct it.
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  are in html/msg.phtml.fr - suppress on test
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
    Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct.
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
    Your code has exceeded the length limit. Please rewrite it.
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
    You must select
21
    Heu de seleccionar
22
    !word 3 of $test
22
    !word 3 of $test
23
     objects.
23
     objectes.
24
    !exit
24
    !exit
25
  !endif
25
  !endif
26
  Your reply
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
    is not understandable: the word <span class="tt">$w</span>
31
    la paraula <span class="tt">$w</span>
31
    is unrelated to this problem or is not allowed.
32
    no  relació amb aquest problema o no està permesa.
32
    Please correct or choose a simpler sentence.
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
    is not allowed: please carry out the computation yourself, and
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
    is not allowed.
41
    no està permesa.
42
    Please give the complex number in standard rectangular form
-
 
43
    <span class="tt"> a + b i </span>
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
    are computed, and submit the resulting value (for example,
43
    amb <span class="tt">a</span> i <span class="tt">b</span> calculats i torneu a comprovar.
49
     <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
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
      n'est pas une écriture irréductible. Veuillez réduire la fraction.
49
      no és una fracció irreductible. Simplifiqueu la fracció.
55
      !exit
50
      !exit
56
    !endif
51
    !endif
57
    is not written as required. Please rewrite it in the correct form.
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&nbsp;:
61
    is only a number: please precise the unit in your answer.
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
    is not understandable. It should contain extra variables.
61
    no és comprensible. Certament, conté variables no autoritzades.
66
    !exit
62
    !exit
67
  !endif
63
  !endif
68
  is not understandable.
-
 
69
  Please correct the error and resubmit your reply.
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 (the good answer for the question $j\
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
      is invalid)
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
  :end_bad
78
:end_bad
84
  Due to an error in this exercise $whichexo, it is impossible to test the
79
  A causa d'un error a l'exercici $whichexo, és impossible d'analitzar
85
  correctness of your answer. The only solution for you is to change the
80
   la resposta. L'única solució és canviar d'exercici&nbsp;;
86
  exercise; sorry.
81
  disculpeu.
87
  <p>
82
  <p>
88
  Please
83
  Si us plau
89
  !if $email!=$empty
84
  !if $email!=$empty
90
    !mailurl $email contact the author
85
    !mailurl $email contacteu amb l'autor
91
  !else
86
  !else
92
    contact the author
87
    contacteu amb l'autor
93
  !endif
88
  !endif
94
  of the exercise if you want to report the error.
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
  Your requests for printable versions are excessive.
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
  You have selected no atom or bond. Look at the help.
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
  You have not modify the applet. Please complete it.
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
  You did not draw correctly the requested object ($type): try again!
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