Choose the question that contains the audio. You’ll see “JavaScript” on the left panel.
Click it and add the following codes
jQuery('audio').on('ended', function() {
jQuery(this).css("pointer-events","none");
});
Within
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
});
Like this:
I found the answer here . It was by rondev.
Last modified on 2021-10-16