Skip to content

Commit 10f193e

Browse files
authored
finish final_cutoff
1 parent 6a49214 commit 10f193e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

_docs/instructor/course_settings/rainbow_grades/customization_basics.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,22 @@ It can contain the following:
7171
**REQUIRED** if using ``"final_grade"`` in ``"display"``
7272

7373
Each grade letter that you want should be associated with the minimum overall semester score required to get that grade.
74-
This array is unrelated to benchmarks.
74+
This array is unrelated to benchmarks. For example:
75+
76+
```json
77+
"final_cutoff" : {
78+
"A": 93.0,
79+
"A-": 90.0,
80+
"B+": 87.0,
81+
"B": 83.0,
82+
"B-": 80.0,
83+
"C+": 77.0,
84+
"C": 73.0,
85+
"C-": 70.0,
86+
"D+": 67.0,
87+
"D": 63.0
88+
}
89+
```
7590

7691
* **field:** ``"manual_grade"``
7792
**type:** _array of associative arrays_

0 commit comments

Comments
 (0)