Hello all !
Here is the problem : I have a form, made of 7 groups of questions, and users want to choose the order of groups of questions they answer.
They have to answer all 7 groups but can decide in which order.
I tried having a first page that let’s you choose where you want to start and all 7 routes endings going back there until all are completed but I can’t find a way to:
-remove the previous group proposition they just answered when they get to the first page at the end of a group, to make them understand they have finished it.
-go to the end page when all are completed. Althought all group end with a change of a variable specific to them to let me know if it is answered, and the first page has a logic that says if all variables are “finished” it redirects to the end page, I can’t get it to work.
Any clues on what to do ? Or other tools that can do this ?
Thanks a lot !