question: Add Question._state_attributes for easier subclassing
[quizzer.git] / quizzer / question.py
2013-02-05 W. Trevor Kingquestion: Add Question._state_attributes for easier...
2013-02-05 W. Trevor KingAdd question class storage (lookups in QUESTION_CLASS)
2013-02-05 W. Trevor Kingquestion: Add Question.__str__() and __repr__()
2013-02-05 W. Trevor KingAdd dependency storage (list of question IDs)
2013-02-05 W. Trevor KingUse question.id instead of question.prompt for answer...
2013-02-05 W. Trevor KingAdded saving, loading, and a test quiz
2013-02-04 W. Trevor KingStubbing out the initial framework