Moodle App - SCORM Player

Aus MoodleDocs
Wechseln zu:Navigation, Suche

Baustelle.png Diese Seite muss übersetzt werden. Greif zu!
Wenn du dich um diesen Artikel kümmern willst, dann kennzeichne das, indem du die Vorlage {{Übersetzen}} durch die Vorlage {{ÜbersetzenVergeben}} ersetzt.
Wenn du mit deiner Arbeit fertig bist, dann entferne die Vorlage aus dem Artikel.
Danke für deine Mitarbeit!


Funktionalitäten

Der Moodle App SCORM Player ermöglichst das Abspielen von SCORM 1.2 Paketen online und 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.

Anforderungen

The Moodle app 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 app SCORM player may be used on sites running Moodle 2.6 to Moodle 2.9 if the Moodle app 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 app 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.

Technische Details

Der Moodle App SCORM Player bietet Unterstützung für:

  • SCORM 1.2 Pakete
  • Ziele, Interaktionen und Voraussetzungen
  • SCO Navigation via nav.event
  • Hochgeladene Pakete, Remote-ZIP-Pakete und ZIP-Pakete in einem beliebigen Repository, das von Moodle unterstützt wird

Der Moodle App SCORM Player bietet derzeit keine Unterstützung für:

  • Remote imsmanifest.xml Pakete oder nicht gezippte Scorm-Pakete im Dateisystem-Repository
  • Öffnen der Pakete außerhalb der App, z.B. in einem neuen Browser-Fenster
  • JavaScript Popups via window.open

Tipps für Moodle-App-freundliche SCORM-Pakete

  • 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
  • If you want to display your SCORM package in semi full-screen mode (it will just remove the app bottom menu), you have to configure it in Moodle so it will open in "New window" via the SCORM module Appearance settings.