Hi, i need to create a quiz with a lot of yes/no questions. The Quiz should only be successful, if all questions are answered with “yes” (this should show Ending A) If one ore more questions are answered with “no”, ending B should bes displayed (“fail”). How do i configure this?
Answered
Yes/no questions - ending logic
Best answer by mathio-tf
Hi
I think I might have found a solution to do this quickly. To create such a typeform faster you could:
- create your first yes/no question
- in Logic → Branching and calculations for the first question set:
If “first question” is “No” Then Add 1 to @score variable - copy the question as many times as you want and change question text - this will also copy logic for the score variable!
- in Logic → Branching and calculations for the last question click Add rule and set:
if @score is greater than 0 Then Jump to “ending B”
In ALL other cases jump to “ending A”
Hope this help 😜
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.