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

Show explanation for the user-selected justification #29

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

In case of a wrong justification, currently, the explanation for the correct justification is shown (or no explanation at all). But the explanation for the user-selected justification should be shown. Also note that for correct justifications, there generally is no explanation (although in the current database, this is different - but this will change).

tillmo commented 4 years ago

It seems that with the current version, no explanations are shown at all.