"moduleReadyEvent" only firing on first slide for responsive projects
We have been using captivate for awhile to create eLearning courses. We then upload to LearnDash using xAPI.
Pulling data from the captivate file was quite easy, by setting an event handler for "moduleReadyEvent" as per below:
window.addEventListener("moduleReadyEvent", function(evt) {
// attach the captivate instances to the window
cpInterfaceObj = evt.Data;
eventEmitterObj = cpInterfaceObj.getEventEmitter();
});
Since switching to responsive projects (exported as HTML5), as far as I can tell this "moduleReadyEvent" is only firing on the first slide and even then it never seems to make it to this event listener.
We have "Send data on each slide" selected in the reporting preferences, so its a little confusing.
Are we approaching this incorrectly, or has something changed between the older files and the responsive ones?
Thanks in advance for your help!
