-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Citolab/qti-components
- Loading branch information
Showing
37 changed files
with
1,243 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<qti-assessment-item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://www.imsglobal.org/xsd/imsqtiasi_v3p0" | ||
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqtiasi_v3p0 https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" | ||
identifier="ITM-choice" title="Unattended Luggage" adaptive="false" time-dependent="false"> | ||
<qti-response-declaration identifier="RESPONSE" cardinality="single" base-type="identifier"> | ||
</qti-response-declaration> | ||
<qti-outcome-declaration identifier="SCORE" cardinality="single" base-type="float"> | ||
<qti-default-value> | ||
<qti-value>0</qti-value> | ||
</qti-default-value> | ||
</qti-outcome-declaration> | ||
|
||
<qti-outcome-declaration identifier="MAXSCORE" cardinality="single" base-type="float"> | ||
<qti-default-value> | ||
<qti-value>1</qti-value> | ||
</qti-default-value> | ||
</qti-outcome-declaration> | ||
<qti-item-body> | ||
<p>Look at the text in the picture.</p> | ||
<p> | ||
<img src="./img/sign.png" alt="NEVER LEAVE LUGGAGE UNATTENDED" /> | ||
</p> | ||
<qti-choice-interaction response-identifier="RESPONSE" shuffle="false" max-choices="1"> | ||
<qti-prompt>What does it say?</qti-prompt> | ||
<qti-simple-choice identifier="ChoiceA">You must stay with your luggage at all times.</qti-simple-choice> | ||
<qti-simple-choice identifier="ChoiceB">Do not let someone else look after your luggage.</qti-simple-choice> | ||
<qti-simple-choice identifier="ChoiceC">Remember your luggage when you leave.</qti-simple-choice> | ||
</qti-choice-interaction> | ||
</qti-item-body> | ||
<qti-response-processing | ||
template="https://purl.imsglobal.org/spec/qti/v3p0/rptemplates/match_correct.xml" /> | ||
</qti-assessment-item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<qti-assessment-item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://www.imsglobal.org/xsd/imsqtiasi_v3p0" | ||
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqtiasi_v3p0 https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" | ||
identifier="i677d35643d0b320250107150836b4f2" title="Item 2" label="Graphic Order Interaction 1" | ||
xml:lang="en-US" adaptive="false" time-dependent="false" tool-name="TAO" | ||
tool-version="2024.11 LTS"> | ||
<qti-response-declaration identifier="RESPONSE" cardinality="ordered" base-type="identifier"> | ||
<qti-correct-response> | ||
<qti-value>hotspot_1</qti-value> | ||
<qti-value>hotspot_3</qti-value> | ||
<qti-value>hotspot_4</qti-value> | ||
<qti-value>hotspot_2</qti-value> | ||
</qti-correct-response> | ||
</qti-response-declaration> | ||
<qti-outcome-declaration identifier="SCORE" cardinality="single" base-type="float" | ||
normal-maximum="0" normal-minimum="0" /> | ||
<qti-outcome-declaration identifier="MAXSCORE" cardinality="single" base-type="float"> | ||
<qti-default-value> | ||
<qti-value>0</qti-value> | ||
</qti-default-value> | ||
</qti-outcome-declaration> | ||
<qti-item-body> | ||
<div class="grid-row"> | ||
<div class="col-12"> | ||
<qti-graphic-order-interaction response-identifier="RESPONSE" class="responsive"> | ||
<qti-prompt>Test</qti-prompt> | ||
<img src="/img/map-us.png" alt="" width="795" height="492" /> | ||
<qti-hotspot-choice identifier="hotspot_1" fixed="false" shape="rect" | ||
coords="74,101,234,194" /> | ||
<qti-hotspot-choice identifier="hotspot_2" fixed="false" shape="ellipse" | ||
coords="338,259,77,73" /> | ||
<qti-hotspot-choice identifier="hotspot_3" fixed="false" shape="ellipse" | ||
coords="444,148,47,46" /> | ||
<qti-hotspot-choice identifier="hotspot_4" fixed="false" shape="poly" | ||
coords="114,269,146,295,181,271,154,249" /> | ||
</qti-graphic-order-interaction> | ||
</div> | ||
</div> | ||
</qti-item-body> | ||
<qti-response-processing | ||
template="https://purl.imsglobal.org/spec/qti/v3p0/rptemplates/match_correct.xml" /> | ||
</qti-assessment-item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<qti-assessment-item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://www.imsglobal.org/xsd/imsqtiasi_v3p0" | ||
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqtiasi_v3p0 https://purl.imsglobal.org/spec/qti/v3p0/schema/xsd/imsqti_asiv3p0_v1p0.xsd" | ||
identifier="i677f91b17e11b20250109100657d9f7" title="Item 2" label="Select point interaction" | ||
xml:lang="en-US" adaptive="false" time-dependent="false" tool-name="TAO" | ||
tool-version="2024.11 LTS"> | ||
<qti-response-declaration identifier="RESPONSE" cardinality="multiple" base-type="point"> | ||
<qti-correct-response> | ||
<qti-value>152 141</qti-value> | ||
<qti-value>253 220</qti-value> | ||
<qti-value>317 194</qti-value> | ||
</qti-correct-response> | ||
</qti-response-declaration> | ||
<qti-outcome-declaration identifier="SCORE" cardinality="single" base-type="float" | ||
normal-maximum="0" normal-minimum="0" /> | ||
<qti-outcome-declaration identifier="MAXSCORE" cardinality="single" base-type="float"> | ||
<qti-default-value> | ||
<qti-value>0</qti-value> | ||
</qti-default-value> | ||
</qti-outcome-declaration> | ||
<qti-item-body> | ||
<div class="grid-row"> | ||
<div class="col-12"> | ||
<qti-select-point-interaction response-identifier="RESPONSE" max-choices="0" | ||
min-choices="0" class="responsive"> | ||
<img src="/img/map-us.png" alt="map" width="795" height="492" /> | ||
</qti-select-point-interaction> | ||
</div> | ||
</div> | ||
</qti-item-body> | ||
<qti-response-processing | ||
template="https://purl.imsglobal.org/spec/qti/v3p0/rptemplates/map_response_point.xml" /> | ||
</qti-assessment-item> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.