Navigating between question groups using logic | Community
Skip to main content
Answered

Navigating between question groups using logic

  • December 16, 2022
  • 5 replies
  • 105 views

Hello. I’m trying to get feedback for different locations, each person should be able to submit feedback to as many locations they would like. At the beginning of the form I have a multiple selection question that sends them to each location question group using logic. At the end of each location’s question group, I duplicated the multiple choice question with all locations but I can’t set the logic to go to a location that appears further up in the question order. 

Best answer by john.desborough

@anamaria -here’s the way i have implemented this for clients: 

 

  • on the original multiple choice of clients, make it ‘unlimited’ in terms of what they can choose
  • create a question group for each market (in the order of your icons - ie first group is for choice A, second group is for choice B, etc)
  • on the Multiple Choice question, put the logic rules in like this
    • if q1 = A then go to q2 (assuming this is the question group for choice A)
    • if q1 = B then go to q3 (….. for choice B)
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end
  • if they choose A as part of their choice stream, they will go to the first question group .. if they choose all the other except A, then they will jump to B
  • on the last question in qroup 1 (the choice of A) put these logic rules
    • if q1 = B then go to q3 (….. for choice B)
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end
  • on the last question in group 2 (the choice of B) put these logic rules
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end

continue this through the question groups. in the last question group, you just send them to the next appropriate page/ending

 

this will route them to all the question groups based on their selections 

 

hope that helps

 

des

View original

5 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14814 replies
  • December 16, 2022

Hi @anamaria Could you send a screenshot of the logic jumps you have setup? Thanks!


  • Author
  • Explorer
  • 2 replies
  • December 21, 2022

In question 5, people can chose the “location” they want to provide feedback on, each of the answers will direct them to a question group (see on the left Q6, 8, 10, 12, 14, 16, & 18). The last question in each group asks them if they want to submit feedback for another “location”

Option A takes them to a duplicate of Question 5 placed after each question group. Before I had it where Option A would take them back to Q5, but this erased the results entered for the first selection. 

This is where the logic breaks:

I hope this makes sense. 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5250 replies
  • Answer
  • December 21, 2022

@anamaria -here’s the way i have implemented this for clients: 

 

  • on the original multiple choice of clients, make it ‘unlimited’ in terms of what they can choose
  • create a question group for each market (in the order of your icons - ie first group is for choice A, second group is for choice B, etc)
  • on the Multiple Choice question, put the logic rules in like this
    • if q1 = A then go to q2 (assuming this is the question group for choice A)
    • if q1 = B then go to q3 (….. for choice B)
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end
  • if they choose A as part of their choice stream, they will go to the first question group .. if they choose all the other except A, then they will jump to B
  • on the last question in qroup 1 (the choice of A) put these logic rules
    • if q1 = B then go to q3 (….. for choice B)
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end
  • on the last question in group 2 (the choice of B) put these logic rules
    • if q1 = C then go to q4 (…. for choice C)
    • etc for all the options
    • in all other cases (if they don’t choose any) jump to whatever page you want them to go to at the end

continue this through the question groups. in the last question group, you just send them to the next appropriate page/ending

 

this will route them to all the question groups based on their selections 

 

hope that helps

 

des


  • Author
  • Explorer
  • 2 replies
  • December 23, 2022

Thank you @john.desborough, that did the trick. 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5250 replies
  • December 23, 2022

glad it worked for you @anamaria 

 

cheers

 

des