Note: This documentation is for Moodle 2.7. For up-to-date documentation see SCORM Authoring Tips and Tricks.

SCORM Authoring Tips and Tricks: Difference between revisions

From MoodleDocs
No edit summary
Line 40: Line 40:
=== ContentGenerator.net SCORM functionality ===
=== ContentGenerator.net SCORM functionality ===


I created this software - but it was successfully used at the CambsMoodle.org conference on July 10th 2008 - every teacher at the workshop was able to get their SCORM game uploaded and working.  The software doesn't create extensive courses, but instead trackable interactive Flash games such as Fling the Teacher and Teacher Invaders.
Software was successfully used at the CambsMoodle.org conference on July 10th 2008 - every teacher at the workshop was able to get their SCORM game uploaded and working.  The software doesn't create extensive courses, but instead trackable interactive Flash games such as Fling the Teacher and Teacher Invaders.


* Free software (+ some pay for) at http://www.contentgenerator.net/ - need to register on forum, but downloads free from there.
* Free software (+ some pay for) at http://www.contentgenerator.net/ - need to register on forum, but downloads free from there.

Revision as of 15:15, 13 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

ContentGenerator.net SCORM functionality

Software was successfully used at the CambsMoodle.org conference on July 10th 2008 - every teacher at the workshop was able to get their SCORM game uploaded and working. The software doesn't create extensive courses, but instead trackable interactive Flash games such as Fling the Teacher and Teacher Invaders.