xml.author.v2p0.mcMCTemplate.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <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="choiceMultiple" title="Multiple Choice Multiple Correct" adaptive="false" timeDependent="false"> <responseDeclaration identifier="RESPONSE" cardinality="multiple" baseType="identifier"> <correctResponse> <value><!-- SET MULTIPLE CORRECT--></value> </correctResponse> <mapping lowerBound="0" upperBound="0" defaultValue="0"><!-- SET --> <mapEntry mapKey="A" mappedValue="0"/><!-- SET --> </mapping> </responseDeclaration> <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"> <defaultValue> <value>0</value><!-- SET --> </defaultValue> </outcomeDeclaration> <itemBody><!-- SET ITEM_TEXT--> <choiceInteraction responseIdentifier="MR01" shuffle="true" maxChoices="4"> <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