Skip to content

Commit 5f37d8e

Browse files
authored
[Documentation:InstructorUI] fix drop lowest description (#564)
![Screen Shot 2023-11-11 at 11 34 43 PM](https://github.com/Submitty/submitty.github.io/assets/123261952/788a8d0f-b7ec-492a-9957-00af57c4a113) It was missing a delimiter, now it does
1 parent a585109 commit 5f37d8e

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

_docs/instructor/course_settings/rainbow_grades/manual_setup.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,22 @@ redirect_from:
184184
Although it is not yet implemented in web-GUI, RainbowGrades support drop lowest grade.
185185
Directly edit the customization.json file
186186
Here is a example usage, removing one lowest gradeable from given type
187-
```
187+
188+
```json
188189
{
189-
“count”: 8,
190-
“percent”: 0.12,
191-
“type”: “quiz”,
192-
“remove_lowest”: 1,
193-
“ids”: [
194-
{
195-
“max”: 10.0,
196-
“id”: “quiz01",
197-
“percent”: 0.125,
198-
“released”: true
199-
},
200-
...
190+
"count": 8,
191+
"percent": 0.12,
192+
"type": "quiz",
193+
"remove_lowest": 1,
194+
"ids": [
195+
{
196+
"max": 10.0,
197+
"id": "quiz01",
198+
"percent": 0.125,
199+
"released": true
200+
}
201+
]
202+
}
203+
```
201204

202205

0 commit comments

Comments
 (0)