Skip to content

Commit

Permalink
finish final_cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharymnp authored Jun 28, 2024
1 parent 6a49214 commit 10f193e
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 10f193e

Please sign in to comment.