Releases: openedx/edx-bulk-grades
Releases · openedx/edx-bulk-grades
0.6.0
- Adds a Mixin class to help GradesCSVProcessor and InterventionCSVProcessor manage subsection column names in a that prevents duplication of columns.
- Adds more tests around subsection column name and order behavior.
- Stops tox from running pydocstyle.
0.5.11 - Rename columns to be more clear
Renamed columns to make it more clear what grades we are displaying.
Protect against negative grades
Protect against negative grades
Make intervention report display current effective grade.
- Make intervention report display either grade override if exists or original grade.
0.5.8 - Make intervention masters only.
0.5.8 - Make intervention masters only. Some clean up as well.
0.5.7
Corrected url and added logging
Corrected url for slumber and added logging for base url
Updating intervention URL
Updating the configuration to use the right URL/token for intervention endpoint that is retrieved from LMS configuration.