"case" block

Instead of creating a lot of Y/N subsequent decision blocks, use a block with questions list, like a case statement.
Every question will be connected to other tasks.
There should be a global option "only one answer" or "allow multiple answers".
Final "Else" connector like a case statement.
Example:
<question 1:="" do="" you="" make="" an="" electronic="" repair=""> YES -> do something (task, email, …) NO->jump to next question
<question 2:="" do="" you="" make="" a="" mechanical="" repair=""> YES -> do something (task, email, …) NO->jump to next question
<question 3:="" do="" you="" make="" a="" software="" change=""> YES -> do something (task, email, …) NO->jump to next question
<…and so on…>
<…this is the last “NO”, and can be a task or email or..>
Thanks,
Massimo Aymar for Elena DiMuro.

As explained in support e-mail, this can be achieved using a script block that evaluates the expression and multiple outgoing transitions that represent each valid value.