mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Fixing error with single input in integral grader #153

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

If only a single input is given by a student in an integralgrader, we need to wrap that input in a list.