question: Add the Question.multimedia attribute
[quizzer.git] / quizzer / quiz.py
2013-04-26 W. Trevor Kingquestion: Add the Question.multimedia attribute master
2013-03-23 W. Trevor KingBump to version 0.4 v0.4
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 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