Solved
Displaying"not applicable" response option to only some statements in a matrix question
Hi, I have a questionnaire with 8 questions, answered on a Likert scale, 1-7. Two of the survey questions could be potentially not-relevant to some participants. Is it possible to add a 'not applicable' scale option but display it only for these two questions (i.e. hide it for the other six questions on the questionnaire?
Best answer by Anonymous
Hello @Angco ,
If 'Not applicable' is the last scale point of the matrix question:
Paste the below code in the js(OnReady) of the matrix question
The below code will remove the NA option from second statement (as statement identifier starts with 0), so you need to update `eq(n)` , n as per your requirement
`jQuery(".ChoiceRow:eq(1) .last").hide();`
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
