In our survey we want to show a short youtube clip that has to be watched till the end. Is it possible to remove the 'continue' button while the video isn't played yet or is still playing? (for example with Java script)
Also, is it possible to remove related video's, the title and other things distracting the attention from the video?
Thanks in advance
Solved
How can you enforce a participant to watch a youtube video till it ends?
Best answer by PeeyushBansal
You can hide and enable next button like
`Qualtrics.SurveyEngine.addOnload(function()
{
this.hideNextButton();
this.showNextButton.delay(150);
});`
View original`Qualtrics.SurveyEngine.addOnload(function()
{
this.hideNextButton();
this.showNextButton.delay(150);
});`
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.