From 10f193e7bf7d9e0d7f09d46f23cbf3c70c1268a7 Mon Sep 17 00:00:00 2001 From: zacharymnp <56311867+zacharymnp@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:03:04 -0400 Subject: [PATCH] finish final_cutoff --- .../rainbow_grades/customization_basics.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/_docs/instructor/course_settings/rainbow_grades/customization_basics.md b/_docs/instructor/course_settings/rainbow_grades/customization_basics.md index 4ef1aab6..bb732335 100644 --- a/_docs/instructor/course_settings/rainbow_grades/customization_basics.md +++ b/_docs/instructor/course_settings/rainbow_grades/customization_basics.md @@ -71,7 +71,22 @@ It can contain the following: **REQUIRED** if using ``"final_grade"`` in ``"display"`` Each grade letter that you want should be associated with the minimum overall semester score required to get that grade. - This array is unrelated to benchmarks. + This array is unrelated to benchmarks. For example: + + ```json + "final_cutoff" : { + "A": 93.0, + "A-": 90.0, + "B+": 87.0, + "B": 83.0, + "B-": 80.0, + "C+": 77.0, + "C": 73.0, + "C-": 70.0, + "D+": 67.0, + "D": 63.0 + } + ``` * **field:** ``"manual_grade"`` **type:** _array of associative arrays_