Question
How to get the current user id of moodle or lms in adobe captivate 10?
How to get the current user id of moodle or lms in adobe captivate? We have used the following function or api of scorm 1.2 but that not works..
myDate=window.cpAPIInterface.getVariableValue("cpQuizInfoStudentId");
var CaptivateObj =document.Captivate;
var a=CaptivateObj.SCORM_CallLMSGetValue("cmi.core.student_id");
it gives us error on console that cpAPIInterface and CaptivateObj is undefined.Please help us on that.
