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. :)
Solved
Trying to use custom code for a Matrix Table question?
Best answer by TomG
Yes:
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" tr.bottom td.last").find("*").hide();
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
