[QTI] is my qti doc correct?
Graham Smith
l318310 at yahoo.co.uk
Wed Sep 19 08:48:55 BST 2007
Hi Anthony:
You have omitted the responseIdentifier from the choice Interaction.
Also, to get the JAssess engine to accept your xml, it was necessary to remove the ns3 prefix from assessmenItem.
The code copied below works, but of course there is no response processing.
Also, with maxChoices = "0", the candidate can pick two answers. Is that what you intended?
------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<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 responseIdentifier="RESPONSE" shuffle="false" maxChoices="0">
<prompt>asdfasf</prompt>
<simpleChoice>answer1</simpleChoice>
<simpleChoice>answer2</simpleChoice>
</choiceInteraction>
</itemBody>
</assessmentItem>
---------------------------------
Graham Smith
---------------------------------
For ideas on reducing your carbon footprint visit Yahoo! For Good this month.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /public/ims-qti/attachments/20070919/18e94cb8/attachment.html
More information about the IMS-QTI
mailing list