!nocache
!if bad_exo iswordof $error
!endif
!set indgood=<font color=green><b>good answer</b></font>
!set indpartial=<font color=green><b>partially good</b></font>
!set indbad =<font color=red><b>bad answer</b></font>
!set indprec=<font color=red><b>bad precision</b></font>
!set condgood=<font color=green><b>YES</b></font>
!set condbad =<font color=red><b>NO</b></font>
!set indsee =<small>see below</small>
<table border=0>
<tr><th colspan=3>Analysis of your reply.
!distribute item 1,1 into cntr,cntc
!for t in $ansorder
!set i=$(cnt$t)
!if $oefsteps=$empty or $t$i isitemof $gotsteps
!read oef/answer$t.phtml
!endif
!advance cnt$t
!if $conditioncnt>0
!if $embedded_bracket!=$empty
<tr><td align=left colspan=2 nowrap><small>$embedded_bracket</small></td></tr>
!endif
<tr></tr><tr></tr>
!endif
!for i in $condlist
!if hide notwordof $(condoption$i)
<tr><td colspan=2><b>$(condname$i)</b>:<td>
!item $(condtest$i)+1 of $condbad,$condgood
!endif
</table>
!if $feedbackcnt>0
!read $deffile feedback
!endif
!if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $score<10))
<p><b>Solution.</b>
!if $solution!=$executed_str or $oef2wims_version<3.10
$solution
!else
!read $deffile solution
!endif
!endif