Trying to use custom code for a Matrix Table question? | XM Community
Skip to main content

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. :)
Qualtrics Community.jpg

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