Time since submit not working beyond 10 seconds

on Slides 37, 38, and 39, I would like to disableChange on inputa when it is submitted and does not match the key. I would like to “un disableChange” 30 seconds after it is submitted (to hopefully stop students from guessing :crossed_fingers:t5:). The way that I have the script written seems to only work for 10 seconds or less.

I tried 5 and 10 seconds and those both work as expected. I tried 15, 30 and 60 seconds and none of those options work. Is there something I am missing?

First of all, I want to say I love this activity, especially the language toggle!

To answer your question, timeSinceSubmit can also take a number as an argument, and it will run a timer for that long. So if you put timeSinceSubmit(60), it will run for a minute. If you put timeSinceSubmit() or timeSinceSubmit, it will default to 10 seconds.

Thank you for the help! It is working as expected now. And thank you for the compliment. I am teaching special education students, and multilingual learners, and have frequent absences so I am constantly trying to find things that work for as many students as possible.