question: Add the ChoiceQuestion.multiple_answer attribute
authorW. Trevor King <wking@tremily.us>
Fri, 22 Mar 2013 21:29:44 +0000 (17:29 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 22 Mar 2013 21:29:44 +0000 (17:29 -0400)
commit82d6f1687df19164e5775bfb7177059d885d8f16
treee06ed465482826608c63b6e052b31024df85be5d
parentfd8fca63111b2cc6d55d90322da4be2d773ec542
question: Add the ChoiceQuestion.multiple_answer attribute

This adds support for multiple choice questions where you are allowed
to select one or more of the possible choices.  In web forms, this is
usually done via checkboxes.
quizzer/question.py
quizzer/ui/cli.py
quizzer/ui/wsgi.py