question: Move ChoiceQuestion.open_ended to Question.accept_all
authorW. Trevor King <wking@tremily.us>
Thu, 14 Mar 2013 12:13:08 +0000 (08:13 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 14 Mar 2013 12:18:06 +0000 (08:18 -0400)
commit3fc4be57135e168ae5f53ea8e1784e5aac5ad64c
treeaad7983ca47e485efaf2a1f02d97227287bf69b2
parentfa5763946c3b19a737739878ca7c0b9019c5dfa1
question: Move ChoiceQuestion.open_ended to Question.accept_all

Accepting all answers is a more general case of an open ended multiple
choice question.  It also allows us to ask questions that are
difficult or impossible to grade automatically.  We just record the
student's answer for the grader to look at later.
quizzer/question.py
quizzer/ui/cli.py
quizzer/ui/wsgi.py