xml.author.v2p0.mcSCTemplate.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Thie example adapted from the PET Handbook, copyright University of Cambridge ESOL Examinations --> <assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_item_v2p0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_item_v2p0 ../imsqti_item_v2p0.xsd" identifier="choice" title="Unattended Luggage" adaptive="false" timeDependent="false"> <responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier"> <correctResponse> <value><!-- SET SINGLE --></value> </correctResponse> </responseDeclaration> <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"> <defaultValue> <value>0</value><!-- SET --> </defaultValue> </outcomeDeclaration> <itemBody><!-- SET ITEM_TEXT--> <choiceInteraction responseIdentifier="RESPONSE" shuffle="false" maxChoices="1"> <prompt></prompt> <simpleChoice identifier="A" fixed="false"><!-- SET ITEM_ANSWER_TEXT--> <feedbackInline outcomeIdentifier="FEEDBACK" identifier="A" showHide="show"> <!-- SET FEEDBACK_TEXT--> </feedbackInline> </simpleChoice> <simpleChoice identifier="B" fixed="false"><!-- SET ITEM_ANSWER_TEXT--> <feedbackInline outcomeIdentifier="FEEDBACK" identifier="B" showHide="show"> <!-- SET FEEDBACK_TEXT--> </feedbackInline> </simpleChoice> <simpleChoice identifier="C" fixed="false"><!-- SET ITEM_ANSWER_TEXT--> <feedbackInline outcomeIdentifier="FEEDBACK" identifier="C" showHide="show"> <!-- SET FEEDBACK_TEXT--> </feedbackInline> </simpleChoice> <simpleChoice identifier="D" fixed="false"><!-- SET ITEM_ANSWER_TEXT--> <feedbackInline outcomeIdentifier="FEEDBACK" identifier="D" showHide="show"> <!-- SET FEEDBACK_TEXT--> </feedbackInline> </simpleChoice> </choiceInteraction> </itemBody> <responseProcessing xmlns="http://www.imsglobal.org/xsd/imsqti_v2p0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p0 imsqti_v2p0.xsd"> <responseCondition> <responseIf> <match> <variable identifier="RESPONSE"/> <correct identifier="RESPONSE"/> </match> <setOutcomeValue identifier="SCORE"> <baseValue baseType="float">1<!-- SET MAX--></baseValue> </setOutcomeValue> </responseIf> <responseElse> <setOutcomeValue identifier="SCORE"> <baseValue baseType="float">0<!-- SET MIN--></baseValue> </setOutcomeValue> </responseElse> </responseCondition> </responseProcessing> </assessmentItem>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy