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

Option to turn off partial credit in ListGrader #256

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

Implements a partial credit switch for ListGrader (which previously had partial credit always on). Works correctly in nested lists, so that partial credit can be turned off for a sublist, but left on for the outermost list.

Resolves #245

jolyonb commented 5 years ago

Did you mean to merge this?