MULTIPLE SELECTION | Community
Skip to main content
Answered

MULTIPLE SELECTION

  • September 23, 2023
  • 4 replies
  • 155 views

Forum|alt.badge.img+1
  • Sharing wisdom
  • 13 replies

Hi Everyone,

I was wondering if it’s possible.  In a multiple selection form, each selection will have 1 follow up question.  Let’s say if I have 4 choices, ABCD, and I will select only A and B, the succeeding questions will only show follow up questions for A&B and then exit, options for C&D should not be shown anymore.  Is this possible in logic feature?

Best answer by john.desborough

@carlo - logic is simple enough to create.. my assumptions below are that choosing A goes to q2, B to q3, etc

 

  • q1 logic
    • if q1 = A then go to q2
    • if q1 =B then go to q3
    • if q1= C then go to q4
    • if q1=D then go to q5
  • q2 logic
    • if q1 = B go to q3
    • if q1=C go to q4
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q3 logic
    • if q1=C go to q4
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q4 logic
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q5 logic 
    • go to next q or to ending whatever you want

des

View original

4 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5268 replies
  • Answer
  • September 23, 2023

@carlo - logic is simple enough to create.. my assumptions below are that choosing A goes to q2, B to q3, etc

 

  • q1 logic
    • if q1 = A then go to q2
    • if q1 =B then go to q3
    • if q1= C then go to q4
    • if q1=D then go to q5
  • q2 logic
    • if q1 = B go to q3
    • if q1=C go to q4
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q3 logic
    • if q1=C go to q4
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q4 logic
    • if q1=D then go to q5
    • otherwise go to ending (or other exit point )
  • q5 logic 
    • go to next q or to ending whatever you want

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14893 replies
  • September 29, 2023

Hi @carlo Happy Friday! Did Des’s answer above help? Let us know if you need any assistance setting this up. 


Forum|alt.badge.img+1
  • Author
  • Sharing wisdom
  • 13 replies
  • October 6, 2023

Thanks @Liz. Found the answer here in the community!


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14893 replies
  • October 9, 2023

Oh lovely! Glad to hear it, @carlo !


Reply