[QTI] is my qti doc correct?
Cai, Zhen
zhen at kingston.ac.uk
Wed Sep 19 10:36:32 BST 2007
Hi,
You would also need to have individual identifier for each
<simpleChoice> element, the values in your <correctResponse> element
should be the corresponding identifier for the correct <simpleChoice>
elements.
E.g.
...
<responseDeclaration identifier="RESPONSE" cardinality="single">
<correctResponse>
<value>answer1</value>
</correctResponse>
...
<choiceInteraction responseIdentifier="RESPONSE" shuffle="false"
maxChoices="1">
<simpleChoice identifier="answer1"> answer text 1 </simpleChoice>
<simpleChoice identifier="answer2"> answer text 2 </simpleChoice>
...
Regards,
Zhen
________________________________
<?xml version="1.0" encoding="UTF-8"?>
<ns3:assessmentItem title="item1" timeDependent="false"
identifier="item1" adaptive="false"
xmlns:ns2="http://www.imsglobal.org/xsd/imslip_v1p0"
xmlns:ns4="http://www.w3.org/1999/xlink"
xmlns:ns3="http://www.imsglobal.org/xsd/imsqti_v2p1"
xmlns:ns5="http://www.w3.org/1998/Math/MathML"
xmlns:ns6="http://www.w3.org/2001/XInclude">
<responseDeclaration identifier="RESPONSE" cardinality="single">
<correctResponse>
<value>answer1</value>
</correctResponse>
</responseDeclaration>
<itemBody>
<choiceInteraction shuffle="false" maxChoices="0">
<prompt>asdfasf</prompt>
<simpleChoice>answer1</simpleChoice>
<simpleChoice>answer2</simpleChoice>
</choiceInteraction>
</itemBody>
</ns3:assessmentItem>
This email has been scanned for all viruses by the MessageLabs Email
Security System.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /public/ims-qti/attachments/20070919/16c2f6d7/attachment.html
More information about the IMS-QTI
mailing list