Forum Discussion
SamanthaWrig962
2 months agoCommunity Member
How to get an LMS report to show number of quiz attempts?
I tried searching online for how to get Cornerstone LMS to report the number of attempts a learner takes in a quiz while staying in the quiz and just selecting Retry (aka not closing the scorm and st...
Nedim
2 months agoCommunity Member
This line lmsAPI = parent doesn’t actually get the SCORM API, it just gives you access to the parent window object. Unless the SCORM API object (like API_1484_11) is directly exposed on parent, this won't work. What you should do is search inside parent for API_1484_11. Keep in mind that if you set new custom suspend data without first reading and merging the existing data, you will overwrite and erase whatever was previously stored in cmi.suspend_data. Example:
Related Content
- 9 months ago
- 9 months ago
- 9 months ago
- 9 months ago
- 3 years ago