!nocache
<!-- Begin en/form.phtml-->
!if $oefsteps!=$empty
!set fieldtot=!itemcnt $thisstep
!else
!set fieldtot=$[$choicecnt+$replycnt]
!endif
!if $fieldtot<1
!changeto oef/noreply.phtml
!endif
!set N_=!itemcnt $embedded
!if $fieldtot<=$N_
!goto send
!endif
<legend>
!if $error=$empty
Enter your reply:
!else
<b>Correct</b> your reply:
!endif
</legend>
!if $hasembedding!=yes
<a name="oefform" id="oefform"> </a>
!form reply name="replyform" onsubmit="return formcheck();"
!endif
!if $oefsteps!=$empty and $oefstepcnt>1
!if $dynsteps=yes
(step $oefstep)
!else
(step $oefstep/$oefstepcnt)
!endif
!endif
<br><table border=0>
!distribute item 1,1 into cntr,cntc
!for t in $ansorder
!if $oefsteps=$empty or $t$(cnt$t) isitemof $thisstep
!read oef/form$t.phtml $(cnt$t)
!endif
!advance cnt$t
</table>
:send
!if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
!read anstype/$wims_fill_type.after
!endif
!if $hasembedding!=yes
</fieldset>
<!-- </fieldset
> end of
"oefform" fieldset
-->
!endif
!if $oef_formnosubmit!=yes
<center>
<input type=submit value="Send the reply">
</center>
!endif
</form>
!if $qcmgood<1 and $choicecnt>0
<small><b>Remark.</b> Choose '$ch_none', if you think that the good
choice is not among those presented.</small> <p>
!endif