Rev 16683 | Rev 16888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16683 | Rev 16685 | ||
---|---|---|---|
Line 494... | Line 494... | ||
494 | !endif |
494 | !endif |
495 | 495 | ||
496 | :end |
496 | :end |
497 | 497 | ||
498 | !if $cmd=hint or $cmd=resume |
498 | !if $cmd=hint or $cmd=resume |
499 | !! add to display student answer in case of use an hint or resume to work |
499 | !! add to display student answer in case of use an hint or resume to work |
500 | !for i=1 to $replycnt |
500 | !for i=1 to $replycnt |
501 | !default m_reply$i=$(reply$i) |
501 | !default m_reply$i=$(reply$i) |
502 | !next i |
502 | !next i |
503 | !for i=1 to $choicecnt |
503 | !for i=1 to $choicecnt |
504 | m_choice$i=!item $(choice$i) of $(choicelist$i) |
504 | m_choice$i=!item $(choice$i) of $(choicelist$i) |
505 | !next i |
505 | !next i |
506 | !endif |
506 | !endif |
507 | 507 | ||
508 | !if $status=waiting |
508 | !if $status=waiting |
509 | !distribute item 1,1 into cntr,cntc |
509 | !distribute item 1,1 into cntr,cntc |
510 | form_=document.forms['replyform'] |
510 | form_=document.forms['replyform'] |