<?xml version="1.0" encoding="UTF-8"?>
<assessmentItem xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p1 imsqti_v2p1.xsd"
    identifier="associate" title="Shakespearian Rivals" adaptive="false" timeDependent="false">
    <responseDeclaration identifier="RESPONSE" cardinality="multiple" baseType="pair">
        <mapping defaultValue="0">
            <mapEntry mapKey="A P" mappedValue="2"/>
            <mapEntry mapKey="C M" mappedValue="1"/>
            <mapEntry mapKey="D L" mappedValue="1"/>
        </mapping>
    </responseDeclaration>
    <outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"/>
    <itemBody>
        <associateInteraction responseIdentifier="RESPONSE" shuffle="true" maxAssociations="3">
            <prompt>Hidden in this list of characters from famous Shakespeare plays are three pairs
                of rivals. Can you match each character to his adversary?</prompt>
            <simpleAssociableChoice identifier="A" matchMax="1">Antonio</simpleAssociableChoice>
            <simpleAssociableChoice identifier="C" matchMax="1">Capulet</simpleAssociableChoice>
            <simpleAssociableChoice identifier="D" matchMax="1">Demetrius</simpleAssociableChoice>
            
            <!-- unexpected br tag in the associateInteraction. See XSD -->
            <br />
            
            <simpleAssociableChoice identifier="L" matchMax="1">Lysander</simpleAssociableChoice>
            <simpleAssociableChoice identifier="M" matchMax="1">Montague</simpleAssociableChoice>
            <simpleAssociableChoice identifier="P" matchMax="1">Prospero</simpleAssociableChoice>
        </associateInteraction>
    </itemBody>
   
    <responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/map_response"/>
</assessmentItem>
