Hello,
I am displaying some audios in my survey, I would like to disable the controls (scroll bar and play/pause buttons). My current code is the next one:
Solved
Disable audio controls
Best answer by Rudi
Hi Ana,
it looks like you can't really disable the controls.
a solution could be to set autoplay, remove the controls, show another icon/image on the page (else the respondent might wonder that she/he gets an empty page and add an auto-forward function on the question that clicks the next button after the audio file will have ended.
Qualtrics.SurveyEngine.addOnReady(function()
{
setTimeout(function () {jQuery('#NextButton').click();},4000);
});
note that the time (bold) is in miliseconds.
Best regards
Rudi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
