Method 1: using the quiz checkbox
This method allows you only to verify, if the video was played. It does not allow tracking of the video lenght. Please use method 2 to track more details.
<body onload="lucyQuizStart();">
<video onplay="lucyQuizAnswer(1,1);">
Method 2: using the video tracking JavaScript
Using our custom tracking JavaScript which can be downloaded here, allows you to track video's played in LUCY's “flowplayer” which are used for all our video templates. The JS should be inserted into the bottom of the page where the flowplayer video is uploaded (please dont forget to add the script tag <script> at the beginning of the script and </script> at the end of the script:
This script allows you to track a video start and finish event and also display the progress in statistics (rounded percent in different event types like video-10 for 10% video played or video-90 for 90% video played, etc.). When the video is started, it sends a “video-start” event. When the video is finished (played to the end), it sends a “video-finish” event to LUCY which leads to statistics like in this graphic: