Pass LMS Student ID to a Captivate file
We need to pass the LMS Student ID into a Captivate lesson and the use that ID in an url to access another website. I created a user variable "StudentID", and tried the following methods to get the LMS Student ID:
window.cpAPIInterface.setVariableValue("StudentID", cpQuizInfoStudentID);
window.cpAPIInterface.setVariableValue("StudentID", SCORM2004_GetStudentID());
window.cpAPIInterface.setVariableValue("StudentID", objLMS.GetStudentID());
window.cpAPIInterface.setVariableValue("StudentID", SCORM_GetStudentID());
But none of them works. It returns nothing without any error message.
Anyone can help?

