Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. !if $error!=$empty
  2.  !exit
  3. !endif
  4.  
  5. !if $condtest1<0
  6.  No! You have made bad manipulations which have led you to a situation
  7.  where the proof of the exercise is no longer possible. The exercise
  8.  is therefore aborted, score=0.
  9.  <p>
  10.  !exit
  11. !endif
  12.  
  13. !if $cutstop=yes
  14.  No! You have exceeded the limit of allowed steps. The operation is
  15.  aborted, score=0.
  16.  <p>
  17.  !exit
  18. !endif
  19.  
  20. !if nostatus notwordof $m_options
  21.  !read deduc/$module_language/status.phtml
  22. !endif
  23.  
  24. !item floor($score/2)+1 of Phew, Well, Yes, Great, Bravo, Congratulations
  25. $ ! You have solved the exercise in $ctstep steps.
  26. !if $ctstep>$m_minsteps
  27.  (It can be done in $m_minsteps steps.)
  28. !endif
  29. Score: $score/10. <small>
  30. ($[$ustep-$currstep] stray steps,
  31. $penalty penalties for serious errors)</small>
  32.  
  33. <p>
  34.  
  35.