You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined spoor configuration error for ScormError
Describe your issue here.
Symptom: Adapt shows endless loop of the the loading screen
Console Error: Seems to be stuck on the cmi.core.lesson_status
Your environment
version (Framework 5.31.10)
which browser and its version - Chrome
device(s) + operating system(s) - windows 10
Steps to reproduce
Check with latest Spoor extension (5.7.0) with different LMS platform
Expected behaviour
It should first check whether Adapt is enabled then check for the course configuration.
Return early added to wrapper.js if Adapt.course does not exist
[adapt-contrib-spoor/js/scorm/wrapper.js]
if (!Adapt.course) return;
Screenshots (if you can)
The text was updated successfully, but these errors were encountered:
Undefined spoor configuration error for ScormError
Describe your issue here.
Symptom: Adapt shows endless loop of the the loading screen
Console Error: Seems to be stuck on the cmi.core.lesson_status
Your environment
Steps to reproduce
Check with latest Spoor extension (5.7.0) with different LMS platform
Expected behaviour
It should first check whether Adapt is enabled then check for the course configuration.
Return early added to wrapper.js if Adapt.course does not exist
[adapt-contrib-spoor/js/scorm/wrapper.js]
if (!Adapt.course) return;
Screenshots (if you can)
The text was updated successfully, but these errors were encountered: