Hello,
I am trying to hide the check box in the bottom right hand corner (circled in red below). This way respondents would not be able to select the two exclusive "N/A" in columns & "N/A in rows"
Assuming custom CSS on this. Any help would be greatly appreciated!
Thank you.
Solved
Hide check box in matrix question
Best answer by TomG
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" input:last").closest("td").find("*").hide();
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

