Subversion Repositories wimsdev

Rev

Rev 17356 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15463 bpr 1
!if $error=noexists
2
  Attention, the exercise requested does not exist. An exercise of the module is taken at random.
3
  !exit
4
!endif
20 reyssat 5
!if empty_out iswordof $error
13541 bpr 6
  U moet het antwoord even veranderen: de opgestuurde code geeft geen zinnige output.
7
  !if $m_reply_err!=$empty
8
    <pre><span class="wims_warning">$m_reply_err</span></pre>
9
  !endif
10
  !exit
20 reyssat 11
!endif
12
 
6318 bpr 13
!! empty_data bad_data double_reply  are in html/msg.phtml.fr - suppress on test
20 reyssat 14
 
15
!if bad_answer iswordof $error
17356 guerimand 16
  !! ------------- begin of error message for litexp option polfactor polexpand
17282 guerimand 17
  !if notreduced iswordof $test
18
    !if termealgsimp iswordof $test
17356 guerimand 19
      !! TODO_lang termealgsimp
20
      !changeto oef/fr/msg.phtml
17282 guerimand 21
    !endif
22
    !if termenumsimp iswordof $test
17356 guerimand 23
      !! TODO_lang termenumsimp
24
      !changeto oef/fr/msg.phtml
17282 guerimand 25
    !endif
26
    !if termesamepower iswordof $test
17356 guerimand 27
      !! TODO_lang termesamepower
28
      !changeto oef/fr/msg.phtml
17282 guerimand 29
    !endif
30
    !if parenthesis iswordof $test
17356 guerimand 31
      !! TODO_lang parenthesis
32
      !changeto oef/fr/msg.phtml
17282 guerimand 33
    !endif
17356 guerimand 34
    !if power0 iswordof $test
35
      !! TODO_lang power0
36
      !changeto oef/fr/msg.phtml
37
    !endif
38
    !if constantbefore iswordof $test
39
      !! TODO_lang constantbefore
40
      !changeto oef/fr/msg.phtml
18206 reyssat 41
    !endif
17282 guerimand 42
  !endif
43
  !if badform iswordof $test
44
    !if notcomplete iswordof $test
17356 guerimand 45
      !! TODO_lang notcomplete
46
      !changeto oef/fr/msg.phtml
17282 guerimand 47
    !endif
48
    !if notfactorised iswordof $test
17356 guerimand 49
      !! TODO_lang notfactorised
50
      !changeto oef/fr/msg.phtml
17282 guerimand 51
    !endif
18206 reyssat 52
    !if usebadchar iswordof $test
53
      !! TODO_lang usebadchar
17356 guerimand 54
      !changeto oef/fr/msg.phtml
18206 reyssat 55
      !exit
17282 guerimand 56
    !endif
18206 reyssat 57
    !if uselessfactor iswordof $test
58
      !! TODO_lang uselessfactor
59
      !changeto oef/fr/msg.phtml
60
      !exit
61
    !endif
17282 guerimand 62
    !if fparenthesis iswordof $test
17356 guerimand 63
      !! TODO_lang fparenthesis
64
      !changeto oef/fr/msg.phtml
17282 guerimand 65
    !endif
66
    !if multifactor iswordof $test
17356 guerimand 67
      !! TODO_lang multifactor
68
      !changeto oef/fr/msg.phtml
17282 guerimand 69
    !endif
70
    !if twofactorcst iswordof $test
17356 guerimand 71
      !! TODO_lang twofactorcst
72
      !changeto oef/fr/msg.phtml
17282 guerimand 73
    !endif
74
    !if factorcontent iswordof $test
17356 guerimand 75
      !! TODO_lang factorcontent
76
      !changeto oef/fr/msg.phtml
17282 guerimand 77
    !endif
78
  !endif
17356 guerimand 79
  !! ------------- end of error message for litexp option polfactor polexpand
13541 bpr 80
  !if illegalname iswordof $test
17176 bpr 81
    De opgestuurde code bevat de term: <span class="tt">$illegal_name</span> en is niet toegestaan.<br>
13541 bpr 82
    Corrigeer dit even.
83
    !exit
20 reyssat 84
 !endif
13541 bpr 85
  !if lengthoverflow iswordof $test
