-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
24 lines (24 loc) · 964 Bytes
/
Copy pathconfig.json.example
File metadata and controls
24 lines (24 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"course_id": "00000",
"assignments": {
"sample_assignment": {
"id": "0000001",
"url": "https://canvas.example.edu/courses/00000/gradebook/speed_grader?assignment_id=0000001",
"sections": ["dl2", "dl3", "dl4"],
"section_urls": {
"dl2": "https://canvas.example.edu/courses/00000/gradebook/speed_grader?assignment_id=0000001",
"dl3": "https://canvas.example.edu/courses/00001/gradebook/speed_grader?assignment_id=0000002",
"dl4": "https://canvas.example.edu/courses/00002/gradebook/speed_grader?assignment_id=0000003"
},
"section_meta": {
"dl2": { "course_id": "00000", "assignment_id": "0000001" },
"dl3": { "course_id": "00001", "assignment_id": "0000002" },
"dl4": { "course_id": "00002", "assignment_id": "0000003" }
},
"max_points": 30,
"comment_min_words": 6,
"comment_max_words": 12,
"comment_style": "firm but encouraging"
}
}
}