!nocache
!if bad_exo iswordof $error
!endif
!set indgood=<font color=green><b>bonne réponse</b></font>
!set indpartial=<font color=orange><b>partiellement bonne</b></font>
!set indbad =<font color=red><b>mauvaise réponse</b></font>
!set indprec=<font color=orange><b>mauvaise précision</b></font>
!set condgood=<font color=green><b>OUI</b></font>
!set condbad =<font color=red><b>NON</b></font>
!set indsee =<small>voir l'analyse</small>
<table border=0>
<tr><th colspan=3>Analyse de votre réponse.
!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
!next 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
!next i
</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