We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a90cd commit 6941b15Copy full SHA for 6941b15
_docs/instructor/course_settings/rainbow_grades/customization_basics.md
@@ -82,6 +82,21 @@ It can contain the following:
82
this array will be treated as invalid and ignored. These labels are only displayed
83
on the instructor's `output.html`.
84
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
+
100
* **field:** ``"messages"``
101
**type:** _array of strings_
102
0 commit comments