How do I exclude "none of the above" from un-selected carry forward choices? | XM Community
Skip to main content
Solved

How do I exclude "none of the above" from un-selected carry forward choices?

  • November 7, 2018
  • 5 replies
  • 572 views

Forum|alt.badge.img+2
I'm trying to learn more about why respondents did not selected certain answers to a question by asking a follow-up question based on their un-selected choices. I can carry forward all of the un-selected choices to the follow-up question, but want to exclude the choice of "none of the above" because it wouldn't make any sense to follow-up on that option.

Best answer by TomG

You can't exclude it. You can hide it with JavaScript in the follow-up question. The exact script would depend on the question type/configuration. A non-script alternative would be to list all the options in the second question (not carryover), and set up display logic on each one.

5 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • November 7, 2018
You can't exclude it. You can hide it with JavaScript in the follow-up question. The exact script would depend on the question type/configuration. A non-script alternative would be to list all the options in the second question (not carryover), and set up display logic on each one.

Forum|alt.badge.img+2
  • Author
  • November 7, 2018
Interesting solutions/workarounds. I'll give these options a try. Thank you!

  • August 19, 2020

Hello, what exact script could I use? I've been struggling with this issue for days and haven't found a way to work around it. Help is much much appreciated.


Forum|alt.badge.img+2
  • Author
  • August 20, 2020

victorcc , I ended using TomG 's second suggestion of using display logic as opposed to carry-forward logic. Here's how (let's assume Q1 is your first question  and Q2 is your follow-up):

  • Make sure "None of the above" in Q1 is an exclusive answer so if the question is "select all", respondents can't select other options and then none of the above

  • Add display logic to Q2: Display Q2 only if "None of the above" is NOT selected in Q1

  • In Q2, keep all of your answer options from Q1 but add display logic to each option to only display if option is NOT selected in Q1


  • October 29, 2020

You can also use the approach here, which is quicker to implement than the display logic: https://www.qualtrics.com/community/discussion/11930/exclude-none-from-carry-forward-answer-choices
It says to use 'carry forward' and then use Randomisation>Advanced Randomisation on the carry forward question and put 'None of the Above' in the 'exclude' category.