!nocache
!if bad_exo iswordof $error
!endif
!set indgood=<font color=green><b>correct</b></font>
!set indpartial=<font color=orange><b>gedeeltelijk correct</b></font>
!set indbad =<font color=red><b>incorrect</b></font>
!set indprec=<font color=orange><b>onnauwkeurig</b></font>
!set condgood=<font color=green><b>Ja</b></font>
!set condbad =<font color=red><b>Nee</b></font>
!set indsee =<small>bekijk de analyse</small>
<table border=0>
<tr><th colspan=3>De analyse van het antwoord.
!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>Correcte oplossing.</b>
!if $solution!=$executed_str or $oef2wims_version<3.10
$solution
!else
!read $deffile solution
!endif
!endif