David Ormsbee dfd3a699b9 Accept either a list of possible values, or a string as a value for
comparison of correctness in multiple choice.

Multiple choice code is scattered and sometimes sends a list of
choices for the value, and sometimes a single string. We used to use
"in" which scarily handled both cases (list or substring search),
but that caused a bug when you had two choices like choice_1 and
choice10. Moving to == caused us to break when lists were sent to
us. So this ugly code is extra paranoid and checks both possibilities.

This really needs a better cleanup.
2013-03-30 11:09:44 -04:00
2011-12-07 09:28:16 -05:00
2013-03-13 21:01:37 -04:00
2013-03-08 11:59:02 -05:00
2013-03-08 10:48:55 -05:00
2013-03-19 14:15:52 +02:00
2012-07-17 14:58:09 -04:00
2012-08-21 17:01:25 -04:00
Description
No description provided
Readme AGPL-3.0 2.2 GiB
Languages
Python 73.7%
JavaScript 15.4%
HTML 7.1%
SCSS 3.2%
CSS 0.5%