savinghe data of a quiz
Submitted by kuzey on Thu, 07/29/2021 - 17:02
Forums:
Hi,
I'm sure this question has been answered before but I could not find it ....
I created a quiz with H5P but i want to save the results and maybe show it to the participant later. Is that possible and if so, how ? :)
I just put the quiz on my wordpress page and would like to gain some information like the name and email address of the participant to be able to give some feedback and analyze the data later. I can also add the name and email as questions, as long as i can save and view the results.
I'm looking forward to your reply .
BV52
Thu, 07/29/2021 - 19:23
Permalink
Hi kuzey,H5P emits data in
Hi kuzey,
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