tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

store selected answers and justifications and scores in the backend #39

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

a user that returns to the quiz page should not start from scratch, but from his/her previous state It suffices to store that data once the user presses "submit"

tillmo commented 4 years ago

For a quiz, there are three possible states:

tillmo commented 4 years ago

just some hints:

tillmo commented 4 years ago

fixed by #64