Question or Survey Data Export
Submitted by amymcintosh on Wed, 02/28/2018 - 20:45
Forums:
Hi,
I want to use H5P to build an interactive survey question. Is it possible to export teh results of a question from many users?
Thanks!
Hi,
I want to use H5P to build an interactive survey question. Is it possible to export teh results of a question from many users?
Thanks!
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2024
BV52
Thu, 03/01/2018 - 04:12
Permalink
Welcome to H5P!
Hi Amy,
Welcome to H5P!
Yes this is possible. 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