Hi!
I have a multiple choice question that needs to collect contact information for team members involved in a launch. There are five answers (team member roles). I need this flow to skip questions that are not checked and to go to all the answers that are checked.
I know this is a simple branch setup, but I can’t seem to map it correctly. Can I get some help? I understand I need to build a flow for every derivation of the sequence.
Answer
Typeform Multiple Choice Logic
Best answer by john.desborough
​
using q1 as the m/choice question
Â
on q1:Â
- if q1 = AÂ go to q-nextAÂ (q2 for this example)
- if q1 = B go to q-nextBÂ (q6Â for this example)
- if q1 = C go to q-nextC (q10Â for this example)
- if q1 = D go to q-nextDÂ Â (q14Â for this example)
- if q1 = E go to q-nextEÂ Â (q18Â for this example)
if you are using question groups for the other questions (or simple a linear set of questions) you need to put the following logic on the last question of each question group or linear sequence - ie q5, q9, q13 and q17 based on the above
on q5 (last question related to A being selected on q1)
- if q1 = B go to q-nextBÂ (q6Â for this example)
- if q1 = C go to q-nextC (q10Â for this example)
- if q1 = D go to q-nextDÂ Â (q14Â for this example)
- if q1 = E go to q-nextEÂ Â (q18Â for this example)
- otherwise go to ending or some other page
on q9:Â
- if q1 = C go to q-nextC (q10Â for this example)
- if q1 = D go to q-nextDÂ Â (q14Â for this example)
- if q1 = E go to q-nextEÂ Â (q18Â for this example)
- otherwise go to ending or some other page
on q13:
- if q1 = D go to q-nextDÂ Â (q14Â for this example)
- if q1 = E go to q-nextEÂ Â (q18Â for this example)
- otherwise go to ending or some other page
on q17:
- if q1 = E go to q-nextEÂ Â (q18Â for this example)
- otherwise go to ending or some other page
and the very last question would have the logic to go elsewhere
Â
hope that helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
