Reporting on H5P quizzes
Submitted by tanzanite19@yah... on Sun, 12/15/2019 - 23:47
Forums:
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
Mon, 12/16/2019 - 18:34
Permalink
Hi tanzanite,H5P emits data
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
Mon, 12/16/2019 - 20:28
Permalink
Hi tanzanite!If you're using
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