General discussion

Storing xAPI statements inside the Wordpress

Hi, 

 

I am building a light weigh learning record store for H5P on the wordpress so that we don’t need to rely on any third party LRS for minimum reporting. Now to achieve this I am thinking to store all xAPI statements generated by H5P and store them into mysql database once they are encoded into the json format.

 

I am developing this based on wp-h5p-xapi plugin which is available on wordpress.

 

I started achieving this by writing a plugin which calls following where I have a separate function on Xapi

 

Pages