[QTI] Problems with textEntryInteractions in r2q2

Markus Schmitt markus.schmitt33333 at yahoo.de
Fri Nov 2 11:00:13 GMT 2007


Hello,

Can anyone tell me please why the simple example with
textEntryInteractions does not work in r2q2

Many thanks in advance.
--------------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<assessmentItem
xmlns="http://www.imsglobal.org/xsd/imsqti_v2p0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p0
imsqti_v2p0.xsd" identifier="A32" title=""
adaptive="false" timeDependent="false">
  <responseDeclaration identifier="RESPONSE_F1"
cardinality="single" baseType="string">
    <correctResponse>
      <value>answer1</value>
    </correctResponse>
  </responseDeclaration>
  <responseDeclaration identifier="RESPONSE_F2"
cardinality="single" baseType="string">
    <correctResponse>
      <value>answer2</value>
    </correctResponse>
  </responseDeclaration>
  <outcomeDeclaration identifier="SCORE"
cardinality="single" baseType="float" />
  <itemBody>
    <p>a)Question 1 <textEntryInteraction
responseIdentifier="RESPONSE_F1" /></p>
    <p>b)Question 2 <textEntryInteraction
responseIdentifier="RESPONSE_F2" /></p>
  </itemBody>
  <responseProcessing>
   <responseCondition>
			<responseIf>
				<match>
					<variable identifier="RESPONSE_F1"/>
					<correct identifier="RESPONSE_F1"/>
				</match>
				<setOutcomeValue identifier="SCORE">
					<sum>
						<variable identifier="SCORE"/>
						<baseValue baseType="float">0.5</baseValue>
					</sum>
				</setOutcomeValue>			
			</responseIf>
		</responseCondition>
		<responseCondition>
			<responseIf>
				<match>
					<variable identifier="RESPONSE_F2"/>
					<correct identifier="RESPONSE_F2"/>
				</match>
				<setOutcomeValue identifier="SCORE">
					<sum>
						<variable identifier="SCORE"/>
						<baseValue baseType="float">0.5</baseValue>
					</sum>
				</setOutcomeValue>	
			</responseIf>	
		</responseCondition>
  </responseProcessing>
</assessmentItem>


        __________________________________  Ihr erstes Baby? Holen Sie sich Tipps von anderen Eltern.  www.yahoo.de/clever



More information about the IMS-QTI mailing list