question: Add support for list-of-lines help
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 17:59:39 +0000 (12:59 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 17:59:39 +0000 (12:59 -0500)
commitf13d065768d959442531d86d9202781996e1215a
tree05be4c5855d2b2697d74e820bbae5fb5c8719396
parentfa7b8c20218fbab86b7c8420eb5abec7d722c927
question: Add support for list-of-lines help

We use lists of lines for other question attributes (e.g. setup,
teardown, answer, prompt).  Be consistent with multi-line help.
quizzer/question.py
quizzer/ui/cli.py