How would I allow a user to confirm their previous choice? | XM Community
Skip to main content

Howdy!
Trying to build a very simple survey where:
Q1 is multiple choice - "Vote for one of the following:" Sally, Bob, or Jane.
Q2 is multiple choice (yes/no) - You are voting for (piped in choice from Q1). Is this correct?
If yes, this is correct, go to the end of the survey.
If no, I want to vote for someone else, return to Q1.
But I can't get this to work. Ultimately, I need users to confirm their previous choice, so perhaps I need to reword the questions, but I'm not sure how to approach this. Any ideas?
Many thanks for reading.


You have to use survey flow and write Branch if(Q2=NO) and in this branch add block which contain q1 again.
This way you can show same Q1 block again.


Leave a Reply