<?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 algorithm to process items with text entry interactions -->
	<responseCondition>
		<responseIf>
			<isNull>
				<variable identifier="RESPONSE"/>
			</isNull>
			<setOutcomeValue identifier="SCORE">
				<baseValue baseType="float">0.0</baseValue>
			</setOutcomeValue>
		</responseIf>
		<responseElse>
			<setOutcomeValue identifier="SCORE">
				<mapResponse identifier="RESPONSE"/>
			</setOutcomeValue>
		</responseElse>
	</responseCondition>
	<responseCondition>
		<responseIf>
		<equal toleranceMode="exact">
			<variable identifier="MAXSCORE"/>
			<variable identifier="SCORE"/>
		</equal>
			<setOutcomeValue identifier="FEEDBACK">
				<baseValue baseType="identifier">correct</baseValue>
			</setOutcomeValue>
		</responseIf>
        <responseElse>
			<setOutcomeValue identifier="FEEDBACK">
				<baseValue baseType="identifier">incorrect</baseValue>
			</setOutcomeValue>
       </responseElse>
	</responseCondition>
</responseProcessing>
