Workforms conditions with "and"

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.

  1. They will then get a set of questions depending on their choice.
  2. They can choose only one or several options.
  3. 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:

  1. Choice A - Questions a, b
  2. Coice B - Questions a, c
  3. Choice C - Questions c, d
  4. Choice A and B - Questions a, b, c without duplicates
  5. Choice B and C - Questions a, c, d without duplicates

what kind of AI-answer is this?
This is not the answer on how to do it but the obvious basics how to use a form. My request is to implement these elements