<?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-25" title="Basic Statistics as Outcomes">
    <outcomeDeclaration identifier="NCORRECTA" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="NCORRECTB" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="NINCORRECT" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="NRESPONSED" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="NPRESENTED" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="NSELECTED" cardinality="single" baseType="integer"/>
    <outcomeDeclaration identifier="PERCENT_CORRECT" cardinality="single" baseType="float"/>
    <testPart navigationMode="nonlinear" submissionMode="simultaneous" identifier="RTEST-25-A">
        <assessmentSection identifier="sectionA" title="Section A" visible="true">
            <rubricBlock view="candidate">
                <p>Instructions for Section A</p>
            </rubricBlock>
            <assessmentItemRef identifier="item034" href="item034.xml"/>
            <assessmentItemRef identifier="item160" href="item160.xml"/>
            <assessmentItemRef identifier="item063" href="item063.xml"/>
        </assessmentSection>
        <assessmentSection identifier="sectionB" title="Section B" visible="true">
            <selection select="2"/>
            <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"/>
            <assessmentItemRef identifier="item656" href="item656.xml"/>
        </assessmentSection>
    </testPart>
    <outcomeProcessing>
        <setOutcomeValue identifier="NCORRECTA">
            <numberCorrect sectionIdentifier="sectionA"/>
        </setOutcomeValue>
        <setOutcomeValue identifier="NCORRECTB">
            <numberCorrect sectionIdentifier="sectionB"/>
        </setOutcomeValue>
        <setOutcomeValue identifier="NINCORRECT">
            <numberIncorrect/>
        </setOutcomeValue>
        <setOutcomeValue identifier="NRESPONSED">
            <numberResponded/>
        </setOutcomeValue>
        <setOutcomeValue identifier="NPRESENTED">
            <numberPresented/>
        </setOutcomeValue>
        <setOutcomeValue identifier="NSELECTED">
            <numberSelected/>
        </setOutcomeValue>
        <setOutcomeValue identifier="PERCENT_CORRECT">
            <product>
                <baseValue baseType="float">100.0</baseValue>
                <divide>
                    <numberCorrect/>
                    <numberSelected/>
                </divide>
            </product>
        </setOutcomeValue>
    </outcomeProcessing>
</assessmentTest>
