You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to apply logic jumps (also referred to as question branching or conditional questions) to questions, so that different answers for a multiple-choice form redirect users to different follow up questions.
For example: Q1: What do you prefer, Summer or Winter?
A1: Summer!
A2: Winter! Q2: Why do you prefer Summer? Q3: Why do you prefer Winter?
The form administrator would be able to apply a logic jump that says:
If answer to Q1 = A1, then jump to Question 2, or if answer to Q1 = A2 then jump to Question 3.
The text was updated successfully, but these errors were encountered:
The ability to apply logic jumps (also referred to as question branching or conditional questions) to questions, so that different answers for a multiple-choice form redirect users to different follow up questions.
For example:
Q1: What do you prefer, Summer or Winter?
A1: Summer!
A2: Winter!
Q2: Why do you prefer Summer?
Q3: Why do you prefer Winter?
The form administrator would be able to apply a logic jump that says:
If answer to Q1 = A1, then jump to Question 2, or if answer to Q1 = A2 then jump to Question 3.
The text was updated successfully, but these errors were encountered: