Totara Talent Experience Platform Open Discussions

xAPI plugin not working in Totara 18.4

 
Liesbet Daelemans
xAPI plugin not working in Totara 18.4
by Liesbet Daelemans - Wednesday, 22 May 2024, 6:11 AM
Group PartnersGroup TXP Site Administrator

Hi,

Our client would like to test xAPI-compliant content in Totara. I found this information on Totara Help: https://totara.help/docs/en/configure-xapi-with-totara

But we have a problem: the Plugin xAPI Launch Link v1.63 doesn't work in T18.4. Is there anyone using xAPI? Which plugins do you use?

ERROR MESSAGE:
/mod/tincanlaunch/amd/src/launch.js cannot be loaded, or does not contain a javascript module in AMD format. "define()" not found.

Thank you!


Regards,
Liesbet

Craig Eves
Re: xAPI plugin not working in Totara 18.4
by Craig Eves (Totara Support) - Tuesday, 28 May 2024, 4:17 PM
Group Totara

Hi Liesbet

Are you able to create a support ticket with details of the steps you have taken.

regards


Allan Groom
Re: xAPI plugin not working in Totara 18.4
by Allan Groom - Wednesday, 5 June 2024, 12:57 AM
 

The javascript is in ESM format. Totara doesn't support it yet. It still uses the older AMD format.

Since Moodle 3.10 any new JavaScript intended for Moodle core must be written in the ESM format.