Follow

Disabling setting cmi.exit to suspend in Articulate Studio '09 in Saba 5.4

Avatar

Question:  How can I disable suspend mode? Seems the cmi.core.ext is always being set to "suspend" so the course is never passing.

 Answer:  Change the SCORMFunctions.js file - comment out the original call and replace the value of the cmi.core.suspend to "" as follows:

       //blnResult = blnResult && SCORM_CallLMSSetValue("cmi.core.exit",SCORM_TranslateExitTypeToSCORM(strExitType));

       blnResult = blnResult && SCORM_CallLMSSetValue("cmi.core.exit", "");

This fix should work. It will definitely cause it not to set suspend. 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk