Skip to main content
Participant
January 16, 2017
Question

Captivate 9 - moduleReadyEvent not firing

  • January 16, 2017
  • 1 reply
  • 260 views

Hello all!

I have this snippet of code

window.addEventListener("moduleReadyEvent", function(evt) {

   console.log('module ready event fired');

   console.dir(evt.Data);

});

and for whatever courses our courses published with Captivate 9 are not firing the moduleReadyEvent, however our older courses published in Captivate 8 ARE firing off that event.

Is there any setting or change with Captivate 9 that might explain why this may be occurring?

Any input on this would be greatly appreciated.

Thank you!

This topic has been closed for replies.

1 reply

TLCMediaDesign
Inspiring
January 17, 2017

Where do you have the script?

Is it in the head section of the index.html?