
Announcements
Hi,
I'm looking at a way on controlling mandatory training (simply watching a Stream recording).
It would be nice to now if my theory is doable before I set off on learning and implementing.
Question. Can you check how long a person viewed a video for or if they completed playback (Steams have a "viewed" count so there may be some meta behind it).
Any advice would be appreciated.
1-4 should be easy
5 is done by the user, no automation ‌‌😉
6 You somehow need a trigger when the video ends. This may be feasible depending on the video player.
Can your player e.g. send an HTTP request after the video is finished?
You might check e.g. YouTube: https://developers.google.com/youtube/iframe_api_reference?hl=en
7 If the problem with 6 is solved, this would be easy again.