Hi.
I have built a survey which is asking repsondents about 5 different areas of a town. I want to ask them the same questions about each different area.
The survey starts with a multiple choice (single option only allowed), of which area they want to respond on and the logic directs them to one of 5 question groups. These have the same questions but with each of the 5 area names substituted in.
When they reach the end of their first choice of area I want to offer the opportunity to return and complete the survey for a different area.
I’ve tried doing this two ways:
- the logic loops back to the original multiple choice where they can choose a different area and are then directed along a different question group branch;
- each question group ends with a repeat of the multiple choice where they can choose a different area and are then directed to the beginning of the relevant question group.
Neither of these builds works:
- the responses input for previous branches is overwritten and the only data collected at the end is a record of only the last branch they completed;
- The logic tells me that it ‘can't jump back to a skipped question or a different question branch’.
Ultimately I would like to offer people the ability to complete the survey for all 5 areas in which ever order they choose, or for only some of the areas if they wish.
Thanks for any help/ideas.