Get grades from h5p

Forums: 

Hello everyone, i'm currently working on an API that needs to get the grades of students from my website out on another website. I'm having troubles accessing the Database ith a handmade function so i'm wondering, is there already a h5p function that access the database and get your grades from the different activities already made ? I think there is one since you can find your scores on the test on the website but i can't seem to find it. Can anybody lighten me up please?

Thanks

BV52's picture

Hi Ovclacier,

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

 

-BV52