tomwalker / django_quiz

This is a configurable quiz app for Django.
614 stars 354 forks source link

Question navigation feature? #82

Open CruiseDevice opened 6 years ago

CruiseDevice commented 6 years ago

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.