Answered

i want a branching

  • 12 April 2021
  • 2 replies
  • 50 views

 

I'm making a personality test.

The logic jump does not branching. 

 

I want to look like below. 

 

but, my branching looks like below. 

 

 

 

 

How do I delete the green line?

Please answer me. 

 

 

from Korea.

SJ HA 

icon

Best answer by john.desborough 12 April 2021, 12:56

View original

2 replies

Userlevel 7
Badge +6

@하승진 (Ha Seung-jin) - welcome to the community!

this comes from a user 

what seems to be happening is that your logic rules are missing some ‘explicit’ exit statements that are leaving the ‘green line’ logic path available. here is a simple example that i had to deal with myself:

  • i created a yes/no question with the intent that if yes, go to next question (q6) and if no, go to q9
    • i created a logic rule that said: if answer is NO then jump to q6 
    • no other logic, and i did not use the ‘in all other cases, jump to “….”

because there was no ‘explicit’ exit for the YES answer, i had a similar ‘green line’ scenario…

I would suggest checking all your logic rules to make sure that you cover all the possibilities and establish explicit exit rules for each question. 

 

hope this makes sense and helps a little

des

Userlevel 7
Badge +5

Hey @하승진 (Ha Seung-jin). It's so nice to hear that you are writing from Korea. Our community is so global! And this is proof of it 🤩

 

Please do come back with any further questions 🇰🇷 

 

Warm wishes from Barcelona.

Reply