Does anyone know if custom code could be used in a survey to make the "Overall/Unable to Answer" choice in the image below disappear? I have absolutely no idea if this could be done and if so, how to accomplish it. Any guidance would be greatly appreciated! Thank you in advance. :)
Page 1 / 1
Yes:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" tr.bottom td.last").find("*").hide();
});
Thank you so much Tom! It worked beautifully - You made my day!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.