File tree 1 file changed +16
-3
lines changed
_docs/instructor/assignment_preparation
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ __Other Electronic Types__
70
70
"team_size_max" : 3 ,
71
71
"inherit_from" : " gradeable_id" ,
72
72
},
73
- "bulk_upload" : true ,
73
+ "bulk_upload" : false ,
74
74
"grading_inquiry" : {
75
75
"grade_inquiry_per_component_allowed" : false
76
76
},
@@ -83,7 +83,7 @@ __Other Electronic Types__
83
83
``` json
84
84
{
85
85
"title" : " Testing Json" ,
86
- "id" : " hw-1-1-1222 " ,
86
+ "id" : " hw-bulk-upload " ,
87
87
"type" : " Electronic File" ,
88
88
"bulk_upload" : true ,
89
89
"syllabus_bucket" : " Homework"
@@ -93,8 +93,21 @@ __Other Electronic Types__
93
93
``` json
94
94
{
95
95
"title" : " Checkpoints Gradeable" ,
96
- "id" : " hw-1-1-1222 " ,
96
+ "id" : " hw-checkpoints " ,
97
97
"type" : " Checkpoints" ,
98
98
"syllabus_bucket" : " Homework"
99
99
}
100
100
```
101
+ #### Sample VCS Template
102
+ ``` json
103
+ {
104
+ "title" : " VCS Gradeable" ,
105
+ "id" : " hw-vcs" ,
106
+ "type" : " Electronic File" ,
107
+ "syllabus_bucket" : " Homework" ,
108
+ "vcs" : {
109
+ "repository_type" : " submitty-hosted" ,
110
+ "vcs_path" : " http://localhost:1511/path/to/repository" ,
111
+ "vcs_subdirectory" : " subdirectory"
112
+ },
113
+ }
You can’t perform that action at this time.
0 commit comments