Is it possible to end test after 10 incorrect/"I don't know" answers? | Community
Skip to main content
Answered

Is it possible to end test after 10 incorrect/"I don't know" answers?

  • September 13, 2022
  • 2 replies
  • 23 views

We are a language school and we use a typeform for our English level test. To discourage guessing, we have an “I don’t know” option on every question. As there are 50 questions, it would be great if we could jump to the end after 10 “I don’t know” responses, so that a lower level student doesn’t have to go through all 50 questions. Is there a way to do this?

 

Thank you

Best answer by john.desborough

@TLS2022 - if you created a variable that acted as a counter and added 1 to the counter for each incorrect score, using the logic rules, you could then include a logic rule on every question starting at q11 that says something like this

  • if v_counter greater than 10 go to ending A (where you tell them that the game is over) 

 

just a thought 

 

des

View original

2 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5317 replies
  • Answer
  • September 13, 2022

@TLS2022 - if you created a variable that acted as a counter and added 1 to the counter for each incorrect score, using the logic rules, you could then include a logic rule on every question starting at q11 that says something like this

  • if v_counter greater than 10 go to ending A (where you tell them that the game is over) 

 

just a thought 

 

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15035 replies
  • September 20, 2022

Hi @TLS2022 Did the suggestion above work for you? Let us know how it went!