General discussion

embedding iframe hosted on wp: missing xAPI events (wp-h5p-xapi)

Hi forum,

I have this problem: I have a site foobar.com which is implemented in wordpress, and which manages and creates H5P content. This wordpress installation has https://wordpress.org/plugins/wp-h5p-xapi/ installed and configured.

 

Board Game resizing

Leaderbox's picture

Board game content would not resize properly for my screen. You can only see the very left half of the first page so cannot play; could not resize manually or scroll so content not displayed was inaccessible. I have created the game on H5P and am able to view and use with no problem. The problem is when I embed or download onto the WordPress site.

Is there anything I need to be doing to solve this or is it a deeper issue?

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