Merge branch 'license'
[quizzer.git] / quizzer / quiz.py
2013-03-07 W. Trevor KingMerge branch 'license'
2013-02-15 W. Trevor Kingquiz: Add copyright metadata
2013-02-14 W. Trevor Kingquiz: Add Quiz.introduction for an optional intro message
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 class storage (lookups in QUESTION_CLASS)
2013-02-05 W. Trevor Kingui: Add dependency handling to UserInterface.get_question
2013-02-05 W. Trevor KingAdd trailing newlines to saved JSON files
2013-02-05 W. Trevor KingAdded saving, loading, and a test quiz
2013-02-04 W. Trevor KingStubbing out the initial framework