<?xml version="1.0" encoding="UTF-8"?>
<responseProcessing xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"> <!-- schemalocation fixed WK 26-01-2012 -->
    <!-- This template defines an alternative process to that defined by CC2_match.xml. It should be used by those systems that don't support
    inline feedback -->
    <responseCondition>
        <responseIf>
            <match>
                <variable identifier="RESPONSE"/>
                <correct identifier="RESPONSE"/>
            </match>
            <setOutcomeValue identifier="SCORE">
                <variable identifier="MAXSCORE"/>
            </setOutcomeValue>
			<setOutcomeValue identifier="FEEDBACKBASIC">
				<baseValue baseType="identifier">correct</baseValue>
			</setOutcomeValue>
        </responseIf>
        <responseElse>
 			<setOutcomeValue identifier="FEEDBACKBASIC">
				<baseValue baseType="identifier">incorrect</baseValue>
			</setOutcomeValue>
        </responseElse>
    </responseCondition>
</responseProcessing>