Note: This documentation is for Moodle 2.7. For up-to-date documentation see SCORM settings.

SCORM settings

From MoodleDocs
Revision as of 07:39, 17 August 2011 by Helen Foster (talk | contribs) (improve template)

This page really needs improving. Please see the page comments for suggestions of what to include, then remove this template when you're done.


To add a SCORM package to a course, or to edit the SCORM activity settings, turn on the course edit mode as a teacher with editing privileges.

The SCORM activity can also be used to add AICC content running using AICC HACP (HTTP AICC Communication Protocol "Appendix A"), see CMI001 - AICC/CMI Guidelines For Interoperability [1]

Creating

Moodle does not generate SCORM content. Moodle presents the content in SCORM packages to learners, and saves data from learner interactions with the SCORM package. See the SCORM Repository for a list of existing SCORM packages or Tools for creating SCORM content

Adding

  1. While logged in as a teacher, select Turn edit on button.JPG at the top right of a course homepage or in the course admin menu. See Turn_editing_on.
  2. in one of the Add an activity... drop down menus that appear, select SCORM package.

Editing

If the SCORM/AICC package has already been added, you can edit it by clicking the edit icon (pen) in the resource/activity list on front page of the course. If you are in the SCORM page, you can click the Update this SCORM button. Both these methods bring you to the settings page.

Settings

On the Setting page, the teacher can view the 3 settings areas, along with the save options buttons.

Moodle 2.0 SCORM Setting Page

General settings

  • Name field records the short name of the activity. This appears in the navigation breadcrumb.
  • Description text is only seen after the name in the list shown when you choose "activities > Scorm"
  • Package file setting determines what SCORM package is used by this SCORM activity. To select the SCORM package, first select the Choose button to launch the file picker.
Launch file picker

With the file picker launched, you can navigate to an existing file, or select the Choose button in the file picker to upload a new file.

Launch file picker

Browse to the new SCORM package on your local machine and select it. When you are returned to the file picker, select Upload.

Launch file picker

If selecting files is difficult, you might want to learn more about the File picker.

Tip: Additional Package file settings are available when configured globally. See Admin settings below.

Other settings

Pressing the advance button will reveal all the choices below.

Moodle 1.9 SCORM Other Settings block - advanced shown
  • Grading method
    • Learning Objects - This mode shows the number of completed/passed Learning Objects for the activity. The max value is the number of Package's Learning Objects. Tip: If your SCORM package does report cmi.core.lesson_status, and does not report cmi.core.score.raw, then you should use this setting.
    • Highest grade - The grade page will display the highest score obtained by users in all passed Learning Objects. Tip: If your SCORM package does report cmi.core.score.raw, and does not report cmi.core.lesson_status, then you should use this setting, Average grade, or Sum grade.
    • Average grade - If you choose this mode Moodle will calculate the average of all scores.
    • Sum grade - With this mode all the scores will be added.
  • Maximum grade - Not applicable if Grading Method is Learning objects. Usual setting is 100. If your SCO 's high score is something other than 100, you should adjust this value appropriately. When grading Method is one of the score settings, then the gradebook grade is package score divided by this number.
  • Number of attempts - Defines the number of attempts permitted to users. It works only with SCORM 1.2 and AICC packages. SCORM2004 has its own max attempts definition.
    • The option to start a new attempt is provided by a checkbox above the Enter button on the content structure page, so be sure you're providing access to that page if you want to allow more than one attempt.
    • An attempt is not complete until the cmi.core.lesson_status for the attempt is set to either 'completed' or 'passed'. After that, the Start new attempt checkbox is available to the learner.
  • Attempts grading - When you permit multiple attempts for students, you can choose how to record the result in gradebook by first, last, average or highest settings.
  • Width - Stage size width as a css value, either % or pixels. Default is 100%. You can change to a different percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800).
  • Height - Stage size height as a css value, either % or pixels. Default is 500 pixels. You can change to a percentage by putting a % symbol after the number (ex. 80%). You can also set to a pixels value by entering a number higher than 100 (ex. 800).
  • Display package - in current or new window
  • Options - There are a series of check boxes for:Allow the window to be resized ad scrolled, displaying directory links, location bar, menu bar, toolbar and/or status.
  • Student skip content structure page - never, first access, always
  • Disable preview mode - If this option is set to Yes, the Preview button in the view page of a SCORM/AICC Package activity will be hidden. The student can choose to preview (browse mode) the activity or attempt it in the normal mode. When a Learning Object is completed in preview (browse) mode, it's marked with browsed icon
  • Course structure display - Table of Contents display
  • Hide navigation buttons
  • Auto-Continue - If Auto-continue is set to Yes, when a Learning Object calls the "close communication" method, the next available Learning Object is launched automatically.If it is set to No, the users must use the "Continue" button to go on.
TIP: Auto-Continue will only to move from one SCORM to the next in the same topic.
  • Display package - Allow the window to be resized, Allow the window to be scrolled, Show the directory links, Show the location bar, Show the menu bar, Show the toolbar, Show the status bar.
  • Display attempt status
  • Display course structure
  • Force completed
  • Force new attempt
  • Lock after final attempt

Common module settings

See Common module settings

Save settings

As in most activities there are 3 save button choices. Cancel, Save and return to course and Save changes buttons. The Save changes button will take the teacher back to the SCORM "stage" page.

Site administration settings

Moodle 2.0 SCORM Admin Settings

These options are available to the site admin in the Settings menu: Site administration > Plugins > Activity Modules > SCORM Package.

Default Value Settings

Many of the settings available in the SCORM Package administration simply set the default value for the SCORM activity module setup options provided within courses. Edit these settings to save yourself time when adding large numbers of packages, or to establish a standard for presentation across the site.

Other Important Settings

The following options provided which do not simply set a default value for the SCORM activity editing page view.

  • Synchronization time: For SCORM packages that have the auto-update setting to 'Every Day' this defines what time the process should run.
  • Enable external package type: If selected, presents a text field to paste a URL to a remote imsmanifest.xml (in an unzipped remote SCORM package), as well as the file picker option provided by default. Note that the content is played from the designated location, and not unpacked into the Moodle file system. So any reporting data will not be saved via the SCORM API in to Moodle.
  • Enable downloaded package type: If selected, presents a text field to paste a URL to a remove package.zip SCORM package. Package is downloaded and unzipped into the Moodle file system.
  • Enable IMS package type: Enables a package to be selected from within an IMS repository
  • Force users to enable JavaScript: Since the SCORM API uses JavaScript to save data to Moodle, this is a great idea!
  • Activate API debug and tracing (set the capture mask with apidebugmask): Turns on debugging for SCORM activities. In Moodle 2 you no longer have to also turn on debugging in the developer options.
  • API debug capture mask - use a simple regex on <username>:<activityname> e.g. admin:.* will debug for admin user only: You can use the mask to enable debugging under certain conditions. For example, if you are logged in using the admin user (username admin) you can set the api mask to: admin.* Users not logged in as admin will not see the debugging log. The "Default" api mask is .* which translates roughly to everybody.

See also