14 lines
830 B
XML
14 lines
830 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<assessmentTest xmlns="http://www.imsglobal.org/xsd/imsqti_v2p1"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p1 http://www.imsglobal.org/xsd/qti/qtiv2p1/imsqti_v2p1.xsd"
|
|
identifier="categories" title="Categories">
|
|
<testPart navigationMode="linear" submissionMode="individual" identifier="TP01">
|
|
<assessmentSection identifier="S01" title="Section 1" visible="true" required="true">
|
|
<assessmentItemRef identifier="Q01" href="Q01.xml" category="math"/>
|
|
<assessmentItemRef identifier="Q02" href="Q02.xml" category="english math"/>
|
|
<assessmentItemRef identifier="Q03" href="Q03.xml" category="english"/>
|
|
</assessmentSection>
|
|
</testPart>
|
|
</assessmentTest>
|