Subversion Repositories wimsdev

Rev

Rev 23 | Blame | Last modification | View Log | RSS feed

  1.  
  2. !if $remcnt>0
  3.  !set wims_ref_anchor=#infogot
  4. !form reply
  5.  !if $gotcnt<1
  6.   <p>In order to solve the problem, you may
  7.   <input type=submit value="ask questions">
  8.  !else
  9.   <p>Now you may continue to
  10.   <input type=submit value="ask questions">
  11.  !endif
  12.  about $objname:
  13.  !formselect ask list 0,$remlist prompt ?? Choose your question ??,$prompts
  14.  !if $comment!=$empty
  15.   <p>$comment
  16.  !endif
  17.  <p></form>
  18.  <small><b>Attention</b>. Your score depends on the number of questions you
  19.  ask. A penalty will be applied if you ask for irrelevant or useless
  20.  information.</small> <p>
  21.  <hr width=50%> <p>
  22. !endif
  23.  
  24. !if $gotcnt<1
  25.  !exit
  26. !endif
  27.  
  28. !set wims_ref_anchor=#ans
  29. !form reply
  30.  !if $remcnt>0
  31.   When you think you have enough information to solve the problem,
  32.  !else
  33.   Now please
  34.  !endif
  35.  <input type=submit value="give your answer">&nbsp;:<p>
  36.  !read $deffile form
  37. </center>
  38. </form>
  39.  
  40.