Hi,
In my initial survey pages (instructions) I have two options for respondents: (1) watch a short video on how to complete the tasks; (2) or read the information instead.
Using the SurveyEngine tutorial, I have succesfully embedded the video and used the following embed code (where “XXXXXXXXX” is my unique video):
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/XXXXXXXXX?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="How to complete the survey"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
However, with this embed code, the respondent must get to the end of the video before clicking the next slide. Is there a way to turn this off to allow respondents to skip the video without watching it and proceed to the next page?
Thanks in advance,
Rob