SCORM error message
May 16, 2008 12:00 AM
This is a message that the course produces when it passes a variable to the LMS' API adapter using a LMSSetValue() command and compares that with what it gets back from the API with a LMSGetValue() command. I believe if you edit the trivantis.js file and change the line that states, var bDisplayErr = true; to var bDisplayErr = false; the message you are seeing should no longer display.This is a message that the course produces when it passes a variable to the LMS' API adapter using a LMSSetValue() command and compares that with what it gets back from the API with a LMSGetValue() command. I believe if you edit the trivantis.js file and change the line that states, var bDisplayErr = true; to var bDisplayErr = false; the message you are seeing should no longer display.
Discussion (1)
In Lectora Online you can insert a HTML Extension object at the title level.
Type: Header Scripting
Put the following line in the HTML Extension:
window.bDisplayErr = false;
Discussions have been disabled for this post