Skip to content

Commit 2aedc73

Browse files
authored
Add VCS sample, change Bulk_Upload to false
1 parent 8729617 commit 2aedc73

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

_docs/instructor/assignment_preparation/upload_gradeable.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ __Other Electronic Types__
7070
"team_size_max": 3,
7171
"inherit_from": "gradeable_id",
7272
},
73-
"bulk_upload": true,
73+
"bulk_upload": false,
7474
"grading_inquiry": {
7575
"grade_inquiry_per_component_allowed": false
7676
},
@@ -83,7 +83,7 @@ __Other Electronic Types__
8383
```json
8484
{
8585
"title": "Testing Json",
86-
"id": "hw-1-1-1222",
86+
"id": "hw-bulk-upload",
8787
"type": "Electronic File",
8888
"bulk_upload": true,
8989
"syllabus_bucket": "Homework"
@@ -93,8 +93,21 @@ __Other Electronic Types__
9393
```json
9494
{
9595
"title": "Checkpoints Gradeable",
96-
"id": "hw-1-1-1222",
96+
"id": "hw-checkpoints",
9797
"type": "Checkpoints",
9898
"syllabus_bucket": "Homework"
9999
}
100100
```
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+
}

0 commit comments

Comments
 (0)