Skip to main content
Participating Frequently
March 8, 2007
Question

Interaction report in Fronter fails... SCORM 1.2 and SCORM 2004 problems...

  • March 8, 2007
  • 2 replies
  • 1186 views
I am using Captivate 2.0 and trying to make a SCORM content that will report user interaction in the new Fronter 7.1 (www.fronter.com). I use the reload SCORM 1.2 player for complaince check, since I do not have one for SCORM 2004 ( http://www.reload.ac.uk/scormplayer.html)

I have created a test cp file with just one question and 7 slides. I pack the output in .zip with SCORM 1.2.

When loading into the reload player I get the error message

Problem validating manifest
(file:C:/Documents%20and%20Settings/Martin/reload/reload-scorm-player/server/webapps/reload-scorm-player/course-packages/22/imsmanifest.xml: 12, 92): cvc-complex-type.3.2.2: Attribute 'xsi:schemalocation' is not allowed to appear in element 'lom'.

I can see the .xml manifest from Captivate and line 12. The manifest is posted at the bottom of this page.

Now when I use the LMS system fronter 71, which has SCORM 2004 and SCORM 1.2 support, the whole package loads and reports pass/fail but not the user interactions. Fronter 71 has support for this, and I would like to know what I have done wrong. I tried both SCORM 1.2 and SCORM 2004.

Here comes the manifest for scorm 1.2 and then afterwards for scorm 2004

<?xml version="1.0" encoding="utf-8" ?>
- <manifest identifier="testthree" version="1.0" xmlns=" http://www.imsproject.org/xsd/imscp_rootv1p1p2" xmlns:adlcp=" http://www.adlnet.org/xsd/adlcp_rootv1p2" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.imsproject.org/xsd/imscp_rootv1p1p2 imscp_rootv1p1p2.xsd http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd http://www.adlnet.org/xsd/adlcp_rootv1p2 adlcp_rootv1p2.xsd">
- <metadata>
<schema>ADL SCORM</schema>
<schemaversion>1.2</schemaversion>
- <lom xmlns=" http://www.imsglobal.org/xsd/imsmd_rootv1p2p1" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation=" http://www.imsglobal.org/xsd/imsmd_rootv1p2p1 imsmd_rootv1p2p1.xsd">
- <general>
- <title>
<langstring xml:lang="x-none">testfour</langstring>
</title>
- <catalogentry>
<catalog>Adobe Captivate Course</catalog>
- <entry>
<langstring xml:lang="x-none">testthree</langstring>
</entry>
</catalogentry>
- <description>
<langstring xml:lang="x-none">min description ML</langstring>
</description>
- <keyword>
<langstring xml:lang="x-none" />
</keyword>
</general>
- <lifecycle>
- <version>
<langstring xml:lang="x-none">1.0</langstring>
</version>
- <status>
- <source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
- <value>
<langstring xml:lang="x-none">Final</langstring>
</value>
</status>
</lifecycle>
- <metametadata>
<metadatascheme>ADL SCORM 1.2</metadatascheme>
</metametadata>
- <technical>
<format>text/html</format>
<location>.</location>
</technical>
- <educational>
- <typicallearningtime>
<datetime />
</typicallearningtime>
</educational>
- <rights>
- <cost>
- <source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
- <value>
<langstring xml:lang="x-none">no</langstring>
</value>
</cost>
- <copyrightandotherrestrictions>
- <source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
- <value>
<langstring xml:lang="x-none">no</langstring>
</value>
</copyrightandotherrestrictions>
</rights>
- <classification>
- <purpose>
- <source>
<langstring xml:lang="x-none">LOMv1.0</langstring>
</source>
- <value>
<langstring xml:lang="x-none">Idea</langstring>
</value>
</purpose>
- <description>
<langstring xml:lang="x-none">min description ML</langstring>
</description>
- <keyword>
<langstring xml:lang="x-none">Adobe Captivate</langstring>
<langstring xml:lang="x-none" />
</keyword>
</classification>
</lom>
</metadata>
- <organizations default="testthree_ORG">
- <organization identifier="testthree_ORG">
<title>testfour</title>
- <item identifier="testone" isvisible="true" identifierref="testone_RES">
<title>testtwo</title>
<adlcp:maxtimeallowed />
<adlcp:datafromlms />
<adlcp:masteryscore>80</adlcp:masteryscore>
<adlcp:timelimitaction>exit,message</adlcp:timelimitaction>
</item>
</organization>
</organizations>
- <resources>
- <resource identifier="testone_RES" type="webcontent" href="cap2 1-2.htm" adlcp:scormtype="sco">
<file href="cap2 1-2.swf" />
<file href="cap2 1-2.htm" />
<file href="SCORM_support/scorm_support.htm" />
<file href="SCORM_support/scorm_support.js" />
<file href="SCORM_support/scorm_support.swf" />
</resource>
</resources>
</manifest>

This topic has been closed for replies.

2 replies

Inspiring
March 9, 2007
Martin,

I can understand the xsi:schemalocation issue - it's quite minor, but I
believe I have an updated file on Adobe (though now that I think about it -
it might only have been an updated SCORM 2004 manifest)... Regardless, as
long as it works in Frontier - you should be OK.

Now, the issue you have about Captivate not sending Interaction data is
completely different. The IMSManifest.xml has nothing to do with sending
interaction data. There are two different standards that we are talking
about: Interoperability (sending communication data between the LMS and
content such as score, etc) and Interchangeability (which is describing the
course structure and information about the files contained in the
IMSManifest.xml and related files).

I would confirm in Captivate that:

- You enabled the question to "include in quiz"
- In the Quiz Manager, you "send interaction data and the score".

Regards,

Andrew



Participating Frequently
March 10, 2007
I have checked that these options are on, and they are.

Still, it does not send the interaction data correctly to Fronter LMS system. The score is reported and a fail / passed message, the time it took and the date. In fronter, it says n/a at the slot where interactions should be reported.

I have even tried the SCORM complaint page

http://www.adobe.com/devnet/captivate/articles/output_scorm.html

from Captivate 1, but they have the same problems. What to do?

I have tested it in breeze, and here it reports the interaction data.

Yours Sincerely

Martin Laursen
Participating Frequently
March 8, 2007
Here is the one for scorm 2004

<?xml version="1.0" encoding="UTF-8" ?>
- <manifest identifier="tthree" version="1.3"
xmlns=" http://www.imsglobal.org/xsd/imscp_v1p1"
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
xmlns:imscp=" http://www.imsglobal.org/xsd/imscp_v1p1"
xmlns:adlcp=" http://www.adlnet.org/xsd/adlcp_v1p3"
xmlns:imsss=" http://www.imsglobal.org/xsd/imsss"
xsi:schemaLocation=" http://www.imsglobal.org/xsd/imscp_v1p1
imscp_v1p1.xsd http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd
http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd
http://ltsc.ieee.org/xsd/LOM lomStrict.xsd">
- <metadata>
<schema>ADL SCORM</schema>
<schemaversion>CAM 1.3</schemaversion>
- <lom xmlns=" http://ltsc.ieee.org/xsd/LOM">
- <general>
- <identifier>
<catalog>Adobe Captivate Course</catalog>
<entry>tthree</entry>
</identifier>
- <title>
<string language="x-none">tfour</string>
</title>
- <description>
<string language="x-none">min description ML</string>
</description>
- <keyword>
<string language="x-none" />
</keyword>
</general>
- <lifeCycle>
- <version>
<string language="x-none">1.0</string>
</version>
- <status>
<source>LOMv1.0</source>
<value>final</value>
</status>
</lifeCycle>
- <metaMetadata>
- <identifier>
<catalog>test</catalog>
<entry>test 1000</entry>
</identifier>
<metadataSchema>LOMv1.0</metadataSchema>
<metadataSchema>SCORM_CAM_v1.3</metadataSchema>
</metaMetadata>
- <technical>
<format>text/html</format>
<location>.</location>
</technical>
- <educational>
- <typicalLearningTime>
<duration>PT0H0M</duration>
- <description>
<string language="x-none">Average length of time to experience this
Adobe Captivate Project.</string>
</description>
</typicalLearningTime>
</educational>
- <rights>
- <cost>
<source>LOMv1.0</source>
<value>no</value>
</cost>
- <copyrightAndOtherRestrictions>
<source>LOMv1.0</source>
<value>no</value>
</copyrightAndOtherRestrictions>
</rights>
- <classification>
- <purpose>
<source>LOMv1.0</source>
<value>idea</value>
</purpose>
- <description>
<string language="x-none">min description ML</string>
</description>
- <keyword>
<string language="x-none">Adobe Captivate</string>
<string language="x-none" />
</keyword>
</classification>
</lom>
</metadata>
- <organizations default="tthree_ORG">
- <organization identifier="tthree_ORG">
<title>tfour</title>
- <item identifier="tone" isvisible="true" identifierref="tone_RES">
<title>ttwo</title>
- <imsss:sequencing>
- <imsss:objectives>
- <imsss:primaryObjective objectiveID="PRIMARYOBJ" satisfiedByMeasure="true">
<imsss:minNormalizedMeasure />
</imsss:primaryObjective>
</imsss:objectives>
</imsss:sequencing>
<adlcp:dataFromLMS>.</adlcp:dataFromLMS>
<adlcp:timeLimitAction>exit,message</adlcp:timeLimitAction>
</item>
</organization>
</organizations>
- <resources>
- <resource adlcp:scormType="sco" identifier="tone_RES"
type="webcontent" href="cap2 2004.htm">
<file href="cap2 2004.swf" />
<file href="cap2 2004.htm" />
<file href="SCORM_support/scorm_support.htm" />
<file href="SCORM_support/scorm_support.js" />
<file href="SCORM_support/scorm_support.swf" />
</resource>
</resources>
</manifest>


Please help