Add question class storage (lookups in QUESTION_CLASS)
authorW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 15:58:40 +0000 (10:58 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 5 Feb 2013 15:58:40 +0000 (10:58 -0500)
commiteb239b6dac8983af9b4169332b6312aeba2c5f7b
treed531978ab9e2c22b32568394e246000bf7207b6a
parent04818c0305faa3db90cfa447e99d1767084b94b1
Add question class storage (lookups in QUESTION_CLASS)

This allows us to specify questions with alternate processing classes.
As a simple example, I've added NormalizedStringQuestion, which
softens the string comparison used in the basic Question.  The next
step is to add a command-line question ;).
quiz.json
quizzer/question.py
quizzer/quiz.py