Sharebar?

QTI PositionObjectInteraction Issue

QTI PositionObjectInteraction Issue

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.

An example of the standard:
<positionObjectStage>
<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:
<positionObjectInteraction responseIdentifier="RESPONSE" maxChoices="3">
<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