Capturing answers given by users in interactive video
Submitted by ManojKimkhabawala on Wed, 07/25/2018 - 14:25
Forums:
Is there any way where we can capture answers given by users in interactive video?
suppose we have a questing in between the video as "Did you liked this video?"
Where few users answers Yes and few answered No.
How do I know, what all the users answered yes? Can I post the user's response to my own APIs?
Please suggest.
BV52
Thu, 07/26/2018 - 04:59
Permalink
Welcome to H5P!
Hi ManojKimkhabawala,
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
ManojKimkhabawala
Thu, 07/26/2018 - 08:18
Permalink
Thanks BV52
Thanks a ton, I will go through these documents.