How to repeat a group if necessary

I have a project on Road traffic crash data collection with grouped questions. How do I repeat a group to collect the same set of data for, say, vehicle 2, where more than one vehicle is involved?

Your use case would be well-suited for the the use of BRANCH(es).

If you add a BRANCH called VEHICLE, you could add any number of VEHICLE(s) per each crash.

More info →