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

Two-tiered single choice quiz

A single choice quiz with a second tier. After selecting an answer to a single choice question, one has to choose from several justifications of this answer. This will impede a random filling out, and foster a deeper understanding. Moreover, for a wrong justification, the user can get an explanation why it is wrong.

License / Copyright

This repository is licensed under GNU Affero General Public License v3.0 (AGPL-3.0)

Based on https://github.com/nsjcorps/quiz

Installation

Install both the backend and the frontend (see there).