Reporting on H5P quizzes

Hello,

Is it possible to create a report from the h5p results? If it's not available natively with h5p, are there other programs out there that would work with h5p to generate a report of the quiz results? Or is this somthing I need a developer to do? Thank you for your help

BV52's picture

Hi tanzanite,

H5P emits data in the form of xAPI statements and you will need a plugin or custom code to listen to these statements and a data store such as a learning record store to save them in. 

I highly recommend looking through these documentation:

 

https://h5p.org/documentation/x-api

 

https://h5p.org/documentation/for-authors/analyzing-results-and-answers

 

-BV

otacke's picture

Hi tanzanite!

If you're using WordPress, you might want to have a look at the H5PxAPIkatchu plugin. It stores detailed results locally, but it doesn't provide a reporting component (by design).

A custom reporting plugin for WordPress could be developed though.

Best,

Oliver