Subversion Repositories wimsdev

Rev

Rev 3611 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !set wims_module_error=error: $error
  3.  
  4. <b>Error.</b>
  5.  
  6. !if empty_out iswordof $error
  7.  Your code did not give any output. Please correct it.
  8.  !if $m_reply_err!=$empty
  9.   <pre><font color=red>$m_reply_err</font></pre>
  10.  !endif
  11.  !exit
  12. !endif
  13.  
  14. !if empty_data iswordof $error
  15.  You have submitted an incomplete reply. Please complete it.
  16.  !exit
  17. !endif
  18.  
  19. !if bad_data iswordof $error
  20.  I have failed to evaluate the values you submitted. A typo?
  21.  !exit
  22. !endif
  23.  
  24. !if double_reply iswordof $error
  25.  You have already submitted a reply to this problem, which has been
  26.  analysed and scored. Repetitive replies are ignored. (Don't use the
  27. `reload' button of your browser to repost replies!)
  28.  !exit
  29. !endif
  30.  
  31. !if bad_answer iswordof $error
  32.  !if illegalname iswordof $test
  33.   Your code contains illegal name <tt>$illegal_name</tt>. Please correct.
  34.   !exit
  35.  !endif
  36.  !if lengthoverflow iswordof $test
  37.   Your code has exceeded the length limit. Please rewrite it.
  38.   !exit
  39.  !endif
  40.  Your reply <p><center>
  41.  <b>$bad_name</b> = <tt>$bad_value</tt> <p></center>
  42.  !if unknownword iswordof $test
  43.   !set w=!word 3 of $test
  44.   is not understandable: the word <font color=red>$w</font>
  45.   is unrelated to this problem or is not allowed.
  46.   Please correct or choose a simpler sentence.
  47.   !exit
  48.  !endif
  49.  !if nocompute iswordof $test
  50.   is not allowed: please carry out the computation yourself, and
  51.   submit the resulting value.
  52.   !exit
  53.  !endif
  54.  !if badform iswordof $test
  55.   is not written as required. Please rewrite it in the correct form.
  56.   !exit
  57.  !endif
  58.  !if notunit iswordof $test
  59.   is only a number: please precise the unit in your answer.
  60.   !exit
  61.  !endif
  62.  is not understandable.
  63.  Please correct the error and resubmit your reply.
  64.  !exit
  65. !endif
  66.  
  67. !if bad_exo iswordof $error
  68.  Due to an error in this exercise (the good answer for <b>$(replyname$i)</b>
  69.  is invalid), it is impossible to test the
  70.  correctness of your answer. The only solution for you is to change the
  71.  exercise; sorry.
  72.  <p>
  73.  Please
  74.  !if $email!=$empty
  75.   !mailurl $email contact the author
  76.  !else
  77.   contact the author
  78.  !endif
  79.  of the exercise if you want to report the error.
  80.  !exit
  81. !endif
  82.  
  83. !if too_many_print iswordof $error
  84.  Your requests for printable versions are excessive.
  85.  !exit
  86. !endif
  87.  
  88.