Submitted by Anonymous (not verified) on Tue, 05-Apr-2011 11:08.
Why that way?
QTI PositionObjectInteraction Issue
Hi,
We are implementing the QTI standard v2.0 in our assement platform TAOTAO and we are asking some questions regarding the positionObjectInteraction This interaction is wrapped into a positionObjectStage and we don't understand why.
Why is there not only an interactions with some choices like the other one.
QTI PositionObjectInteraction Issue
We are implementing the QTI standard v2.0 in our assement platform TAOTAO and we are asking some questions regarding the positionObjectInteraction
This interaction is wrapped into a positionObjectStage and we don't understand why.
Why is there not only an interactions with some choices like the other one.
An example of the standard:
<object type="image/png" data="images/uk.png" width="206" height="280"/>
<positionObjectInteraction responseIdentifier="RESPONSE" maxChoices="3">
<object type="image/png" data="images/airport.png" width="16" height="16"/>
</positionObjectInteraction>
<positionObjectInteraction responseIdentifier="RESPONSE2" maxChoices="3">
<object type="image/png" data="images/plane.png" width="16" height="16"/>
</positionObjectInteraction>
</positionObjectStage>
An example of what we think to be logical:
<object type="image/png" data="images/uk.png" width="206" height="280"/>
<positionObjectChoice>
<object type="image/png" data="images/airport.png" width="16" height="16"/>
</positionObjectChoice>
<positionObjectChoice>
<object type="image/png" data="images/plane.png" width="16" height="16"/>
</positionObjectChoice>
</positionObjectInteraction>
Is there any particular reason that we don't understand?
Thank you