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

19 lines
1.2 KiB
XML
Raw Permalink Normal View History

2022-08-29 20:14:13 +02:00
<?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="upload" title="Chocolate Factory" adaptive="false" timeDependent="false">
<responseDeclaration identifier="RESPONSE" cardinality="single" baseType="file"/>
<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="integer"/>
<itemBody>
<p>A chocolate factory produces several types of chocolate, some of which have nut centres.
The chocolates are mixed together and are randomly packed into cartons of ten.</p>
<uploadInteraction responseIdentifier="RESPONSE">
<prompt>Build a spreadsheet to simulate 50 cartons of chocolates when each carton
contains 10 chocolates, and when one-seventh of the chocolates have nut centres.
Your spreadsheet should include 50 rows representing the 50 cartons, each row
containing 10 columns to represent the chocolates.</prompt>
</uploadInteraction>
</itemBody>
</assessmentItem>