How to access the data stored in H5P database

Forums: 

Hello!

I'm using H5P content under WPLMS to use some question types for the students to answer. At the moment I've enabled the "Use H5P Hub" option. But I'd like to have an access of all the attempted questions/answers and activities preformed by the end-user to manually evaluate the session based on the answers provided and give them a remark based on it.

So, is there a way possible to extract all the data from H5P?

Or is it possible to access the results on the admin panel of each logged-in student?

Thankyou!

Kind regards

Summary: 
H5P content storage
Content types: 
BV52's picture

Hi ShravanBhavyata,

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