You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it will save time if I do modify XML and import it back to system to save some time.
I have exported QTI Package 2.2 & QTI Package 2.1 of item class with all sub items under it (total: 100)
Then I modified XML using sublime as follows adding MAXSCORE, maxChoices="1", minChoices="1" values from exported (prior edited item using TAO Authoring option inside software)
Now matter what I do, be it exported package of v2.2 or v2.1, I only get 503 Error without any further details, when I am trying to import back package into software.
I have more than 400 questions (in sets of 100 in each item class) to modify and manual work is really too much..
Please help, let me know if I am missing anything..
Example Existing Exported QTI Item:
<?xml version="1.0" encoding="UTF-8"?>
<assessmentItemxmlns="http://www.imsglobal.org/xsd/imsqti_v2p0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p0 http://www.imsglobal.org/xsd/imsqti_v2p0.xsd"identifier="physio_1_057"title="physio_1_057"label="physio_1_057"xml:lang="en-US"adaptive="false"timeDependent="false"toolName="TAO"toolVersion="3.3.0-RC02">
<responseDeclarationidentifier="RESPONSE"cardinality="single"baseType="identifier">
<correctResponse>
<value><![CDATA[A4]]></value>
</correctResponse>
</responseDeclaration>
<outcomeDeclarationidentifier="SCORE"cardinality="single"baseType="integer">
<defaultValue>
<value>0</value>
</defaultValue>
</outcomeDeclaration>
<itemBody>
<choiceInteractionresponseIdentifier="RESPONSE"shuffle="true"maxChoices="1"minChoices="0">
<prompt>Which of the following is made by Placenta? - [physio_1_057]</prompt>
<simpleChoiceidentifier="A1"fixed="false">HCG</simpleChoice>
<simpleChoiceidentifier="A2"fixed="false">Estrogen</simpleChoice>
<simpleChoiceidentifier="A3"fixed="false">HCSM</simpleChoice>
<simpleChoiceidentifier="A4"fixed="false">All of These</simpleChoice>
</choiceInteraction>
</itemBody>
<responseProcessingtemplate="http://www.imsglobal.org/question/qti_v2p2/rptemplates/match_correct"/>
</assessmentItem>
Example Modified XML QTI Item file, outside TAO using Sublime text editor on mac:
<?xml version="1.0" encoding="UTF-8"?>
<assessmentItemxmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"identifier="physio_1_057"title="physio_1_057"label="physio_1_057"xml:lang="en-US"adaptive="false"timeDependent="false"toolName="TAO"toolVersion="3.3.0-RC02">
<responseDeclarationidentifier="RESPONSE"cardinality="single"baseType="identifier">
<correctResponse>
<value><![CDATA[A4]]></value>
</correctResponse>
</responseDeclaration>
<outcomeDeclarationidentifier="SCORE"cardinality="single"baseType="integer"normalMaximum="1">
<defaultValue>
<value>0</value>
</defaultValue>
</outcomeDeclaration>
<outcomeDeclarationidentifier="MAXSCORE"cardinality="single"baseType="float">
<defaultValue>
<value>1</value>
</defaultValue>
</outcomeDeclaration>
<itemBody>
<choiceInteractionresponseIdentifier="RESPONSE"shuffle="true"maxChoices="1"minChoices="1"orientation="vertical">
<prompt>Which of the following is made by Placenta? - [physio_1_057]</prompt>
<simpleChoiceidentifier="A1"fixed="false"showHide="show">HCG</simpleChoice>
<simpleChoiceidentifier="A2"fixed="false"showHide="show">Estrogen</simpleChoice>
<simpleChoiceidentifier="A3"fixed="false"showHide="show">HCSM</simpleChoice>
<simpleChoiceidentifier="A4"fixed="false"showHide="show">All of These</simpleChoice>
</choiceInteraction>
</itemBody>
<responseProcessingtemplate="http://www.imsglobal.org/question/qti_v2p1/rptemplates/match_correct"/>
</assessmentItem>
The text was updated successfully, but these errors were encountered:
I thought it will save time if I do modify XML and import it back to system to save some time.
I have exported QTI Package 2.2 & QTI Package 2.1 of item class with all sub items under it (total: 100)
Then I modified XML using sublime as follows adding MAXSCORE, maxChoices="1", minChoices="1" values from exported (prior edited item using TAO Authoring option inside software)
Now matter what I do, be it exported package of v2.2 or v2.1, I only get 503 Error without any further details, when I am trying to import back package into software.
I have more than 400 questions (in sets of 100 in each item class) to modify and manual work is really too much..
Please help, let me know if I am missing anything..
Example Existing Exported QTI Item:
Example Modified XML QTI Item file, outside TAO using Sublime text editor on mac:
The text was updated successfully, but these errors were encountered: