[QTI] Multiple textEntryInteraction or fill in the blanks kind of questions

Uma Abhyankar uma_ab at yahoo.com
Wed Aug 29 20:32:04 BST 2007


Hello,
   
  I was having doubt for writing fill in the blank question that contains multiple blanks. For instance,
  Question: Human being has 5 senses ____, _____, ____, ____ and _____
  Answer: taste, touch, sight, smell, hearing
   
  QTI2.1 format
  ---------------------
  <responseDeclaration identifier="RESPONSE1" cardinality="single" baseType="identifier">
      <correctResponse>
         <value>taste</value>
      </correctResponse>
  <responseDeclaration identifier="RESPONSE2" cardinality="single" baseType="identifier">
      <correctResponse>
         <value>touch</value>
      </correctResponse>
  ..... (SO ON FOR REMAINING responses)
   
  <itemBody> 
   <p> Human being has 5 senses 
    <textEntryInteraction responseIdentifier="RESPONSE1" expectedLength="60"> ,
    <textEntryInteraction responseIdentifier="RESPONSE2" expectedLength="60">, 
    <textEntryInteraction responseIdentifier="RESPONSE3" expectedLength="60">,
    <textEntryInteraction responseIdentifier="RESPONSE4" expectedLength="60"> and
    <textEntryInteraction responseIdentifier="RESPONSE5" expectedLength="60">
   </p>
  </itemBody>
  -----------------
   
  Does the question written in qti 2.1 look okay? If so, I was wondering how to write the response processing part?
   
  If not, is there a simpler way to write the above question in qti2.1?
   
  Please help, thanks in advance
  Uma Abhyankar.

       
---------------------------------
 Once upon a time there was 1 GB storage in your inbox. Click here for happy ending.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /public/ims-qti/attachments/20070829/6db8459a/attachment.html


More information about the IMS-QTI mailing list