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)
@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)