Hi there,
I'm just having a bit of problem with Captivate. Basically what we need to do is to send a 'completed' state to the LMS when a student visits a particular page.
This is what I have done so far:
Slide On Enter: Execute Javascript
var CaptivateObj = document.Captivate;
SCORM_objAPI.LMSSetValue('cmi.core.lesson_status', 'passed');
SCORM_objAPI.LMSCommit('');
SCORM_objAPI.LMSFinish('');
CaptivateObj.cpEISetValue('rdcmndExit',1);
..obviously it doesnt work at all.
Is it possible to meet this requirement in Captivate? Or are we restricted to use the 'number of slides viewed' or 'quiz score' as completion criteria?
Thank you!
Regards,
RT