Open GoogleCodeExporter opened 8 years ago
FYI, I got the import working by fixing the imsmanifest.xml file. I did the
following changes:
1. Added
<imsmd:technical><imsmd:format>text/x-imsqti-item-xml</imsmd:format></imsmd:technical>
after all
</imsmd:general> tags
like this
</imsmd:general><imsmd:technical><imsmd:format>text/x-imsqti-item-xml</imsmd:format></imsmd:technical>
2. Changed the namespace version from
xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
to
xmlns="http://www.imsglobal.org/xsd/imscp_v1p2"
3. Changed the resource type from
type="imsqti_item_xmlv2p0"
to
type="imsqti_item_xmlv2p1"
Still I am missing data from Questionmark that tells me which question is
correct for some of the questions. The DTD in Questionmark's output says it is
using 1.2. Meaning, I guess your tool adds the wrong namespace and only
migrates the XML to 2.0.
Original comment by jonfrac...@gmail.com
on 18 Oct 2012 at 8:27
As mentioned the question types are not all correctly generated as the XML is
missing a full response declaration giving the response alternatives (mapEntry)
the correct score.
Find attached an example of the output from the QTI Migration tool and an
export of the same content from the LMS system after we imported the output
from the migration tool.
Original comment by jonfrac...@gmail.com
on 18 Oct 2012 at 9:59
Attachments:
Has anyone found a solution to correctly mapping the answers to the questions?
Original comment by jahowar...@gmail.com
on 8 Dec 2013 at 6:03
Original issue reported on code.google.com by
jonfrac...@gmail.com
on 18 Oct 2012 at 6:22Attachments: