tao-test/app/taoQtiItem/test/integration/samples/xml/qtiv2p0/extended_text.xml

25 lines
1.4 KiB
XML
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Thie example adapted from the PET Handbook, copyright University of Cambridge ESOL Examinations -->
<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="extendedText" title="Writing a Postcard" adaptive="false" timeDependent="false">
<responseDeclaration identifier="RESPONSE" cardinality="multiple" baseType="string"/>
<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="integer"/>
<itemBody>
<p>Read this postcard from your English pen-friend, Sam.</p>
<div>
<object type="image/png" data="images/postcard.png">
<blockquote class="postcard">
<p>Here is a postcard of my town. Please send me<br/> a postcard from your town.
What size is your<br/> town? What is the nicest part of your town?<br/>
Where do you go in the evenings?<br/> Sam.</p>
</blockquote>
</object>
</div>
<extendedTextInteraction responseIdentifier="RESPONSE" expectedLength="200">
<prompt>Write Sam a postcard. Answer the questions. Write 25-35 words.</prompt>
</extendedTextInteraction>
</itemBody>
</assessmentItem>