Skip to content

Commit 025281a

Browse files
add more tested examples to scorm exports
1 parent 4350c5b commit 025281a

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)