UPPREVIOUSNEXT  Technologies Internet et Education, © TECFA
  6. La norme IMS Question and Test Interoperability (QTI)

6. La norme IMS Question and Test Interoperability (QTI)

Objectifs de la spécification
Intégration avec d’autres normes
Outils

6.1 Use cases de QTI (utilisations)

 

6.2 Exemple de code

<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="choice" title="Unattended Luggage" adaptive="false" timeDependent="false">

<responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier">


<correctResponse>



<value>A</value>


</correctResponse>

</responseDeclaration>

<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="integer">


<defaultValue>
 



<value>0</value>


</defaultValue>

</outcomeDeclaration>
    <itemBody>
        <p>Look at the text in the picture.</p>
        <p><img src="sign.png" alt="NEVER LEAVE LUGGAGE UNATTENDED"/></p>
        <choiceInteraction responseIdentifier="RESPONSE" shuffle="false" maxChoices="1">
            <prompt>What does it say?</prompt>
 



<simpleChoice identifier="A">You must stay with your luggage at all times.</simpleChoice>



<simpleChoice identifier="B">Do not let someone else look after your luggage.</simpleChoice>



<simpleChoice identifier="C">Remember your luggage when you leave.</simpleChoice>


</choiceInteraction>

</itemBody>
    <responseProcessing
        template="http://www.imsglobal.org/question/qti_v2p0/rptemplates/match_correct"/>
</assessmentItem>
 

UPPREVIOUS NEXT -- TIE