Subversion Repositories wimsdev

Rev

Rev 10223 | Rev 14997 | 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
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
13541 bpr 13
  Vaš odgovor
14
  <b>$bad_name</b> = <span class="tt">$bad_value</span>
15
  !if unknownword iswordof $test
16
   !set w=!word 3 of $test
17
   ni razumljiv: beseda <span class="tt">$w</span>
18
   v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek.
8712 reyssat 19
   !exit
13541 bpr 20
  !endif
21
  !if nocompute iswordof $test
22
    ni dovoljen: izraz je treba izračunati oziroma poenostaviti. Vnesete lahko le končen rezultat.
23
    !exit
24
  !endif
25
  !if nocomputecomplex iswordof $test
26
    is not allowed.
27
    Please give the complex number in standard rectangular form
28
    <span class="tt"> a + b i </span>
29
    where
30
    <span class="tt">a</span>
31
    and
32
    <span class="tt">b</span>
33
    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>).
35
    !exit
36
  !endif
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
45
  !if bad_variable iswordof $test
46
    is not understandable. It should contain extra variables.
47
    !exit
48
  !endif
49
  ni razumljiv. Prosim, popravite napako.
20 reyssat 50
  !exit
51
!endif
52
 
53
!if bad_exo iswordof $error
13541 bpr 54
  Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b>
55
  je neveljaven, zato je ni mogoče preveriti pravilnosti vašega odgovora.
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
20 reyssat 64
!endif
65
 
66
!if too_many_print iswordof $error
13541 bpr 67
  Vaši zahtevni po različicah za tiskanje so prepogosti.
68
  !exit
20 reyssat 69
!endif
70
 
3611 bpr 71
!if chemclick_empty_data iswordof $error
13541 bpr 72
  You have selected no atom or bond. Look at the help.
73
  !exit
3611 bpr 74
!endif
75
 
76
!if chemdraw_empty_data iswordof $error
13541 bpr 77
  You have not modify the applet. Please complete it.
78
  !exit
3611 bpr 79
!endif
13541 bpr 80
!if draw_bad_object iswordof $error
81
  You did not draw correctly the requested object ($type): try again!
82
  !exit
83
!endif
6318 bpr 84
!msg $error