Bugs in content types

Report and discuss bugs related to specific H5P content types

Image Hotspots throws no events in xAPI

Hi There,

I'm using the xAPI event dispatcher to control the user journey on our moodle instance, however the 'Image Hotspots' content type isn't throwing any events.

When I run: H5P.externalDispatcher.on('xAPI', function (event) {console.log(event.data.statement)}); in the console for testing, all other content types throw all sorts of events that I can couple logic onto, but not Image Hotspots.

Am I doing something wrong or is this a bug?

Environment:

Pages