Hi All,
I know this question has been asked already, but unfortunately, there is no response yet on how to address the problem
example: https://community.qualtrics.com/XMcommunity/discussion/11526/distinguish-between-no-response-and-not-applicable-on-slider-scale
I wish I could attach another checkbox with the slider different from "would not accept". In this case, I would like to have an additional & different checkbox for "not an option for me"
I would very much appreciate it if maybe someone can help me with this, I'm very stuck at the moment
Once again, thank you very much for taking the time to read this, and maybe, help me if you can/want.
Thank you!
-------------------------------
This is the java code I have so far (to hide the labels)
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery("ul.numbers").hide();
});
Qualtrics.SurveyEngine.addOnReady(function()
{
jQuery("ul.numbers").hide();
});
Qualtrics.SurveyEngine.addOnUnload(function()
{
});
Page 1 / 1
Hi there,
I know this might not be the fanciest solution but you could try to split the questions:
something like
slider question with one statement and a multi-choice allow multiple answers below
then you could remove the paddings and maybe even add a separator between the pairs of questions and add validation to it.
Best regards
Rudi
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.