question: Add the Question.multimedia attribute
[quizzer.git] / quizzer / ui / cli.py
2013-04-26 W. Trevor Kingquestion: Add the Question.multimedia attribute master
2013-03-23 W. Trevor Kingui.cli: Remove explicit return from QuestionCommandLine...
2013-03-22 W. Trevor Kingquestion: Add the ChoiceQuestion.multiple_answer attribute
2013-03-22 W. Trevor Kingui.cli: Don't record EOF or blank entries as answers
2013-03-14 W. Trevor Kingquestion: Move ChoiceQuestion.open_ended to Question...
2013-03-14 W. Trevor Kingquizzer: Add ChoiceQuestion.open_ended
2013-03-14 W. Trevor Kingquizzer: Add ChoiceQuestion.display_choices
2013-03-14 W. Trevor Kingquizzer: Add user keys to the answer database and stack
2013-03-13 W. Trevor Kingquestion: Question.check() now returns (correct, details)
2013-03-13 W. Trevor Kingui.cli: Import UserInterface with an underscore
2013-03-13 W. Trevor Kingui: Remove UserInterface.display_results()
2013-03-07 W. Trevor KingMerge branch 'license'
2013-02-15 W. Trevor Kingquiz: Add copyright metadata
2013-02-15 W. Trevor Kingui.cli: Add do_shell() and associated framework
2013-02-15 W. Trevor Kingui.cli: Isolate ui.get_question() in QuestionCommandLin...
2013-02-14 W. Trevor Kingui.cli: Avoid divide-by-zero errors if no questions...
2013-02-14 W. Trevor Kingquiz: Add Quiz.introduction for an optional intro message
2013-02-08 W. Trevor Kingui.cli: `skip` shifts the current question to the back...
2013-02-08 W. Trevor Kingui.cli: Add a `skip` command to the quizzer shell
2013-02-07 W. Trevor Kingui.cli: Unwrap multiline answers in display_result
2013-02-07 W. Trevor Kingui.cli: Use pygments to colorize command line output
2013-02-06 W. Trevor Kingui.cli: Don't start the QuestionCommandLine with an...
2013-02-06 W. Trevor Kingui.cli: Quit after the last question
2013-02-06 W. Trevor Kingui.cli: Fix ._set_ps1 when .question is None
2013-02-06 W. Trevor Kingui.cli: Fix single-line answer extraction
2013-02-06 W. Trevor Kingui.cli: Add an `answer` command to QuestionCommandLine
2013-02-06 W. Trevor Kingui.cli: Repeat the basic help when the user calls ...
2013-02-06 W. Trevor Kingui.cli: Transition to a CLI based on cmd.Cmd
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-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 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