Answered

MULTIPLE SELECTION

  • 23 September 2023
  • 4 replies
  • 41 views

Userlevel 1
Badge +1

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?

icon

Best answer by john.desborough 23 September 2023, 19:01

View original

4 replies

Userlevel 7
Badge +6

@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

Userlevel 7
Badge +5

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

Userlevel 1
Badge +1

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

Userlevel 7
Badge +5

Oh lovely! Glad to hear it, @carlo !

Reply