
Solved
Hiding checkbox in slider question
Hi Everyone,
I have a rating scale question where I'd like the N/A option to be available for some options but not others. So far I've managed to hide the N/A label using:
document.getElementById("QID14-7-NA-label").style.visibility = "hidden";
However, I tried the same code using the checkbox ID but the checkbox remains (see attached image). Any ideas?
Thanks!
Cathy
!

Best answer by NiC
Hi @Cathyday
We can easily hid the NA option with the following code:
`jQuery("div.q-slider").children().children().eq(2).children("div.statement-container").children("div.n-a-container").hide();`
you can change the number in "eq(2)" to based on its position of the slider you want hide NA.
Here is a preview link of survey where i have added the above code:
https://ugamsandbox.ca1.qualtrics.com/jfe/preview/SV_4GczFcC8vgtT57T?Q_SurveyVersionID=current&Q_CHL=preview
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
