<?xml version="1.0" encoding="UTF-8"?>
<assessmentTest 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  http://www.imsglobal.org/xsd/qti/qtiv2p1/imsqti_v2p1.xsd"
    identifier="RTEST-12" title="Golden (required) Items and Sections">
    <testPart navigationMode="nonlinear" submissionMode="simultaneous" identifier="RTEST-12-A">
        <assessmentSection identifier="sectionA" title="Section A" visible="true">
            <selection select="2"/>
            <ordering shuffle="false"/>
            <rubricBlock view="candidate">
                <p>Instructions for Section A</p>
            </rubricBlock>
            <assessmentItemRef identifier="item034" href="item034.xml" required="true"/>
            <assessmentItemRef identifier="item160" href="item160.xml"/>
            <assessmentItemRef identifier="item063" href="item063.xml"/>
        </assessmentSection>
        <assessmentSection identifier="sectionB" title="Section B" visible="true">
            <!-- In Section B, we select 2 children but Section B1 is required so
                we effectively select B1 and one of the other three items.
                B1 is an invisible section and the three items it contains will
                be mixed in with the other selected item when shuffling. -->
            <selection select="2"/>
            <ordering shuffle="true"/>
            <rubricBlock view="candidate">
                <p>Instructions for Section B</p>
            </rubricBlock>
            <assessmentItemRef identifier="item434" href="item434.xml"/>
            <assessmentItemRef identifier="item065" href="item065.xml"/>
            <assessmentItemRef identifier="item365" href="item365.xml"/>
            <assessmentSection identifier="sectionB1" title="Section B1" visible="false"
                keepTogether="false" required="true">
                <assessmentItemRef identifier="item347" href="item347.xml"/>
                <assessmentItemRef identifier="item653" href="item653.xml"/>
                <assessmentItemRef identifier="item656" href="item656.xml"/>
            </assessmentSection>
        </assessmentSection>
    </testPart>
</assessmentTest>
