Add script invocation to ScriptQuestion
[quizzer.git] / quizzer / question.py
2013-02-05 W. Trevor KingAdd script invocation to ScriptQuestion
2013-02-05 W. Trevor KingInitial ScriptQuestion framework
2013-02-05 W. Trevor Kingquestion: Use Question._state_attributes in __init__...
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