NoReverseMatch error

this issue was fixed and i have another issue

I created a js for a countdown timer and the idea is that after the time set it will automatically submit the form .but i also want if the user check the answer and not submit before the time set it must be check the answer he checked but not submit and add the mark if he check the answer

That would entirely be JavaScript-based work. You’ll need to trigger some type of event to be fired when the timer expires. That event can check the current state of the form and submit it if appropriate.

Just be aware that you have no way to prevent the person on this page from stopping the timer and preventing it from taking any automatic action.

yeah but what about when i refresh the timer is reset ?

You already have a topic started for this. Let’s continue this discussion at how to work with the timer to the quiz fully functionality