At a high level, after the 'play' event has occurred, you will need to bind additional code to monitor the progress of the video with something like setInterval. Within that function, you'd need to compare the "duration" of the video object to the "currentTime" in order to figure out if you had reac...