projects
/
quizzer.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
quizzer.git
2013-02-06
W. Trevor King
quizzes: Use complete sentences with punctation for...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
cli: Add the --questions option to list questions on...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
cli: Add the --tags option to list tags on the stack
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
quizzes/git: Tag existing questions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
Add --tag option and Question.tags sets for filtering...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
cli: Add --all for easy review of previously-answered...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
answerdb: Timestamp answers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
quizzes/git: Add 'git commit --amend' question
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
README.rst: Add a symlink for GitHub's README renderer
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
quizzes/git: Add 'git config --global user.{name,email...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
quizzes/git: Add 'git checkout HEAD -- FILE' question
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
question: Add a trailing newline to ScriptQuestion...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
question: Pass stdin through to the ScriptQuestion...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
W. Trevor King
quizzes/git: Add 'git add / commit' question
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Run update-copyright.py
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
.update-copyright.conf: Configure update-copyright.py
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add `# Copyright` tags to Python files
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
.gitignore: Ignore MANIFEST and dist/ packaging side...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
MANIFEST.in: Distribute COPYING and quizzes/*.json
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
setup.py: Package with distutils
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
README: Flesh out description and add example typescript
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
README: Mention Python 3.3 dependency
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
COPYING: Distribute quizzer under the GPLv3+
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
quizzes/git: Add preliminary Git quiz (repository creation)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add Question.multiline and associated handling
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
ui.cli: Import `readline` for more comfortable input...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
quizzes/posix-shell: Add a preliminary POSIX shell...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
quizzes/posix-utilities: Rename from posix-shell.json...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
question: Normalize tempdir paths in stdout/stderr
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
question: Add ChoiceQuestion for one-of-several correct...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
quizzes: Move quizzes into a subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add script invocation to ScriptQuestion
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Remove debugging print(self.stack) from UserInterface...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Initial ScriptQuestion framework
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Fix 'hint' -> 'help' typos
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
question: Use Question._state_attributes in __init__...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
question: Add Question._state_attributes for easier...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add question class storage (lookups in QUESTION_CLASS)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
ui.cli: Rework display_result() for multiple answers...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
ui: Add dependency handling to UserInterface.get_question
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
question: Add Question.__str__() and __repr__()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Catch EOFError (control-d) in CommandLineInterface...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add dependency storage (list of question IDs)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Use question.id instead of question.prompt for answer...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add trailing newlines to saved JSON files
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add a persistent answers database
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Visually separate the results from the questions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add .display_results() for showing users their results...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Display results (but not the correct answers)
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Don't crash with IndexError when we run out of questions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Make get_question() a bit more interesting
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Add a simple command line interface
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
W. Trevor King
Added saving, loading, and a test quiz
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
W. Trevor King
Stubbing out the initial framework
commit
|
commitdiff
|
tree
|
snapshot