Answered

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

  • 13 September 2022
  • 2 replies
  • 16 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

icon

Best answer by john.desborough 13 September 2022, 15:23

View original

2 replies

Userlevel 7
Badge +6

@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

Userlevel 7
Badge +5

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

Reply