| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| capa | ||
| xmodule | ||
| .gitignore | ||
| logsettings.py | ||
| rooted_paths.py | ||
| sample-post.py | ||
| supertrace.py | ||
| tempdir.py |
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.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| capa | Loading commit data... | |
| xmodule | Loading commit data... | |
| .gitignore | Loading commit data... | |
| logsettings.py | Loading commit data... | |
| rooted_paths.py | Loading commit data... | |
| sample-post.py | Loading commit data... | |
| supertrace.py | Loading commit data... | |
| tempdir.py | Loading commit data... |