quizzer.git
2013-02-06 W. Trevor Kingquizzes/git: Add 'git commit --amend' question
2013-02-06 W. Trevor KingREADME.rst: Add a symlink for GitHub's README renderer
2013-02-06 W. Trevor Kingquizzes/git: Add 'git config --global user.{name,email...
2013-02-06 W. Trevor Kingquizzes/git: Add 'git checkout HEAD -- FILE' question
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-06 W. Trevor Kingquizzes/git: Add 'git add / commit' question
2013-02-05 W. Trevor KingRun update-copyright.py
2013-02-05 W. Trevor King.update-copyright.conf: Configure update-copyright.py
2013-02-05 W. Trevor KingAdd `# Copyright` tags to Python files
2013-02-05 W. Trevor King.gitignore: Ignore MANIFEST and dist/ packaging side...
2013-02-05 W. Trevor KingMANIFEST.in: Distribute COPYING and quizzes/*.json
2013-02-05 W. Trevor Kingsetup.py: Package with distutils
2013-02-05 W. Trevor KingREADME: Flesh out description and add example typescript
2013-02-05 W. Trevor KingREADME: Mention Python 3.3 dependency
2013-02-05 W. Trevor KingCOPYING: Distribute quizzer under the GPLv3+
2013-02-05 W. Trevor Kingquizzes/git: Add preliminary Git quiz (repository creation)
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 Kingquizzes/posix-shell: Add a preliminary POSIX shell...
2013-02-05 W. Trevor Kingquizzes/posix-utilities: Rename from posix-shell.json...
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 Kingquizzes: Move quizzes into a subdirectory
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 KingInitial ScriptQuestion framework
2013-02-05 W. Trevor KingFix 'hint' -> 'help' typos
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 Kingui.cli: Rework display_result() for multiple answers...
2013-02-05 W. Trevor Kingui: Add dependency handling to UserInterface.get_question
2013-02-05 W. Trevor Kingquestion: Add Question.__str__() and __repr__()
2013-02-05 W. Trevor KingCatch EOFError (control-d) in CommandLineInterface...
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 KingAdd trailing newlines to saved JSON files
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 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
2013-02-05 W. Trevor KingAdded saving, loading, and a test quiz
2013-02-04 W. Trevor KingStubbing out the initial framework