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
After upload the attached scrom content, fail to open the content. Loader is continuously running and behind the page throwing javascript error as mentioned below.
Uncaught TypeError: Cannot read property 'charAt' of undefined
at cp.QuizState.readNumber (eval at e (CPXHRLoader.js:37), :1374:423)
at cp.QuizState.readString (eval at e (CPXHRLoader.js:37), :1376:34)
at cp.PlaybackController.restoreObjectsFromState (eval at e (CPXHRLoader.js:37), :1455:20)
at Function.cp.resumeValuesFromDataChunk (eval at e (CPXHRLoader.js:37), :1369:460)
at cp.PlaybackController.RestoreQuizState (eval at e (CPXHRLoader.js:37), :1496:35)
at Function.cp.NewQuizLibraryInit (eval at e (CPXHRLoader.js:37), :982:3)
at Function.cp.CPPreInit (eval at e (CPXHRLoader.js:37), :990:246)
at Function.cp.ContinueCPInit (eval at e (CPXHRLoader.js:37), :1936:33)
at LoadContent (eval at e (CPXHRLoader.js:37), :1368:439)
at InitializeExecuted (eval at e (CPXHRLoader.js:37), :1879:36)
The text was updated successfully, but these errors were encountered:
Did you turn on debugging? To turn on debugging, execute window.API.apiLogLevel = 1; before loading the course.
I would help more, but CPXHRLoader.js is a minified file that is unrelated to Simplify SCORM, and is impossible to debug. Seeing what the course is doing before the error would help understand what is happening.
After upload the attached scrom content, fail to open the content. Loader is continuously running and behind the page throwing javascript error as mentioned below.
Scrom file Attachment:
Draft 5s training Module SCORM 1.2.zip
Error Details:
Uncaught TypeError: Cannot read property 'charAt' of undefined
at cp.QuizState.readNumber (eval at e (CPXHRLoader.js:37), :1374:423)
at cp.QuizState.readString (eval at e (CPXHRLoader.js:37), :1376:34)
at cp.PlaybackController.restoreObjectsFromState (eval at e (CPXHRLoader.js:37), :1455:20)
at Function.cp.resumeValuesFromDataChunk (eval at e (CPXHRLoader.js:37), :1369:460)
at cp.PlaybackController.RestoreQuizState (eval at e (CPXHRLoader.js:37), :1496:35)
at Function.cp.NewQuizLibraryInit (eval at e (CPXHRLoader.js:37), :982:3)
at Function.cp.CPPreInit (eval at e (CPXHRLoader.js:37), :990:246)
at Function.cp.ContinueCPInit (eval at e (CPXHRLoader.js:37), :1936:33)
at LoadContent (eval at e (CPXHRLoader.js:37), :1368:439)
at InitializeExecuted (eval at e (CPXHRLoader.js:37), :1879:36)
The text was updated successfully, but these errors were encountered: