Questionnaires in interactive videos
Submitted by Elkin Usta on Thu, 12/07/2017 - 19:37
Forums:
Hi, I wold like to know how can I receive the answer of the questionnaires I add to my interactive videos.
I would like to receive them via E-mail but I'm not sure how to do that.
Thanks
BV52
Fri, 12/08/2017 - 06:41
Permalink
Hi Elkin,H5P emits data in
Hi Elkin,
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 this documentation first:
https://h5p.org/documentation/x-api
https://h5p.org/documentation/for-authors/analyzing-results-and-answers
When choosing an LRS I would suggest that you find one that will let you send the results through e-mail.
-BV52