Can you get learner responses without publishing for SCORM?

May 09, 2022

I know that if you export a course for SCORM 2004 4th edition, you can get access to learner responses manually by using javascript:
lmsAPI.SCORM2004_CallGetValue("cmi.interactions.0.learner_response");

 

If you just try to run the story.html and not have it connect to an LMS, it does not appear that you can get access to the Run-Time Environment. And if you try to launch "index_lms.html" you will get an error because it is unable to connect to an LMS and the course will not launch (as expected).

 

Is there anyway to get access to this data without connecting the course to an LMS? Preferably using javascript.

1 Reply