Skip to content

Commit

Permalink
chore(items): added images to item for testing drop locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick de Klein committed Dec 20, 2024
1 parent c544efb commit 8bc7763
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions public/assets/api/kennisnet-1/ITEM002.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<qti-assessment-item xmlns="http://www.imsglobal.org/xsd/imsqtiasi_v3p0" title="Sesamstraat" identifier="_0a3339c2-1934-53ae-8ece-e6331463fc6c" adaptive="false" time-dependent="false" xml:lang="nl-NL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqtiasi_v3p0 https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd http://www.w3.org/1998/Math/MathML https://purl.imsglobal.org/spec/mathml/v3p0/schema/xsd/mathml3.xsd">
<qti-assessment-item xmlns="http://www.imsglobal.org/xsd/imsqtiasi_v3p0" title="Sesamstraat"
identifier="_0a3339c2-1934-53ae-8ece-e6331463fc6c" adaptive="false" time-dependent="false"
xml:lang="nl-NL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqtiasi_v3p0 https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd
http://www.w3.org/1998/Math/MathML https://purl.imsglobal.org/spec/mathml/v3p0/schema/xsd/mathml3.xsd">
<qti-response-declaration identifier="RESPONSE" cardinality="multiple" base-type="identifier">
<qti-correct-response>
<qti-value>A1 B1</qti-value>
<qti-value>A2 B2</qti-value>
<qti-value>A3 B3</qti-value>
</qti-correct-response>
<qti-mapping>
<qti-map-entry map-key="A1 B1" mapped-value="1"/>
<qti-map-entry map-key="A2 B2" mapped-value="1"/>
<qti-map-entry map-key="A3 B3" mapped-value="1"/>
<qti-map-entry map-key="A1 B1" mapped-value="1" />
<qti-map-entry map-key="A2 B2" mapped-value="1" />
<qti-map-entry map-key="A3 B3" mapped-value="1" />
</qti-mapping>
</qti-response-declaration>
<qti-outcome-declaration identifier="SCORE" base-type="float" cardinality="single" normal-minimum="0.0" normal-maximum="1.0">
<qti-outcome-declaration identifier="SCORE" base-type="float" cardinality="single"
normal-minimum="0.0" normal-maximum="1.0">
<qti-default-value>
<qti-value>0</qti-value>
</qti-default-value>
Expand All @@ -22,10 +27,11 @@
<qti-value>1</qti-value>
</qti-default-value>
</qti-outcome-declaration>
<qti-outcome-declaration identifier="FEEDBACK" base-type="identifier" cardinality="single"/>
<qti-stylesheet href="resources/stylesheet.css" type="text/css"/>
<qti-outcome-declaration identifier="FEEDBACK" base-type="identifier" cardinality="single" />
<qti-stylesheet href="resources/stylesheet.css" type="text/css" />
<qti-item-body>
<qti-match-interaction response-identifier="RESPONSE" shuffle="true" max-associations="3" class="qti-choices-bottom">
<qti-match-interaction response-identifier="RESPONSE" shuffle="true" max-associations="3"
class="qti-choices-bottom">
<qti-prompt>Hoe heet iedereen?</qti-prompt>
<qti-simple-match-set>
<qti-simple-associable-choice identifier="A1" match-max="1">Ernie</qti-simple-associable-choice>
Expand All @@ -34,13 +40,13 @@
</qti-simple-match-set>
<qti-simple-match-set>
<qti-simple-associable-choice identifier="B1" match-max="1">
Ernie
<img src="resources/8c571f983f691e42e7b3a0dc2664e51d.png" alt="" />
</qti-simple-associable-choice>
<qti-simple-associable-choice identifier="B2" match-max="1">
Pino
<img src="resources/80378beafd6b12ab7b97899ce39a2b78.jpg" alt="" />
</qti-simple-associable-choice>
<qti-simple-associable-choice identifier="B3" match-max="1">
Kermit
<img src="resources/72c4b1f4ea9f7ba5548683c37806580e.png" alt="" />
</qti-simple-associable-choice>
</qti-simple-match-set>
</qti-match-interaction>
Expand All @@ -55,7 +61,7 @@
<qti-response-condition>
<qti-response-if>
<qti-match>
<qti-map-response identifier="RESPONSE"/>
<qti-map-response identifier="RESPONSE" />
<qti-base-value base-type="float">3</qti-base-value>
</qti-match>
<qti-set-outcome-value identifier="SCORE">
Expand All @@ -71,7 +77,7 @@
<qti-response-condition>
<qti-response-if>
<qti-match>
<qti-map-response identifier="RESPONSE"/>
<qti-map-response identifier="RESPONSE" />
<qti-base-value base-type="float">3</qti-base-value>
</qti-match>
<qti-set-outcome-value identifier="FEEDBACK">
Expand All @@ -85,4 +91,4 @@
</qti-response-else>
</qti-response-condition>
</qti-response-processing>
</qti-assessment-item>
</qti-assessment-item>

0 comments on commit 8bc7763

Please sign in to comment.