how can close the module If there's an error message of LMS ?
Hello,
how can close the module If there's an error message of LMS ?
When there's à message error with LMS, and when the user click in thé button "OK" the module is closed


Hello,
how can close the module If there's an error message of LMS ?
When there's à message error with LMS, and when the user click in thé button "OK" the module is closed


Find the function in the scormdriver.js and edit as follows in bold:
function DisplayError(strMessage) {
var blnShowDebug;
WriteToDebug("In DisplayError, strMessage=" + strMessage);
blnShowDebug = confirm("An error has occured:\n\n" + strMessage + "\n\nPress 'OK' to view debug information to send to technical support.");
if (blnShowDebug) {
DoCPExit();
//ShowDebugWindow();
}
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.