question: Question.check() now returns (correct, details)
[quizzer.git] / quizzer / ui / __init__.py
2013-03-13 W. Trevor Kingquestion: Question.check() now returns (correct, details)
2013-03-13 W. Trevor Kingcli: Teach quizzer.cli.main() the --ui option
2013-03-13 W. Trevor Kingui: Remove UserInterface.display_results()
2013-02-15 W. Trevor Kingui.cli: Add do_shell() and associated framework
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 script invocation to ScriptQuestion
2013-02-05 W. Trevor KingRemove debugging print(self.stack) from UserInterface...
2013-02-05 W. Trevor Kingui: Add dependency handling to UserInterface.get_question
2013-02-05 W. Trevor KingAdd a persistent answers database
2013-02-05 W. Trevor KingAdd .display_results() for showing users their results...
2013-02-05 W. Trevor KingDisplay results (but not the correct answers)
2013-02-05 W. Trevor KingDon't crash with IndexError when we run out of questions
2013-02-05 W. Trevor KingMake get_question() a bit more interesting
2013-02-05 W. Trevor KingAdd a simple command line interface