You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be functionality where user can navigate through questions. Why can't user come back to previous question once answered? What if he wants to change the response afterwards. There must also be a timer to keep track of quiz. I tried implementing it using cookies, and it works fine. Only thing is when timer runs out, (and as the remaining questions are not answered), then the answer paper is not generated. It returns KeyError.
The text was updated successfully, but these errors were encountered:
There should be functionality where user can navigate through questions. Why can't user come back to previous question once answered? What if he wants to change the response afterwards. There must also be a timer to keep track of quiz. I tried implementing it using cookies, and it works fine. Only thing is when timer runs out, (and as the remaining questions are not answered), then the answer paper is not generated. It returns KeyError.
The text was updated successfully, but these errors were encountered: