H5P quizes integration with WORDPRESS

I created a quiz for students to accomplish on my website. After completeion I get results, but not detailed, only general score and I can't see where a student made a mistake, as for example in Moodle LMS. Is there any possibility to find this detailed report or maybe there is a special addon. Could you please advise me on this topic.

BV52's picture

Hi Stacy,

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