Skip to content

Commit 92ac73f

Browse files
[Bugfix:InstructorUI] Valid Gradeable Syllabus Bucket Examples (#669)
Small updates related to gradable preparation examples. The current examples display `Homework` as a viable syllabus bucket option, but the backend expects `homework`. This is associated with the upcoming updates in Submitty/Submitty#11544.
1 parent 8e1aa7b commit 92ac73f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: _docs/instructor/assignment_preparation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Below is the list of parameters downloaded. VCS and Team Gradeable are only down
278278
"grade_inquiry_per_component_allowed": false,
279279
"ta_grading": false,
280280
"discussion_thread_id": "thread_id",
281-
"syllabus_bucket": "Homework",
281+
"syllabus_bucket": "homework",
282282
"autograding_config_path": "path/to/config",
283283
"dates": {
284284
"ta_view_start_date": "2024-1-10 23:59:59.00",

Diff for: _docs/instructor/assignment_preparation/upload_gradeable.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Four digit year, one or two digit month, two digit day, two digit hour, minute,
8888
#### Other
8989
* ta_grading -- If the TA will grade any/all of the assignments (Default false)
9090
* discussion_thread_id -- The thread ID if using forums (Default none)
91-
* syllabus_bucket -- (Default "Homework")
91+
* syllabus_bucket -- (Default "homework")
9292
#### All variables
9393
```json
9494
{
@@ -110,7 +110,7 @@ Four digit year, one or two digit month, two digit day, two digit hour, minute,
110110
"grade_inquiry_per_component_allowed": false,
111111
"ta_grading": false,
112112
"discussion_thread_id": "thread_id",
113-
"syllabus_bucket": "Homework",
113+
"syllabus_bucket": "homework",
114114
"dates": {
115115
"ta_view_start_date": "2024-1-10 23:59:59",
116116
"submission_open_date": "2024-1-10 23:59:59",
@@ -135,7 +135,7 @@ Four digit year, one or two digit month, two digit day, two digit hour, minute,
135135
"id": "hw-bulk-upload",
136136
"type": "Electronic File",
137137
"bulk_upload": true,
138-
"syllabus_bucket": "Homework"
138+
"syllabus_bucket": "homework"
139139
}
140140
```
141141
#### Sample Checkpoints Template
@@ -144,7 +144,7 @@ Four digit year, one or two digit month, two digit day, two digit hour, minute,
144144
"title": "Checkpoints Gradeable",
145145
"id": "hw-checkpoints",
146146
"type": "Checkpoints",
147-
"syllabus_bucket": "Homework"
147+
"syllabus_bucket": "homework"
148148
}
149149
```
150150
#### Sample VCS Template
@@ -153,7 +153,7 @@ Four digit year, one or two digit month, two digit day, two digit hour, minute,
153153
"title": "VCS Gradeable",
154154
"id": "hw-vcs",
155155
"type": "Electronic File",
156-
"syllabus_bucket": "Homework",
156+
"syllabus_bucket": "homework",
157157
"vcs": {
158158
"repository_type": "submitty-hosted",
159159
"vcs_path": "http://localhost:1511/path/to/repository",

Diff for: _docs/instructor/course_settings/rainbow_grades/customization_basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The display field specifies what will be shown in the output HTML and individual
2424
It can contain the following:
2525

2626
* ``"instructor_notes"``: Shows notes for early warnings, plagiarism, etc. only to the instructor
27-
* ``"grade_summary"``: Shows the overall score and score for each syllabus bucket (e.g. Homework)
27+
* ``"grade_summary"``: Shows the overall score and score for each syllabus bucket (e.g. homework)
2828
* ``"grade_details"``: Shows the score for each gradeable
2929
* ``"section"``: Show the students' registration section.
3030
* ``"messages"``: Show a text message at the top of the page.

0 commit comments

Comments
 (0)