Answered

Branching based on multiple answers

  • 26 June 2021
  • 3 replies
  • 324 views

Hi everyone,

I've been stuck for a while trying to figure out a way to branch my form based on a multiple answers. 

Here is a Loom explaining the problem 

 

HELP!

icon

Best answer by john.desborough 26 June 2021, 22:13

View original

3 replies

Userlevel 7
Badge +6

 @duque - welcome to the community from another user

There is a example i put together that does this similar type of project, based on getting feedback from a day of workshops: i asked the user to select the sessions they attended and then, based on their answers, displayed to them the questions associated only with their choices. Here is a link to that example. 

let me know if this is the type logic that you are seeking… there are a couple of other posts where i have shared the structure of this logic and i am just trying to find them at the moment in order to share

 

des

I am having this exact problem … @john.desborough -- are you able to share how you set this up for your example linked?

Userlevel 7
Badge +6

first - i set up the question groups based on the number of sessions:

 

here’s the basic logic… in a few screen shots:

 

set up a series of custom text variables for each of the ‘events’ i have on main screen. 

 

next the logic of where to start - i want to check if they choose the first ‘event’ in the list and go there first then check at the end of each question group

 

and that should give you ALL the logic in the form. 

 

des

Reply