django-quiz
A simple true/false quiz app in Django.
I included data fixtures to make trying it out easier. Run manage.py loaddata question-data and manage.py loaddata quiz-data to load the sample quiz content. Then create a user, log in, and test yourself!