How show/hide conditions are evaluated?

When determining the visibility of a question, all associated conditions are taken into account. Here's how the process works:

  1. If there is only one valid condition that determines the visibility of the question, the action specified in that condition is followed.

  2. If there are multiple valid conditions, consider the following cases:

    1. If all the conditions have the same action type (either all show the question or all hide it), that action type will be used.

    2. If the conditions have different action types (some say to show the question while others say to hide it), the action type of the condition with the highest priority is chosen. This helps in cases where conflicting conditions exist.

  3. In cases where there are no valid conditions, proceed as follows:

    1. The action types of all associated actions are reversed. If an action was originally set to show the question, it will be changed to hide it, and vice versa.

    2. If there is no "show" action, the question is hidden.

    3. If there is only one "show" action, the question is displayed.

    4. If there are multiple "show" actions, the action type of the condition with the highest priority is selected.

Can't find what you're looking for?