17176 bpr 86
    De hoeveelheid opgestuurde code is groter dan is toegestaan.<br>Dit moet worden herschreven.
13541 bpr 87
    !exit
88
  !endif
14997 bpr 89
  !if badsize iswordof $test
90
    You must select
91
    !word 3 of $test
92
     objects.
93
    !exit
94
  !endif
7170 bpr 95
  Het antwoord
13541 bpr 96
  <span span class="tt">$bad_value</span>
97
  !if unknownword iswordof $test
98
    !set w=!word 3 of $test
99
    is onbegrijpelijk: het woord <span class="tt">$w</span>
17176 bpr 100
    staat in geen enkele relatie met het gestelde probleem.<br>
13541 bpr 101
    Graag corrigeren
102
    !exit
103
  !endif
104
  !if nocompute iswordof $test
17176 bpr 105
    is niet toegestaan.<br>
13541 bpr 106
    Berekeningen moet je zelf uitvoeren...de uitkomst daarvan mag worden opstuurd !
107
    !exit
108
  !endif
109
  !if nocomputecomplex iswordof $test
110
    is niet toegestaan.
111
    Geef een complex getal op in de standaard vorm
112
    <span class="tt"> a + b i </span>
113
    waarin
114
    <span class="tt">a</span>
115
    en
116
    <span class="tt">b</span>
117
    zjn berekend en stuur de waarde op (bijvoorbeeld ,
118
     <span class="tt"> -1 + 2 i</span> of <span class="tt"> 1 - 2 i</span>).
119
    !exit
120
  !endif
121
  !if badform iswordof $test
17176 bpr 122
    Is helaas niet genoteerd zoals voorgeschreven was.<br>
13541 bpr 123
    Verbeter de schrijfwijze en stuur dan opnieuw op.
124
    !exit
125
  !endif
126
  !if notunit iswordof $test
127
    dat is alleen een getal, ik verwacht ook de bijpassende SI eenheid.
128
    !exit
129
  !endif
130
  !if bad_variable iswordof $test
131
    is onbegrijpelijk. Het mist nog wat variabelen...
132
    !exit
133
  !endif
17176 bpr 134
  onbegrijpelijk...<br>
13541 bpr 135
  corrigeer de fout en stuurje antwoord dan nog een keer op.
20 reyssat 136
  !exit
137
!endif
138
 
139
!if bad_exo iswordof $error
13541 bpr 140
  !for j=1 to 50
141
    !if bad_exo $j isin $error
142
      !set whichexo=!nosubst (het correcte antwoord voor vraag $j\
143
      <span class="tt">$(replyname$j)</span>\
144
      is ongeldig)
145
      !!goto end_bad
146
      !break
147
    !endif
148
  !next
149
  :end_bad
150
  Door een fout in de oefening $whichexo, is het helaas onmogelijk de juistheid van het opgestuurde antwoord te controleren.
151
  <p>
152
  SVP
153
  !if $email!=$empty
154
    !mailurl $email schrijf naar de maker van deze oefening
155
  !else
156
    schrijf naar de maker van deze oefening
157
  !endif
158
  als je deze fout wilt melden.
159
  </p>
160
  !exit
20 reyssat 161
!endif
162
 
163
!if too_many_print iswordof $error
13541 bpr 164
  er zijn te veel verzoeken tot printbare versies ingediend.
165
  !exit
20 reyssat 166
!endif
167
 
3611 bpr 168
!if chemclick_empty_data iswordof $error
13541 bpr 169
  Je hebt geen atoom of binding geselecteerd in de applet.
170
  Kijk in de help pagina's voor een toelichting.
171
  !exit
3611 bpr 172
!endif
1262 schaersvoo 173
 
3611 bpr 174
!if chemdraw_empty_data iswordof $error
13541 bpr 175
  Je antwoord bevat geen data. Graag de modificatie in de applet aanbrengen.
176
  !exit
3611 bpr 177
!endif
13541 bpr 178
!if draw_bad_object iswordof $error
14547 schaersvoo 179
  Het getekende oject is niet het vereiste type ($type) : probeer opnieuw !
13541 bpr 180
  !exit
181
!endif
6318 bpr 182
!msg $error