Video Analytics
Submitted by njbhatt18 on Fri, 03/09/2018 - 14:53
Forums:
Hi,
We have integrated h4p in our drupal7 and added various video courses. Now we need to create some analytics like who has view which video, how many times, who has not viewed complete video etc...
How can we do it?
BV52
Sat, 03/10/2018 - 05:51
Permalink
Hi njbhatt18,H5P emits data
Hi njbhatt18,
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