Tincan error

I am receiving this error- "Uncaught ReferenceError: LMSIsInitialized is not defined" tincanwrapper.js:24

and also some other issues "Uncaught ReferenceError: Image5712 is not defined"

"Uncaught ReferenceError: Image141298 is not defined" etc.

undefined

Tincan-error.png

Discussion (2)

I'll do my best to help but I'm by no means an xAPI expert......

From the information I can gather online the “Uncaught ReferenceError: LMSIsInitialized is not defined” is because your course contains a field or action that is requesting the students user name (maybe on the certificate). The system isn't recognizing the action and will need to be updated to the LRS's preferred method of retrieving the data. If I had to guess I would say that your action to change the contents of a text box is incomplete and missing information in the Value or Text field.

https://www.codecademy.com/forum_questions/52f0394352f863bd0f00089e

The image issue is because an image is not properly being called upon. If I had to guess I would say there's an action to show or change an image and the Target is undefined or contains a resource which is no longer in your title.

http://stackoverflow.com/questions/12389937/referenceerror-not-defined

Thanks Jennifer...

Discussions have been disabled for this post