I have a video in my survey (uploaded to survey with "Insert Media" option) and I want respondents to watch the video at least 30 seconds before they can see the next button. I can hide the button for 30 seconds using timing question but it does not consider whether the video has been watched for 30 seconds. Is there any JS code for this problem?
Page 1 / 1
Use the video's onplay method and then use it to display the next button after 30 seconds.
Thank you very much ahmedA. I am quite new to java so I'm not familiar with the onplay method. Do you mean a specific script to put on the onReady part?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.