Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Moodle Mobile SCORM player.

Moodle Mobile SCORM player: Difference between revisions

From MoodleDocs
(rewording, mobile template)
m (added link to Spanish page)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


If the playing of SCORM packages offline is not desired, the setting 'Protect package downloads' may be enabled. If the Moodle Mobile additional features plugin is being used, the setting can be found in ''Site administration > Plugins > Local plugins > Moodle Mobile additional features''.
If the playing of SCORM packages offline is not desired, the setting 'Protect package downloads' may be enabled. If the Moodle Mobile additional features plugin is being used, the setting can be found in ''Site administration > Plugins > Local plugins > Moodle Mobile additional features''.
The ZIP file containing the SCORM contents should not be Windows specific. If your SCORM package contains directories using the inverted path separator "\" they won't work in Android.


== Technical details ==
== Technical details ==
Line 42: Line 44:


[[Category:SCORM]]
[[Category:SCORM]]
[[es:Reproductor SCORM Moodle Mobile]]

Latest revision as of 13:59, 30 July 2017

Features

The Moodle Mobile SCORM player enables the playing of SCORM 1.2 packages online and offline.

When a user loses connectivity, offline mode is enabled automatically and all interactions that are tracked by the SCORM package are saved.

When a user is online again, the offline attempt is synchronised back to the Moodle site, either merging it with other incomplete attempts on the site or saving it as a new attempt.

Requirements

The Moodle Mobile SCORM player requires Moodle 3.0 onwards. In Site administration > Plugins > Activity Modules > SCORM Package the setting 'Protect package downloads' should be disabled (default setting).

The Moodle Mobile SCORM player may be used on sites running Moodle 2.6 to Moodle 2.9 if the Moodle Mobile additional features plugin is installed.

If the playing of SCORM packages offline is not desired, the setting 'Protect package downloads' may be enabled. If the Moodle Mobile additional features plugin is being used, the setting can be found in Site administration > Plugins > Local plugins > Moodle Mobile additional features.

The ZIP file containing the SCORM contents should not be Windows specific. If your SCORM package contains directories using the inverted path separator "\" they won't work in Android.

Technical details

The Moodle Mobile SCORM player provides support for:

  • SCORM 1.2 packages
  • Objectives, interactions and prerequisites
  • SCO navigation via nav.event
  • Uploaded packages, remote zip packages and zip packages in any type of repository supported by Moodle

The Moodle Mobile SCORM player does not currently support:

  • Remote imsmanifest.xml packages or file system repository unzipped SCORMS
  • Opening of packages outside the app e.g. in a new browser window
  • JavaScript pop-ups via window.open (Mobile device limitation)

Tips for Moodle Mobile friendly SCORM packages

  • Try to reduce the size of the images and use mobile-compatible formats e.g. png
  • Try to reduce the size of videos and use mobile-compatible formats e.g. mp4
  • Avoid using Flash or FLV
  • Avoid using images, files or media on remote sites
  • Avoid using pop-ups
  • Avoid using advanced HTML5 features, as they may not be supported by old devices such as iOS 4 or Android < 4.4
  • Avoid having a left navigation menu as part of the SCORM package, as this reduces the space available for the package content