14 lines
825 B
XML
14 lines
825 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="T01" title="Basic Test">
|
|
<testPart navigationMode="linear" submissionMode="individual" identifier="testPartId">
|
|
<itemSessionControl maxAttempts="0" allowSkipping="true"/>
|
|
<assessmentSection identifier="S01" title="Section 01" visible="true" required="true">
|
|
<assessmentItemRef identifier="Q01" href="./Q01/qti.xml"/>
|
|
<assessmentItemRef identifier="Q02" href="./Q02/qti.xml"/>
|
|
<assessmentItemRef identifier="Q03" href="./Q03/qti.xml"/>
|
|
</assessmentSection>
|
|
</testPart>
|
|
</assessmentTest> |