Print

Print


Dear Ladies and Gentleman,

sorry but I have seen that I have made a mistake myself. The aim of my 
email is to know whether the modelling of the scores (and not the 
feedback - one score if both clozes are filled with the right answers 
and in all other cases zero - is right.

Thanks

Alexander Koch



Alexander Koch schrieb:
> Dear Ladies and Gentleman,
> 
> I have below an example for a cloze question with several clozes. We 
> want to have a feedback "Your solution is right" if you put in all 
> clozes the right answer. If at least one cloze or both has the wrong 
> answer then the candidate should get the feedback your answer is wrong. 
> It doesn´t matter which cloze has the wrong answer.
> 
> Please check my solution and send me an email if you find a mistake in 
> my example.
> 
> <?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_item_v2p0.xsd" 
> identifier="question8" title="cloze" adaptive="false" 
> timeDependent="false">
>    <responseDeclaration identifier="cloze1" cardinality="single" 
> baseType="identifier">
>       <correctResponse>
>          <value>choice1A</value>
>       </correctResponse>
>    </responseDeclaration>
> 
>    <responseDeclaration identifier="cloze2" cardinality="single" 
> baseType="identifier">
>       <correctResponse>
>          <value>choice2A</value>
>       </correctResponse>
>    </responseDeclaration>
> 
>    <outcomeDeclaration identifier="SCORE" cardinality="single" 
> baseType="integer" />
> 
>    <itemBody>
>       <p>bla, bla
>       <inlineChoiceInteraction responseIdentifier="cloze1" shuffle="false">
>          <inlineChoice identifier="choice1A">A Choice</inlineChoice>
>          <inlineChoice identifier="choice1B">Another Choice </inlineChoice>
>          <inlineChoice identifier="choice1C">Another Choice 
> too</inlineChoice>
>       </inlineChoiceInteraction>
> 
>       additional bla, bla
>       <br />
>       <br />
> 
>       <inlineChoiceInteraction responseIdentifier="cloze2" shuffle="false">
>          <inlineChoice identifier="choice2A">A Choice</inlineChoice>
>          <inlineChoice identifier="choice2B">Another Choice</inlineChoice>
>          <inlineChoice identifier="choice2C">Another Choice 
> too</inlineChoice>
>       </inlineChoiceInteraction>
>       </p>
>    </itemBody>
> 
>    <responseProcessing>
>       <responseCondition>
>          <responseIf>
>             <and>
>                <match>
>                   <variable identifier="cloze1" />
>                   <correct identifier="cloze1" />
>                </match>
> 
>                <match>
>                   <variable identifier="cloze2" />
>                   <correct identifier="cloze2" />
>                </match>
>             </and>
> 
>             <setOutcomeValue identifier="SCORE">
>                <BassValue baseType="integer">1</baseValue>
>             </setOutcomeValue>
>          </responseIf>
> 
>          <responseElse>
>             <setOutcomeValue identifier="SCORE">
>                <BassValue baseType="integer">0</baseValue>
>             </setOutcomeValue>
>          </responseElse>
>       </responseCondition>
>    </responseProcessing>
> </assessmentItem>
> 
> Thanks
> 
> Alexander
> 
> 
> _______________________________________________
> IMS-QTI mailing list
> [log in to unmask]
> http://lists.ucles.org.uk/lists/listinfo/ims-qti
> 
> 
> 

To unsubscribe or change subscription options or search the list archives, visit http://www.jiscmail.ac.uk/lists/cetis-qti-sig.html.