How to reset choice options when user uses back button | XM Community
Skip to main content

Is there a way to reset choice options when a user navigates back to a screen? For example, they select some answer in a multiple choice question on page A, then go to page B, and later use the back button to get back to page A--when they go back to page A, I'd like the selected choice to be clear and allow them to choose a new option without any pre-selected options.

Is this possible in normal Qualtrics options or using JS?

Hi cbwin_Penn
You need to do this using javascript. Following coe will work:
jQuery('input[type="checkbox"]').prop('checked',false);


How do I add this to a question? Thanks


@bjonasch, Click on the question and choose the advanced question options and you should see a Add JavaScript option. lmk if you still don’t see it.

 

 


Leave a Reply