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

in the report, only display correct anwers for questions that the user has processed #23

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

If the user has processed only part of the questions and then presses "submit", all correct answers will be displayed. This should only happen for the processed questions. For the others, this information should be hidden, while scores (in this case zero, for unanswered questions) can be displayed.