Captivate and Saba cmi.core.exit = suspend
I have developed a course (I'm just using 2 slides to test) where I have Captivate reporting using Scorm 1.2...I use Slide Views and have slide views as 1 slide in order to complete. The system works just fine and reports complete to the Saba LMS but, it shows the cmi.core.exit = suspend, thus it will not move it to the completed area of Saba. I developed a button for the last slide with javascript to try to cover everything where I give 100 points for reporting and use the following JS listed here:
var retval = g_objAPI.LMSSetValue('cmi.core.lesson_status', 'completed');
var retval = g_objAPI.LMSSetValue('cmi.core.exit', 'logout');
var retval = g_objAPI.LMSCommit('');
var retval = g_objAPI.LMSFinish('');
The system registers the completed and logs out, but, doesn't change the cmi.core.exit to logout (keeps suspend). I'm losing my mind trying to figure this out....HELP!
One other thing, when I finish the course in Saba, it closes the Captivate project window, but Saba still has a window open that says Please choose a navigation action......you have to press the X in the top right corner to close the window.....
Does anyone have a button that they've developed with Saba or JS I could place inside the button to get everything to work......or any ideas?
Thanks,
Jerry
