Moodle Plugins directory: SCORM Remote | Moodle.org
SCORM Remote
Activities ::: mod_scormremote
Maintained by
Catalyst IT
This is a Moodle activity module completely independent from mod_scorm which allows you to upload a scorm and then serve it remotely to other learning management systems on other domains using a thin scorm wrapper. This allows you to upgrade the scorm in place remotely and also allows you to manage and enforce seat counts and limits.
Latest release:
215 sites
84 downloads
16 fans
Current versions available: 1
This is a new Moodle activity module completely independant from mod_scorm which allows you to upload a scorm and then serve it remotely to other learning management systems on other domains.
It works by generating a thin wrapper scorm which is uploaded into the other lms and passes events across the iframe barrier using window.postMessage
This has a few advantages as you can:
- outsource the learning similar to how LTI works reducing the burden on the remote LMS's admins
- sell your scorm packages without giving them away
- add seat restriction at the domain level
- swap the scorm packages in place and not require the remote LMS to do anything they automatically get the latest version of the package
Contributors
Catalyst IT (Lead maintainer)
Please login to view contributors details and/or to contact them
https://github.com/andrewhancox/moodle-mod_scormremote/tree/39_compatible
We have set up this plugin but having difficulty with #4: "swap the scorm packages in place and not require the remote LMS to do anything they automatically get the latest version of the package".
This doesn't seem to be working on 4.0 and 3.11 when testing. We deleted the old SCORM and replaced with a new one but it only shows the original SCORM and no changes are pushed through. Did I miss something?