[QTI] is my qti doc correct?
Niall Barr
niall at nbsoftware.com
Wed Sep 19 09:39:36 BST 2007
To be correct XML you would also need to remove the ns3 suffix from the
QTI 2.1 namespace declaration. Alternatively reinstate the prefix on the
assessmentItem element and add it to all the other QTI 2.1 elements,
however I think that might cause problems for some rendering systems.
Niall
Graham Smith wrote:
> 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
> <http://uk.promotions.yahoo.com/forgood/environment.html> this month.
> ------------------------------------------------------------------------
>
> _______________________________________________
> IMS-QTI mailing list
> IMS-QTI at lists.ucles.org.uk
> http://lists.ucles.org.uk/lists/listinfo/ims-qti
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.487 / Virus Database: 269.13.22/1015 - Release Date: 9/18/2007 11:53
>
More information about the IMS-QTI
mailing list