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

Provide overview over results #52

Closed fabianneuhaus closed 4 years ago

fabianneuhaus commented 4 years ago

Currently, to get the results of the quizz the user needs to click through a hierarchy of answers. There should be a overview which tells the user how many answers he got wrong (and which one). This way the user can go directly to the wrong answers and find out the correct ones.

(Btw., I would count the combination of the first selection (often "yes" or "no") with the justification as one answer)

tillmo commented 4 years ago

@pramodkumarbontha could this easily be displayed together with the score?

pramodbontha commented 4 years ago

@tillmo Yes Professor. I am working on the changes. Will let you know once the changes are committed

tillmo commented 4 years ago

fixed by #54