!! fichier de comparaison d'analyse de rponse pour un vecteur algbrique. Le premier mot de wims_read_parm doit tre la bonne rponse et le deuxime la rponse  comparer.

tmp1=!word 1 of $wims_read_parm
tmp2=!word 2 of $wims_read_parm
tmp3=!itemcnt $tmp1
tmp4=!itemcnt $tmp2
i=0
tmp=$empty
!for j from 1 to $tmp4
replygood0=!item $j of $tmp1
reply0=!item $j of $tmp2
test=$empty
!read anstype/algexp
!if $test!=$empty
   tmp=type
   !break
!endif
!if $diareply0=bad
   tmp=bad
!endif
!next j
test=$tmp
!if $tmp=$empty
test=good
!endif
