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

Do not allow submission of answers without justifications #42

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

Currently, when I submit an answer but no justification, I can submit. But then the question is shown "not attempted".

Instead, it should be forbidden to submit answers without justifications.

tillmo commented 4 years ago

For example, have a pop up "Please select justifications for all your answers before submitting" (or better, list the answers that have no justification selected).

tillmo commented 4 years ago

fixed by #64, #67