[QTI] General response processing
Steve Lay
swl10 at cam.ac.uk
Fri Dec 14 13:43:12 GMT 2007
Helmut Schottmüller wrote:
> My problem is: How do I choose the other choices in the
> responseCondition. In my modified example I used the "equal" expression
> (hoping it is somehow similar to the varequal expression in QTI 1.2). Is
> this correct or can someone give me the correct choice for my response
> processing.
The match operator is the right way. equal is for testing numeric equality.
> <match>
> <variable identifier="RESPONSE"/>
> <equal>
> <baseValue
> baseType="identifier">ChoiceC</baseValue>
> </equal>
> </match>
Drop the equal and you should be OK.
<match>
<variable identifier="RESPONSE"/>
<baseValue baseType="identifier">ChoiceC</baseValue>
</match>
Steve
More information about the IMS-QTI
mailing list