quizzer: Add ChoiceQuestion.open_ended
authorW. Trevor King <wking@tremily.us>
Thu, 14 Mar 2013 11:54:50 +0000 (07:54 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 14 Mar 2013 11:54:50 +0000 (07:54 -0400)
commitfa5763946c3b19a737739878ca7c0b9019c5dfa1
tree93dffc1a2eb6d915779ceccfc920220709cc64c8
parent0c1957159f11fc5770a89c7d372f24f691a4399a
quizzer: Add ChoiceQuestion.open_ended

This allows us to ask open-ended multiple-choice questions, like:

  Pick one:
  1) Answer-1
  2) Answer-2
  or fill in something else
  quizzer? Answer-3
quizzer/question.py
quizzer/ui/cli.py
quizzer/ui/wsgi.py