Hi everyone,
I have a Vimeo video embedded in one of my survey questions. I want to accomplish two things: (1) pause the video when the window is no longer visible (tabbed away, minimized window); and (2) I would like Qualtrics' 'Next Button' to not appear until the video has ended.
I have (1) working, I do not have (2) working. Here is the code in question:
This is all in the HTML of the question. The only thing I have in the JS is:
Qualtrics.SurveyEngine.addOnload(function()
{
this.hideNextButton()
});
I appreciate any and all help!
