Subversion Repositories wimsdev

Rev

Rev 5763 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. !form reply
  3. Step $currstep : $methexp.
  4. <p>
  5. !if $shcontext!=$empty
  6.  What is the condition of application of this method?
  7.  !set n=!itemcnt $shcontext
  8.  !formselect repcontext from 0 to $n prompt $ch_choose,$listcontext
  9.  
  10. !endif
  11. !if $shresult!=$empty
  12.  What gives this method? <ul>
  13.  !set n=!itemcnt $shresult
  14.  !for i=1 to $n
  15.   !set b=!item $i of $listresult
  16.   <li><input type="radio" name="represult" value="$i"
  17.   !if $i=$represult
  18.    checked
  19.   !endif
  20.   />
  21.   !insmath $b
  22.   </li>
  23.  !next i
  24.  </ul><p>
  25. !endif
  26.  
  27. <center><input type="submit" value="Send"/>
  28. </center>
  29. !formend
  30.  
  31.