Skip to content

Commit 6941b15

Browse files
committed
include section
1 parent c0a90cd commit 6941b15

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_docs/instructor/course_settings/rainbow_grades/customization_basics.md

+15
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,21 @@ It can contain the following:
8282
this array will be treated as invalid and ignored. These labels are only displayed
8383
on the instructor's `output.html`.
8484

85+
```json
86+
"section": {
87+
"1": "1",
88+
"2": "2",
89+
"3": "3",
90+
"4": "4",
91+
"5": "5",
92+
"6": "6",
93+
"7": "7",
94+
"8": "8",
95+
"9": "9",
96+
"10": "10"
97+
}
98+
```
99+
85100
* **field:** ``"messages"``
86101
**type:** _array of strings_
87102

0 commit comments

Comments
 (0)