Rev 10208 | Rev 13541 | 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 |
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 |
||
20 | reyssat | 7 | !exit |
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 |
||
10207 | bpr | 13 | Vaš odgovor |
10223 | bpr | 14 | <b>$bad_name</b> = <span class="tt">$bad_value</span> |
20 | reyssat | 15 | !if unknownword iswordof $test |
16 | !set w=!word 3 of $test |
||
10223 | bpr | 17 | ni razumljiv: beseda <span class="tt">$w</span> |
20 | reyssat | 18 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
19 | !exit |
||
20 | !endif |
||
8712 | reyssat | 21 | !if nocompute iswordof $test |
20 | reyssat | 22 | ni dovoljen: izraz je treba izračunati oziroma poenostaviti. Vnesete lahko le končen rezultat. |
23 | !exit |
||
24 | !endif |
||
8712 | reyssat | 25 | !if nocomputecomplex iswordof $test |
26 | is not allowed. |
||
27 | Please give the complex number in standard rectangular form |
||
10223 | bpr | 28 | <span class="tt"> a + b i </span> |
8712 | reyssat | 29 | where |
10223 | bpr | 30 | <span class="tt">a</span> |
8712 | reyssat | 31 | and |
10223 | bpr | 32 | <span class="tt">b</span> |
8712 | reyssat | 33 | are computed, and submit the resulting value (for example, |
10223 | bpr | 34 | <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>). |
8712 | reyssat | 35 | !exit |
36 | !endif |
||
20 | reyssat | 37 | !if badform iswordof $test |
38 | ni zapisan v zahtevani obliki. Prosim, da ga zapišete na ustrezen način. |
||
39 | !exit |
||
40 | !endif |
||
41 | !if notunit iswordof $test |
||
42 | je zgolj število. Prosim, da v odgovoru označite tudi enoto. |
||
43 | !exit |
||
44 | !endif |
||
10208 | bpr | 45 | !if bad_variable iswordof $test |
10207 | bpr | 46 | is not understandable. It should contain extra variables. |
47 | !exit |
||
48 | !endif |
||
20 | reyssat | 49 | ni razumljiv. Prosim, popravite napako. |
50 | !exit |
||
51 | !endif |
||
52 | |||
53 | !if bad_exo iswordof $error |
||
54 | Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b> |
||
7170 | bpr | 55 | je neveljaven, zato je ni mogoče preveriti pravilnosti vašega odgovora. |
20 | reyssat | 56 | Poskusite raje s kakšno drugo vajo in |
57 | !if $email!=$empty |
||
58 | !mailurl $email obvestite avtorja |
||
59 | !else |
||
60 | obvestite avtorja |
||
61 | !endif |
||
62 | te vaje o napaki. |
||
63 | !exit |
||
64 | !endif |
||
65 | |||
66 | !if too_many_print iswordof $error |
||
67 | Vaši zahtevni po različicah za tiskanje so prepogosti. |
||
68 | !exit |
||
69 | !endif |
||
70 | |||
3611 | bpr | 71 | !if chemclick_empty_data iswordof $error |
72 | You have selected no atom or bond. Look at the help. |
||
73 | !exit |
||
74 | !endif |
||
75 | |||
76 | !if chemdraw_empty_data iswordof $error |
||
77 | You have not modify the applet. Please complete it. |
||
4543 | bpr | 78 | !exit |
3611 | bpr | 79 | !endif |
6318 | bpr | 80 | |
81 | !msg $error |