Rev 8712 | Rev 10208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8712 | Rev 10207 | ||
---|---|---|---|
Line 8... | Line 8... | ||
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 | Va¹ odgovor |
13 | Va¹ odgovor |
14 | <b>$bad_name</b> = <span class="tt" |
14 | <b>$bad_name</b> = <span class="wims_msg alert tt">$bad_value</span> |
15 | !if unknownword iswordof $test |
15 | !if unknownword iswordof $test |
16 | !set w=!word 3 of $test |
16 | !set w=!word 3 of $test |
17 | ni razumljiv: beseda <span class=" |
17 | ni razumljiv: beseda <span class="wims_msg alert tt">$w</span> |
18 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
18 | v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek. |
19 | !exit |
19 | !exit |
20 | !endif |
20 | !endif |
21 | !if nocompute iswordof $test |
21 | !if nocompute iswordof $test |
22 | ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat. |
22 | ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat. |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
25 | !if nocomputecomplex iswordof $test |
25 | !if nocomputecomplex iswordof $test |
26 | is not allowed. |
26 | is not allowed. |
27 | Please give the complex number in standard rectangular form |
27 | Please give the complex number in standard rectangular form |
28 | <span class="tt"> a + b i </span> |
28 | <span class="wims_msg alert tt"> a + b i </span> |
29 | where |
29 | where |
30 | <span class="tt">a</span> |
30 | <span class="wims_msg alert tt">a</span> |
31 | and |
31 | and |
32 | <span class="tt">b</span> |
32 | <span class="wims_msg alert tt">b</span> |
33 | are computed, and submit the resulting value (for example, |
33 | are computed, and submit the resulting value (for example, |
34 | <span class="tt |
34 | <span class="wims_msg alert tt"> -1 + 2 i</span> or <span class="wims_msg alert tt"> 1 - 2 i</span>). |
35 | !exit |
35 | !exit |
36 | !endif |
36 | !endif |
37 | !if badform iswordof $test |
37 | !if badform iswordof $test |
38 | ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin. |
38 | ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin. |
39 | !exit |
39 | !exit |
40 | !endif |
40 | !endif |
41 | !if notunit iswordof $test |
41 | !if notunit iswordof $test |
42 | je zgolj ¹tevilo. Prosim, da v odgovoru oznaèite tudi enoto. |
42 | je zgolj ¹tevilo. Prosim, da v odgovoru oznaèite tudi enoto. |
43 | !exit |
43 | !exit |
- | 44 | !endif |
|
- | 45 | !if variable iswordof $test |
|
- | 46 | is not understandable. It should contain extra variables. |
|
- | 47 | !exit |
|
44 | !endif |
48 | !endif |
45 | ni razumljiv. Prosim, popravite napako. |
49 | ni razumljiv. Prosim, popravite napako. |
46 | !exit |
50 | !exit |
47 | !endif |
51 | !endif |
48 | 52 |