File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,14 +276,19 @@ $ ls
276276
277277# ## SCORM Examples
278278
279- | LMS | Command |
280- | -------------| ---------------------------------------------------------------------------------------------|
281- | ILIAS | ` liaex -i course/README.md -f scorm2004 --scorm-masteryScore 80 --scorm-iframe` |
282- | Moodle 3.x | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-iframe` |
283- | | [YouTube demonstration](https://www.youtube.com/watch? v=yk4uEqoKcpw) |
284- | Moodle 4.x | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-embed` |
285- | scrom.cloud | ` liaex -i course/README.md -f scorm2004 --scorm-masteryScore 80 --scorm-iframe` |
286- | | Additionally check: Course Properties >> Compatibility Settings >> Wrap SCO Window with API |
279+ Minimal examples for SCORM1.2 and SCORM2004 for tested LMS:
280+
281+ | LMS | Command |
282+ | ----------------------------------------------------- | ------------------------------------------------------------------------------------------- |
283+ | [ILIAS](https://www.ilias.de) | ` liaex -i course/README.md -f scorm2004 --scorm-masteryScore 80 --scorm-iframe` |
284+ | [learnworlds.com](https://learnworlds.com) | ` liaex -i course/README.md -f scorm2004 --scorm-masteryScore 80 --scorm-iframe` |
285+ | Moodle 3.x | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-iframe` |
286+ | | [YouTube demonstration](https://www.youtube.com/watch? v=yk4uEqoKcpw) |
287+ | Moodle 4.x | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-embed` |
288+ | [OPAL](https://www.bps-system.de/opal-lernplattform/) | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-embed` |
289+ | [open edX](https://openedx.org) | ` liaex -i course/README.md -f scorm1.2 --scorm-masteryScore 80 --scorm-embed` |
290+ | [scrom.cloud](https://app.cloud.scorm.com) | ` liaex -i course/README.md -f scorm2004 --scorm-masteryScore 80 --scorm-iframe` |
291+ | | Additionally check: Course Properties >> Compatibility Settings >> Wrap SCO Window with API |
287292
288293
289294
You can’t perform that action at this time.
0 commit comments