LiaScript / LiaScript-Exporter

Export LiaScript courses into SCORM1.2 & 2004, IMS, PDF or a standalone WEB project ...
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Fail to discover SCORM API #33

Closed cgarciaarano closed 1 year ago

cgarciaarano commented 1 year ago

I'm trying to publish courses on Workday LMS (called Workday Learning) and also SCORM Cloud, and in both cases the course is failing to find the SCORM API, so no progress is tracked.

I run the code from https://scorm.com/scorm-explained/technical-scorm/run-time/api-discovery-algorithms/ in the JS console, and it actually finds the API, so I guess it's an implementation issue.

This happens in both SCORM 1.2 and 2004

cgarciaarano commented 1 year ago

I just realized that this definition is on a different repo. Will close the issue and open it there