question: Question.check() now returns (correct, details)
[quizzer.git] / quizzer / question.py
2013-03-13 W. Trevor Kingquestion: Question.check() now returns (correct, details)
2013-02-15 W. Trevor Kingui.cli: Add do_shell() and associated framework
2013-02-06 W. Trevor Kingquestion: Add support for list-of-lines help
2013-02-06 W. Trevor Kingquestion: Add support for list-of-lines prompts
2013-02-06 W. Trevor KingAdd --tag option and Question.tags sets for filtering...
2013-02-06 W. Trevor Kingquestion: Add a trailing newline to ScriptQuestion...
2013-02-06 W. Trevor Kingquestion: Pass stdin through to the ScriptQuestion...
2013-02-05 W. Trevor KingRun update-copyright.py
2013-02-05 W. Trevor KingAdd `# Copyright` tags to Python files
2013-02-05 W. Trevor KingAdd Question.multiline and associated handling
2013-02-05 W. Trevor Kingquestion: Normalize tempdir paths in stdout/stderr
2013-02-05 W. Trevor Kingquestion: Add ChoiceQuestion for one-of-several correct...
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