You have imported your content into a SCORM-compliant LMS. You can launch the content
through the LMS. However, when you return to the LMS, it has not saved your progress.
Select two actions that can fix this problem.
A.
Verify that you have enrolled in the course.
B.
Set LmsConfig.DebugMode in config.js to true.
C.
Set Lmsconfig.ScormVersion in config.js from auto to either 1.2 or 1.3.
D.
Open the Java console to verify that the GetHTTPPostData .class applet can communicate with
the LMS.
E.
Make sure that each item in your outline is marked “Group for LMS” and republish if necessary.
Explanation:
C: Note: Just created a LMS package without issue. But when publishing on our
LMS (we’re using Oracle iLearn) the module would work fine until I try to run one of the
simulations. After clicking “See It”, “Try it” or “Know It”, nothing would happen.
Turns out the reason why not was because I’d built the package with the wrong version of
SCORM. When publishing (and SCORM version is set when publishing, not as part of the UPK
options), UPK defaults to SCORM version 1.3 (2004).
However our LMS is only at 1.2. So the reason why the simulations were not loaded was simply
that the package and LMS could not communicate over progress/status.
Changing the SCORM version to 1.2 in UPK, and republishing the LMS package, resolved the
issue. The package now presents, completes and tracks perfectly.
[Annoyingly, this setting is not saved so you have to remember to reset it each time you publish.
Would be better as a global option – you listening Oracle?]
E:Publish Learning Objects to Various Deployments
In previous releases, content published to an LMS had to rely on the LMS to create the outline.
The resulting navigation between modules, sections and topics was not always consistent or
desirable. The addition of the Group for LMS property allows the content developer to control
how the content displays when published.
If a section or module is grouped, it and all of its children are displayed as one unit in the
outline and can be tracked individually. If a section or module is left ungrouped, the LMS
creates the full outline.
OracleUser Productivity Kit, Upgrade, Release 11.0,Publish Learning Objects to
Various Deployments