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