writing response data to a spreadsheet or database
Submitted by Ben Rogers on Sun, 06/19/2022 - 14:29
Forums:
Hi - is it possible (easy?) to write data to a database, or even better, a google spreadsheet? I would like to capture the responses of my pupils. Thanks
BV52
Mon, 06/20/2022 - 18:23
Permalink
Hi Ben,H5P emits data in the
Hi Ben,
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