Hello,
I'm working on a study where I've implemented an auto submit script into a question but I'm running into an issue.
After a respondent selects an answer (Q1), we ask a follow up question (Q2) which asks them to confirm their selection in Q1. If the response is no (Q2_r1=2), they are sent back to Q1 to make a different selection. When they skip back to Q1 their answer is still selected, leading them to automatically move back to Q2 without selecting a new response since auto submit is enabled.
Is there a code or other solution which will allow me to reset the value for Q1 to null if Q2_r1=2?