Forum Discussion
RonLinder-4c1a3
3 years agoCommunity Member
LMS API variables
Is there a way to find a list of all the LMS api variables that we can retrieve via JScript?
For example for the:
Student Name its lmsAPI.GetStudentName();
Status lmsAPI.GetStatus();
Student ID its lmsAPI.GetStudentID();
My lms has an organization field, would that be something I would be able to retreive?
- JoeFrancisCommunity Member
Sam Colson posted the list of variables he found in LMSAPI.js about 10 years ago. As he said then, "reverse-engineer with caution."
Help with JavaScript and pulling data from an LMS
"Organization" is not in the SCORM Run-Time Reference of data elements (and "Company" was removed from the list of student demographic data elements, along with several other elements), so probably no.