@@ -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" ,
0 commit comments