Forum Discussion
cwang
5 years agoCommunity Member
Use JavaScript to send data to LMS with SCORM 2004 4th edition
Hi all,
There are many discussions on this topic but I haven't seen a full script using SCORM 2004 so I thought I could share what I've used to report data that includes detailed question text an...
AVT-Digital
4 years agoCommunity Member
Also, is there a reason the script discovers the LMS API if the reference is not then being used?
- cwang4 years agoCommunity Member
PJ Palomaki
Carrie Wang
var lmsAPI = findLMSAPI(this);
Also, is there a reason the script discovers the LMS API if the reference is not then being used?
@PJ, I copied the first segment of the code from other discussions, so I probably cannot answer you on this one. From what I saw in other discussions, it seems like
var lmsAPI = findLMSAPI(this)
is used to communicate with LMS. But I could be wrong so if anyone can help out with this question, it will be much appreciated!