SCORM and AICC Learner Name and ID
- September 15, 2020
- 2 replies
- 585 views
Hello Community,
I am reaching out because I am new to Adobe Captivate and to creating SCORM and AICC packages. My goal is to create a basic SCORM 1.2, SCORM 2004 and AICC package that would make use of the certification widget to display the learner's name and id. These pieces of informations will be retrieved from LMS.
I have used the $$cpQuizInfoStudentName$$ and $$cpQuizInfoStudentID$$ variables. Moreover, I have extracted the id by executing the following javascript code: window.cpAPIInterface.setVariableValue("cpQuizInfoStudentID", objLMS.GetStudentID()); Please see below the widget format.
I have published it as having the eLearning outputs defined above (SCORM 1.2, SCORM 2004 and AICC package) but unfortunately for AICC it is not working. The certification widget does not appear, moreover the ID value which is returned is 0.
I would greatly appreciate if you could help me identify the issue. Thank you!
