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

Allow SingleListGrader answers to be specified as a string #285

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

This is useful when providing grade_decimal or msg entries in answers, as it means you don't need to construct a list of individual entries, but rather just specify the string that is expected from students.

codecov-io commented 5 years ago

Codecov Report

Merging #285 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #285   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          30     30           
  Lines        2665   2669    +4     
=====================================
+ Hits         2665   2669    +4
ChristopherChudzicki commented 5 years ago

👍