Hi,
I have created a block at the end of my survey that presents users with a multiple choice question asking if they want to keep provide more information or end the survey now.
If they select the option to keep providing more information the user is presented with a block that contains further questions.
So far my Survey flow looks like this:
Block 1:
QID 1: Multiple choice Question : Do you want to keep providing information
- Yes, I want to keep providing information
- No, I want to end the survey now
Branch: If QID1, Yes, I want to keep providing information, is selected:
Then display Block 2
Block 2:
Q2
Q3
Q4
My question is: Once the user has completed block 2 is there a way to redirect them back to block 1?
Esentially creating a loop in which they can keep providing more information until they select “No, I want to end the survey now” which then ends the survey.
Thank you!