quizzer.git
2013-04-26 W. Trevor Kingquestion: Add the Question.multimedia attribute master
2013-04-26 W. Trevor Kingui.wsgi: Factor URL handling out into WSGI_UrlObject
2013-03-25 W. Trevor KingRun update-copyright.py
2013-03-23 W. Trevor Kingutil: Support Python 3.2 by ignoring timeouts passed...
2013-03-23 W. Trevor KingREADME: Describe the types of supported questions
2013-03-23 W. Trevor Kingui.cli: Remove explicit return from QuestionCommandLine...
2013-03-23 W. Trevor KingBump to version 0.4 v0.4
2013-03-22 W. Trevor Kingquizzes/software-carpentry-pre-assessment: Allow multip...
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 Kingquizzes/software-carpentry-pre-assessment: Automate...
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 Kingui.wsgi: Close the text-input tag
2013-03-14 W. Trevor Kingquizzer: Add user keys to the answer database and stack
2013-03-13 W. Trevor Kingui.wsgi: Add a preliminary WSGI/HTML user interface
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 Kingquizzes/monty-python: Fix JSON error (missing comma...
2013-03-13 W. Trevor Kingui.cli: Import UserInterface with an underscore
2013-03-13 W. Trevor Kingui: Remove UserInterface.display_results()
2013-03-08 W. Trevor Kingquizzes: Bump quizzes to v0.3 because they have copyrig...
2013-03-08 W. Trevor KingBump to version 0.3 v0.3
2013-03-07 W. Trevor Kingquizzer: Get upgrade-from-v0.2-to-v0.3 methods in place
2013-03-07 W. Trevor Kingquizzer: Add methods to upgrade data from v0.1 to v0.2
2013-03-07 W. Trevor Kingquizzes/DiRAC-drivers-license: Add copyright and licens...
2013-03-07 W. Trevor KingMerge branch 'license'
2013-02-15 W. Trevor Kingquiz: Add copyright metadata
2013-02-15 W. Trevor KingBump to version 0.2 v0.2
2013-02-15 W. Trevor Kingquizzes/DiRAC-drivers-license: First pass at automating...
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 Kingquizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL
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-07 W. Trevor Kingquizzes/git: Don't timeout during the 'gitignore' question v0.1
2013-02-07 W. Trevor Kingquizzes/git: Add remote-related questions
2013-02-07 W. Trevor Kingquizzer/git: Add 'git merge' question
2013-02-07 W. Trevor Kingquizzes/git: Add 'git checkout *' questions
2013-02-07 W. Trevor Kingquizzes/git: Add 'git branch *' questions
2013-02-07 W. Trevor Kingquizzes/git: Fix 'in repository' -> 'in your repository'
2013-02-06 W. Trevor Kingquizzes/git: Add 'git rm / commit' question
2013-02-06 W. Trevor Kingquizzes/git: Add 'git log *' questions
2013-02-06 W. Trevor Kingquizzes/git: Add 'git diff *' questions
2013-02-06 W. Trevor Kingquizzes/git: Avoid escaped double-quotes when single...
2013-02-06 W. Trevor Kingquizzes/git: Add 'git commit -a' question
2013-02-06 W. Trevor Kingui.cli: Don't start the QuestionCommandLine with an...
2013-02-06 W. Trevor Kingquizzes/git: Add 'git status' question
2013-02-06 W. Trevor Kingquizzes/git: Add 'gitignore' question
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 Kingquizzes/git: Add 'git help config' question
2013-02-06 W. Trevor Kingui.cli: Fix single-line answer extraction
2013-02-06 W. Trevor Kingcli: Add --select to filter the stack by index
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 Kingquizzes: Convert multi-line help to lists
2013-02-06 W. Trevor Kingquestion: Add support for list-of-lines help
2013-02-06 W. Trevor Kingquizzes/git: Convert multi-line prompts to lists
2013-02-06 W. Trevor Kingquestion: Add support for list-of-lines prompts
2013-02-06 W. Trevor Kingquizzes: Use complete sentences with punctation for...
2013-02-06 W. Trevor Kingcli: Add the --questions option to list questions on...
2013-02-06 W. Trevor Kingcli: Add the --tags option to list tags on the stack
2013-02-06 W. Trevor Kingquizzes/git: Tag existing questions
2013-02-06 W. Trevor KingAdd --tag option and Question.tags sets for filtering...
2013-02-06 W. Trevor Kingcli: Add --all for easy review of previously-answered...
2013-02-06 W. Trevor Kinganswerdb: Timestamp answers
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
next