Skip to content

Commit

Permalink
add drop lowest description
Browse files Browse the repository at this point in the history
  • Loading branch information
ziesski committed Nov 1, 2023
1 parent 96f9d88 commit 5b7a4dc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _docs/instructor/course_settings/rainbow_grades/manual_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,24 @@ redirect_from:
[SAMPLE_Makefile]: https://github.com/Submitty/RainbowGrades/blob/main/SAMPLE_Makefile
[SAMPLE_customization.json]: https://github.com/Submitty/RainbowGrades/blob/main/SAMPLE_customization.json
[Drop lowest function]
Although it is not yet implemented in web-GUI, RainbowGrades support drop lowest grade.
Directly edit the customization.json file
Here is a example usage, removing one lowest gradeable from given type
```
{
“count”: 8,
“percent”: 0.12,
“type”: “quiz”,
“remove_lowest”: 1,
“ids”: [
{
“max”: 10.0,
“id”: “quiz01",
“percent”: 0.125,
“released”: true
},
...


0 comments on commit 5b7a4dc

Please sign in to comment.