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
No edit summary
Line 27: Line 27:


[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.
[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.
=== ICT 4 Life ===
* Do an "Installing to workstation from a network" install. Third of the way down page 3. I stuck it into a folder on the C:
* Download the file from http://centraal.uk.knowledgebox.com/kbase/idx/88/197/article/
* Follow the instructions - unzip into the folder "ActiveTeach 1"
* Run the Bat file "1_Prepare_VLE.bat" you have just unziped.
* Zip the CONTENTS of the "ActiveTeach 1" folder - NOT the whole folder - just what is inside.
* I then used ftp to send the resulting zip file to the Moodle box and put it in the backupdata folder of the course so I could find it again. Saved me having to change the upload limit.
* Then got Moodle to add an activity - SCORM
* Job done smile


[[Category:SCORM]]
[[Category:SCORM]]

Revision as of 21:20, 7 July 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

Add here: options to use, types of content to avoid, tricks to take advantage of, bugs, gotchas...

Courselab

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 (vidoe object is used to insert audio too)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.

There is some problem on Moodle configuration see Link http://moodle.org/mod/forum/discuss.php?d=96338#p425335

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.

ICT 4 Life

  • Do an "Installing to workstation from a network" install. Third of the way down page 3. I stuck it into a folder on the C:
  • Download the file from http://centraal.uk.knowledgebox.com/kbase/idx/88/197/article/
  • Follow the instructions - unzip into the folder "ActiveTeach 1"
  • Run the Bat file "1_Prepare_VLE.bat" you have just unziped.
  • Zip the CONTENTS of the "ActiveTeach 1" folder - NOT the whole folder - just what is inside.
  • I then used ftp to send the resulting zip file to the Moodle box and put it in the backupdata folder of the course so I could find it again. Saved me having to change the upload limit.
  • Then got Moodle to add an activity - SCORM
  • Job done smile