ui.cli: Import `readline` for more comfortable input() editing
[quizzer.git] / quizzer / ui / cli.py
2013-02-05 W. Trevor Kingui.cli: Import `readline` for more comfortable input...
2013-02-05 W. Trevor KingFix 'hint' -> 'help' typos
2013-02-05 W. Trevor Kingui.cli: Rework display_result() for multiple answers...
2013-02-05 W. Trevor KingCatch EOFError (control-d) in CommandLineInterface...
2013-02-05 W. Trevor KingUse question.id instead of question.prompt for answer...
2013-02-05 W. Trevor KingAdd a persistent answers database
2013-02-05 W. Trevor KingVisually separate the results from the questions
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 KingAdd a simple command line interface