Forum Discussion
amityunger-53b6
4 years agoCommunity Member
get learner's details from LMS
Hello,
I’m trying to get the learner’s details from the LMS, using java script.
I used the following code:
var player = GetPlayer();
function findLMSAPI(win) {
if (win.hasOwnProperty("Ge...
JoeFrancis
4 years agoCommunity Member
As your referenced document states at the top:
Functions marked with an asterisk (*) may not be supported on all LMSs.
While several SCORM data elements are required for communication between content object and LMS, many more are not. DataChunk, LaunchData, and LanguagePreference, while nice to have, are entirely up to the LMS vendor to either provide or not provide.
If you know your LMS is providing these data elements, then I would get in contact with the vendor to see if there are other requirements to access/update them.
Related Content
- 1 year ago