Results from H5P file
Submitted by justinlee1957 on Mon, 09/06/2021 - 13:16
Forums:
Hi all,
I use Drupal to host H5P file. If users interact with the file, where do the "results" go to?
Hi all,
I use Drupal to host H5P file. If users interact with the file, where do the "results" go to?
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
BV52
Mon, 09/06/2021 - 19:22
Permalink
Hi justinlee1957,H5P emits
Hi justinlee1957,
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