Rev 13541 | Rev 15463 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | |
6318 | bpr | 2 | !if empty_out iswordof $error |
13541 | bpr | 3 | Your code did not give any output. Please correct it. |
4 | !if $m_reply_err!=$empty |
||
5 | <pre><span class="wims_warning">$m_reply_err</span></pre> |
||
6 | !endif |
||
14997 | bpr | 7 | !exit |
20 | reyssat | 8 | !endif |
9 | |||
6318 | bpr | 10 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
20 | reyssat | 11 | |
12 | !if bad_answer iswordof $error |
||
14997 | bpr | 13 | !if illegalname iswordof $test |
14 | Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct. |
||
15 | !exit |
||
16 | !endif |
||
17 | !if lengthoverflow iswordof $test |
||
18 | Your code has exceeded the length limit. Please rewrite it. |
||
19 | !exit |
||
20 | !endif |
||
21 | !if badsize iswordof $test |
||
22 | You must select |
||
23 | !word 3 of $test |
||
24 | objects. |
||
25 | !exit |
||
26 | !endif |
||
13541 | bpr | 27 | Vaš odgovor |
28 | <b>$bad_name</b> = <span class="tt">$bad_value</span> |
||
14997 | bpr | 29 | <span span class="tt">$bad_value</span> |
13541 | bpr | 30 | !if unknownword iswordof $test |
14997 | bpr | 31 | !set w=!word 3 of $test |
32 | ni razumljiv: beseda <span class="tt">$w</span> |
||
33 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
||
34 | !exit |
||
13541 | bpr | 35 | !endif |
36 | !if nocompute iswordof $test |
||
37 | ni dovoljen: izraz je treba izračunati oziroma poenostaviti. Vnesete lahko le končen rezultat. |
||
38 | !exit |
||
39 | !endif |
||
40 | !if nocomputecomplex iswordof $test |
||
41 | is not allowed. |
||
42 | Please give the complex number in standard rectangular form |
||
14997 | bpr | 43 | <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, |
||
49 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
||
13541 | bpr | 50 | !exit |
51 | !endif |
||
52 | !if badform iswordof $test |
||
53 | ni zapisan v zahtevani obliki. Prosim, da ga zapišete na ustrezen način. |
||
54 | !exit |
||
55 | !endif |
||
56 | !if notunit iswordof $test |
||
57 | je zgolj število. Prosim, da v odgovoru označite tudi enoto. |
||
58 | !exit |
||
59 | !endif |
||
60 | !if bad_variable iswordof $test |
||
61 | is not understandable. It should contain extra variables. |
||
62 | !exit |
||
63 | !endif |
||
64 | ni razumljiv. Prosim, popravite napako. |
||
20 | reyssat | 65 | !exit |
66 | !endif |
||
67 | |||
68 | !if bad_exo iswordof $error |
||
13541 | bpr | 69 | Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b> |
70 | je neveljaven, zato je ni mogoče preveriti pravilnosti vašega odgovora. |
||
71 | Poskusite raje s kakšno drugo vajo in |
||
72 | !if $email!=$empty |
||
73 | !mailurl $email obvestite avtorja |
||
74 | !else |
||
75 | obvestite avtorja |
||
76 | !endif |
||
77 | te vaje o napaki. |
||
78 | !exit |
||
20 | reyssat | 79 | !endif |
80 | |||
81 | !if too_many_print iswordof $error |
||
13541 | bpr | 82 | Vaši zahtevni po različicah za tiskanje so prepogosti. |
83 | !exit |
||
20 | reyssat | 84 | !endif |
85 | |||
3611 | bpr | 86 | !if chemclick_empty_data iswordof $error |
13541 | bpr | 87 | You have selected no atom or bond. Look at the help. |
88 | !exit |
||
3611 | bpr | 89 | !endif |
90 | |||
91 | !if chemdraw_empty_data iswordof $error |
||
13541 | bpr | 92 | You have not modify the applet. Please complete it. |
93 | !exit |
||
3611 | bpr | 94 | !endif |
14997 | bpr | 95 | |
13541 | bpr | 96 | !if draw_bad_object iswordof $error |
97 | You did not draw correctly the requested object ($type): try again! |
||
98 | !exit |
||
99 | !endif |
||
14997 | bpr | 100 | |
6318 | bpr | 101 | !msg $error |