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?
Page 1 / 1
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
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.