Possibility of deselecting answer | XM Community
Skip to main content
Solved

Possibility of deselecting answer


Hello, I would like to know if there is any option how to make participants able to deselect some answer after selecting? There are no default answers, but as none of the questions is required, I would like participants to be able to change their mind later and not answer to some question after they have already selected some possibility (and as I have already plenty of choices I don´t want to add a new option "N/A" or something like that). Thank you for any advice.

Best answer by Anonymous

Hello @Lenacech , Assuming you are asking this regarding the single response question, since by default the single response cannot be deselected. In this case, you need to make question Multi-choice and make all option exclusive.
View original

7 replies

  • 0 replies
  • Answer
  • March 17, 2019
Hello @Lenacech , Assuming you are asking this regarding the single response question, since by default the single response cannot be deselected. In this case, you need to make question Multi-choice and make all option exclusive.

  • Author
  • 2 replies
  • March 17, 2019
Thank´s @Shashi for quick and useful response. I would like to ask one more thing - is there any possibility how to make this on a whole survey (withnout doing it manually in each question)?

  • 0 replies
  • March 17, 2019
Hello @Lenacech , Paste the below code in the header Source view(<>) <script> Qualtrics.SurveyEngine.addOnReady(function() { var cid; jQuery("input[type='checkbox']").on("change", function() { if (jQuery(this).prop("checked") == true) { cid = jQuery(this).closest(".MC").attr("id"); jQuery("#" + cid + " input[type='checkbox']").not(this).prop("checked", false); } }); }); </script> The above code will make all multi-choice option behave as single response

  • Author
  • 2 replies
  • March 17, 2019
@Shashi thank you very much! :)

Forum|alt.badge.img+1
  • 1 reply
  • June 25, 2019
I would like this 'deselect' option to be available to non-coders (like me!). There are those times when an R would like to take back a selection.

Guys, looks like this request was made back in 2019. Has there been a fix to the single response de-selection? Seems like a simple enough fix and it's reasonable to assume that often selections are made in error and need to be retracted.
Please provide guidance. Thanks!


Forum|alt.badge.img+2
  • Level 1 ●
  • 4 replies
  • May 29, 2023

Hello all! I am also hoping to learn how to make the double answer deselectable for the person taking the survey.

I am not a coder.

 


Leave a Reply