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

IntegralGrader and SumGrader #213

Closed jolyonb closed 4 years ago

jolyonb commented 5 years ago

IntegralGrader shares a lot of functionality with FormulaGrader, but is currently implemented through copied code. The implementations should be implemented through appropriately shared methods.

We should also create a similar grader, SumGrader.

jolyonb commented 4 years ago

The implementation of FormulaGrader and IntegralGrader is intertwined appropriately as of #291.

The implementation of SumGrader remains to be completed.

jolyonb commented 4 years ago

Resolved in #293 and #296.