-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from hutnikau/legacy-last-section-item-timeout…
…-issue Legacy last section item timeout issue
- Loading branch information
Showing
6 changed files
with
127 additions
and
24 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
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
24 changes: 24 additions & 0 deletions
24
test/samples/custom/runtime/timings/last_item_section_timeout.xml
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,24 @@ | ||
<?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.taotesting.com/xsd/qticompact_v1p0.xsd" | ||
identifier="last_item_section_timeout" title="Last Item Section Timeout"> | ||
<testPart identifier="TP01" navigationMode="nonlinear" submissionMode="individual"> | ||
<assessmentSection identifier="S01" fixed="false" title="Section 01" visible="true"> | ||
<timeLimits maxTime="1"/> | ||
<assessmentItemRef identifier="Q01" href="Q01.xml" fixed="false" adaptive="false" timeDependent="false"> | ||
<responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier"> | ||
<correctResponse> | ||
<value>ChoiceB</value> | ||
</correctResponse> | ||
</responseDeclaration> | ||
<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"> | ||
<defaultValue> | ||
<value>0.0</value> | ||
</defaultValue> | ||
</outcomeDeclaration> | ||
<responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/> | ||
</assessmentItemRef> | ||
</assessmentSection> | ||
</testPart> | ||
</assessmentTest> |
24 changes: 24 additions & 0 deletions
24
test/samples/custom/runtime/timings/last_item_testpart_timeout.xml
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,24 @@ | ||
<?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.taotesting.com/xsd/qticompact_v1p0.xsd" | ||
identifier="last_item_testpart_timeout" title="Last Item Test Part Timeout"> | ||
<testPart identifier="TP01" navigationMode="nonlinear" submissionMode="individual"> | ||
<timeLimits maxTime="1"/> | ||
<assessmentSection identifier="S01" fixed="false" title="Section 01" visible="true"> | ||
<assessmentItemRef identifier="Q01" href="Q01.xml" fixed="false" adaptive="false" timeDependent="false"> | ||
<responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier"> | ||
<correctResponse> | ||
<value>ChoiceB</value> | ||
</correctResponse> | ||
</responseDeclaration> | ||
<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"> | ||
<defaultValue> | ||
<value>0.0</value> | ||
</defaultValue> | ||
</outcomeDeclaration> | ||
<responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/> | ||
</assessmentItemRef> | ||
</assessmentSection> | ||
</testPart> | ||
</assessmentTest> |
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,24 @@ | ||
<?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.taotesting.com/xsd/qticompact_v1p0.xsd" | ||
identifier="last_item_timeout" title="Last Item Timeout"> | ||
<testPart identifier="TP01" navigationMode="nonlinear" submissionMode="individual"> | ||
<assessmentSection identifier="S01" fixed="false" title="Section 01" visible="true"> | ||
<assessmentItemRef identifier="Q01" href="Q01.xml" fixed="false" adaptive="false" timeDependent="false"> | ||
<timeLimits maxTime="1"/> | ||
<responseDeclaration identifier="RESPONSE" cardinality="single" baseType="identifier"> | ||
<correctResponse> | ||
<value>ChoiceB</value> | ||
</correctResponse> | ||
</responseDeclaration> | ||
<outcomeDeclaration identifier="SCORE" cardinality="single" baseType="float"> | ||
<defaultValue> | ||
<value>0.0</value> | ||
</defaultValue> | ||
</outcomeDeclaration> | ||
<responseProcessing template="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/> | ||
</assessmentItemRef> | ||
</assessmentSection> | ||
</testPart> | ||
</assessmentTest> |