ui.cli: `skip` shifts the current question to the back of the stack
authorW. Trevor King <wking@tremily.us>
Fri, 8 Feb 2013 03:41:40 +0000 (22:41 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Feb 2013 03:41:40 +0000 (22:41 -0500)
commitbfdf32e0cbfc1b1d604429dd86ed921d83397840
tree34314660718c3bf422a783b0953aef7d09345420
parent92b6f5ce41ce074ee72ec213a02bedeef3115fc3
ui.cli: `skip` shifts the current question to the back of the stack

Rather than dropping skipped questions, just save them for later.
This gives you another stab at them without having to restart the
quiz.  If you still can't answer the questions once you reach them
again, you can always `quit` ;).
quizzer/ui/cli.py