Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: SCORM Authoring Tips and Tricks.

SCORM Authoring Tips and Tricks: Difference between revisions

From MoodleDocs
m (category, formatting)
Line 17: Line 17:


Options to use, types of content to avoid, tricks to take advantage of, bugs, gotchas...
Options to use, types of content to avoid, tricks to take advantage of, bugs, gotchas...
CourseLab version 2.4 has a few bugs. First is with audio. Sometimes (for some reason not known to CourseLab) the audio will restart, creating an echo effect. You will need to un-check the "autostart" mark of the Video object and then define an action on some event that fits the case (for example on the slide's afterdisplay event) choose METHOD (yourvideoobject, PLAY. this will play the audio after the slide is displayed.
Another issue is with FireFox browsers displaying graphics with CourseLab. It is stated in user's manual that some objects utilize Explorer-specific features and author should avoid using them, if he wants to use the course in multi-browser environment. These are: Gradient Box and all AutoShapes. AutoShapes are VML-objects and VML (Vector Markup Language) is not supported by FireFox. SVG (Scalable Vector Graphics - another vector format) could be the good alternative, but there are still problems with displaying inline SVG-objects in both Gecko-family and IE. (from CourseLab Support)
If these FireFox/Image display problems are not an issue then be sure to install the latest browser plug-ins.


=== ToolBook ===
=== ToolBook ===

Revision as of 02:26, 2 May 2008

This page collects recommendations for authoring SCORM packages targetting Moodle.

If you add a recommendation that makes things work with Moodle, but are known to break with another LMS, it is worthwhile to note the incompatibility. While this page is mainly for content targeting Moodle, many authors care about creating portable SCORM packages.


General authoring notes

Tools

Brief list of tools we've had successes with, and tools people have had trouble with (and what kind of trouble)...

Captivate

Options to use, types of content to avoid, tricks to take advantage of, bugs, gotchas...

Courselab

Options to use, types of content to avoid, tricks to take advantage of, bugs, gotchas...

CourseLab version 2.4 has a few bugs. First is with audio. Sometimes (for some reason not known to CourseLab) the audio will restart, creating an echo effect. You will need to un-check the "autostart" mark of the Video object and then define an action on some event that fits the case (for example on the slide's afterdisplay event) choose METHOD (yourvideoobject, PLAY. this will play the audio after the slide is displayed.

Another issue is with FireFox browsers displaying graphics with CourseLab. It is stated in user's manual that some objects utilize Explorer-specific features and author should avoid using them, if he wants to use the course in multi-browser environment. These are: Gradient Box and all AutoShapes. AutoShapes are VML-objects and VML (Vector Markup Language) is not supported by FireFox. SVG (Scalable Vector Graphics - another vector format) could be the good alternative, but there are still problems with displaying inline SVG-objects in both Gecko-family and IE. (from CourseLab Support)

If these FireFox/Image display problems are not an issue then be sure to install the latest browser plug-ins.

ToolBook

[Moodle 1.9 / ToolBook Instructor 9.01] Tracking and bookmarking work well. The content should be exported using the SCORM 1.2 option; AICC and SCORM 2004 do not seem to work properly. Scoring works and is viewable within the tracking details, but does not transfer correctly into the Gradebook.