Skip to content

Commit c0f8cd0

Browse files
committed
extend display and include messages
1 parent 6941b15 commit c0f8cd0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

_docs/instructor/course_settings/rainbow_grades/customization_basics.md

+20
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,26 @@ It can contain the following:
2626
* ``"instructor_notes"``: Shows notes for early warnings, plagiarism, etc. only to the instructor
2727
* ``"grade_summary"``: Shows the overall score and score for each syllabus bucket (e.g. Homework)
2828
* ``"grade_details"``: Shows the score for each gradeable
29+
* ``"section"``: Show the students' registration section.
30+
* ``"messages"``: Show a text message at the top of the page.
2931
* ``"final_grade"``: Shows final grade letters and some statistics about the final grade distribution.
32+
* ``"manual_grade"``: Manually assign final grades to specific students.
3033
* ``"exam_seating"``: Shows exam seating assignments. To display the assignment on the Submitty course homepage,
3134
the instructor should make sure "Display Rainbow Grades Custom Message" is enabled in "Course Settings" on the Submitty
3235
course page.
3336
* ``"display_rank_to_individual"``: Shows each student's rank in the course, independent of section.
3437

38+
```json
39+
"display": [
40+
"grade_summary",
41+
"grade_details",
42+
"section",
43+
"messages",
44+
"final_grade",
45+
"manual_grade"
46+
]
47+
```
48+
3549
* **field:** ``"display_benchmark"``
3650
**type:** _array of strings_
3751
**REQUIRED** if using ``"curve"`` in ``"gradeables"`` described below
@@ -103,6 +117,12 @@ It can contain the following:
103117
These messages will be displayed at the top of the instructor summary and each
104118
student's individual Rainbow Grades report.
105119

120+
```json
121+
"messages": [
122+
"Example message"
123+
]
124+
```
125+
106126
* **field:** ``"final_cutoff"``
107127
**type:** _associative array / mapping from string to float_
108128
**REQUIRED** if using ``"final_grade"`` in ``"display"``

0 commit comments

Comments
 (0)