We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a49214 commit 10f193eCopy full SHA for 10f193e
_docs/instructor/course_settings/rainbow_grades/customization_basics.md
@@ -71,7 +71,22 @@ It can contain the following:
71
**REQUIRED** if using ``"final_grade"`` in ``"display"``
72
73
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.
+ 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
+ ```
90
91
* **field:** ``"manual_grade"``
92
**type:** _array of associative arrays_
0 commit comments