Outcome quiz yes/no | Community
Skip to main content
Answered

Outcome quiz yes/no

  • September 25, 2023
  • 2 replies
  • 57 views

Hello, I am new here and from the Netherlands, so some technical explainations I find hard to understand sometimes, sorry!

 

I have made a quiz, where people mostly can answer with yes or no. I would like to give three possible outcomes: less then 10 x yes → this outcome, less then 20 x yes → this outcome, less then 30 x yes → this outcome. 

How do I do that? Thank you so much! 

Best answer by john.desborough

@Ellen84 - if you created a variable to use as a counter, then in each question you can use a logic rule like this to add 1 to the counter:

  • if qX is YES then add 1 to v_counter (my name for the variable)

then on the last of the questions, your analysis would be like this in the logic rules

  • if v_counter less than 10 go to ending 1
  • if v_counter less than 20 and v_counter greater than or equal to 10 go to ending2
  • if v_counter greater than or equal to 20 go to ending 2

 

hope that helps

 

des

View original

john.desborough
Forum|alt.badge.img+6

@Ellen84 - if you created a variable to use as a counter, then in each question you can use a logic rule like this to add 1 to the counter:

  • if qX is YES then add 1 to v_counter (my name for the variable)

then on the last of the questions, your analysis would be like this in the logic rules

  • if v_counter less than 10 go to ending 1
  • if v_counter less than 20 and v_counter greater than or equal to 10 go to ending2
  • if v_counter greater than or equal to 20 go to ending 2

 

hope that helps

 

des


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

Hi @Ellen84 I hope you’re doing well! Were you able to set up the above suggestion? Let us know if you need any help!


Reply