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