As of now adding a condition leads to the line “In case answer is one of the following: …” (translated)
I would like to choose between this and the condition “In case answer is all of the following: …”
My use case is that people can choose at the very beginning what kind of form it will be.
- They will then get a set of questions depending on their choice.
- They can choose only one or several options.
- There are some questions that will need to be answered no matter the choice. But as it is not possible to use the same question/column for multiple conditions I have to use duplicates.
This leads to some questions being repeated whenever someone chooses more than one option in the beginning. Which is why I want to add branches similar to this:
- Choice A - Questions a, b
- Coice B - Questions a, c
- Choice C - Questions c, d
- Choice A and B - Questions a, b, c without duplicates
- Choice B and C - Questions a, c, d without duplicates