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