Subversion Repositories wimsdev

Rev

Rev 17356 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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
  5. !if empty_out iswordof $error
  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
  10.   !exit
  11. !endif
  12.  
  13. !! empty_data bad_data double_reply  are in html/msg.phtml.fr - suppress on test
  14.  
  15. !if bad_answer iswordof $error
  16.   !! ------------- begin of error message for litexp option polfactor polexpand
  17.   !if notreduced iswordof $test
  18.     !if termealgsimp iswordof $test
  19.       !! TODO_lang termealgsimp
  20.       !changeto oef/fr/msg.phtml
  21.     !endif
  22.     !if termenumsimp iswordof $test
  23.       !! TODO_lang termenumsimp
  24.       !changeto oef/fr/msg.phtml
  25.     !endif
  26.     !if termesamepower iswordof $test
  27.       !! TODO_lang termesamepower
  28.       !changeto oef/fr/msg.phtml
  29.     !endif
  30.     !if parenthesis iswordof $test
  31.       !! TODO_lang parenthesis
  32.       !changeto oef/fr/msg.phtml
  33.     !endif
  34.     !if power0 iswordof $test
  35.       !! TODO_lang power0
  36.       !changeto oef/fr/msg.phtml
  37.     !endif
  38.     !if constantbefore iswordof $test
  39.       !! TODO_lang constantbefore
  40.       !changeto oef/fr/msg.phtml
  41.     !endif
  42.   !endif
  43.   !if badform iswordof $test
  44.     !if notcomplete iswordof $test
  45.       !! TODO_lang notcomplete
  46.       !changeto oef/fr/msg.phtml
  47.     !endif
  48.     !if notfactorised iswordof $test
  49.       !! TODO_lang notfactorised
  50.       !changeto oef/fr/msg.phtml
  51.     !endif
  52.     !if usebadchar iswordof $test
  53.       !! TODO_lang usebadchar
  54.       !changeto oef/fr/msg.phtml
  55.       !exit
  56.     !endif
  57.     !if uselessfactor iswordof $test
  58.       !! TODO_lang uselessfactor
  59.       !changeto oef/fr/msg.phtml
  60.       !exit
  61.     !endif
  62.     !if fparenthesis iswordof $test
  63.       !! TODO_lang fparenthesis
  64.       !changeto oef/fr/msg.phtml
  65.     !endif
  66.     !if multifactor iswordof $test
  67.       !! TODO_lang multifactor
  68.       !changeto oef/fr/msg.phtml
  69.     !endif
  70.     !if twofactorcst iswordof $test
  71.       !! TODO_lang twofactorcst
  72.       !changeto oef/fr/msg.phtml
  73.     !endif
  74.     !if factorcontent iswordof $test
  75.       !! TODO_lang factorcontent
  76.       !changeto oef/fr/msg.phtml
  77.     !endif
  78.   !endif
  79.   !! ------------- end of error message for litexp option polfactor polexpand
  80.   !if illegalname iswordof $test
  81.     Your code contains illegal name <span class="tt">$illegal_name</span>. Please correct.
  82.     !exit
  83.   !endif
  84.   !if lengthoverflow iswordof $test
  85.     Your code has exceeded the length limit. Please rewrite it.
  86.     !exit
  87.   !endif
  88.   !if badsize iswordof $test
  89.     You must select
  90.     !word 3 of $test
  91.      objects.
  92.     !exit
  93.   !endif
  94.   Va¹ odgovor
  95.   <b>$bad_name</b> = <span class="tt">$bad_value</span>
  96.   <span span class="tt">$bad_value</span>
  97.   !if unknownword iswordof $test
  98.     !set w=!word 3 of $test
  99.     ni razumljiv: beseda <span class="tt">$w</span>
  100.     v odgovoru ni videti povezana s problemom. Prosim, da vnesete popravek.
  101.     !exit
  102.   !endif
  103.   !if nocompute iswordof $test
  104.     ni dovoljen: izraz je treba izraèunati oziroma poenostaviti. Vnesete lahko le konèen rezultat.
  105.     !exit
  106.   !endif
  107.   !if nocomputecomplex iswordof $test
  108.     is not allowed.
  109.     Please give the complex number in standard rectangular form
  110.       <span class="tt"> a + b i </span>
  111.       where
  112.       <span class="tt">a</span>
  113.       and
  114.       <span class="tt">b</span>
  115.       are computed, and submit the resulting value (for example,
  116.        <span class="tt"> -1 + 2 i</span> or <span class="tt"> 1 - 2 i</span>).
  117.     !exit
  118.   !endif
  119.   !if badform iswordof $test
  120.     ni zapisan v zahtevani obliki. Prosim, da ga zapi¹ete na ustrezen naèin.
  121.     !exit
  122.   !endif
  123.   !if notunit iswordof $test
  124.     je zgolj ¹tevilo. Prosim, da v odgovoru oznaèite tudi enoto.
  125.     !exit
  126.   !endif
  127.   !if bad_variable iswordof $test
  128.     is not understandable. It should contain extra variables.
  129.     !exit
  130.   !endif
  131.   ni razumljiv. Prosim, popravite napako.
  132.   !exit
  133. !endif
  134.  
  135. !if bad_exo iswordof $error
  136.   Napaka v vaji. Pravilni odgovor za <b>$(replyname$i)</b>
  137.   je neveljaven, zato je ni mogoèe preveriti pravilnosti va¹ega odgovora.
  138.   Poskusite raje s kak¹no drugo vajo in
  139.   !if $email!=$empty
  140.     !mailurl $email obvestite avtorja
  141.   !else
  142.     obvestite avtorja
  143.   !endif
  144.   te vaje o napaki.
  145.   !exit
  146. !endif
  147.  
  148. !if too_many_print iswordof $error
  149.   Va¹i zahtevni po razlièicah za tiskanje so prepogosti.
  150.   !exit
  151. !endif
  152.  
  153. !if chemclick_empty_data iswordof $error
  154.   You have selected no atom or bond. Look at the help.
  155.   !exit
  156. !endif
  157.  
  158. !if chemdraw_empty_data iswordof $error
  159.   You have not modify the applet. Please complete it.
  160.   !exit
  161. !endif
  162.  
  163. !if draw_bad_object iswordof $error
  164.   You did not draw correctly the requested object ($type): try again!
  165.   !exit
  166. !endif
  167.  
  168. !msg $error
  169.