-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.default
59 lines (56 loc) · 1013 Bytes
/
config.yaml.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
db: ../dashboard.db
gradescope:
gs_login: '[email protected]'
gs_pwd: 'letmein123!'
use_threads: false
show: true
semesters:
- Fall 2023
enabled: true
canvas:
api_key: 123456
site: canvas.edu
course_ids:
- 123
- 456
show: true
enabled: true
active_only: false
include:
- students
- assignments
- summaries
- submissions
rubric:
1234:
midterm1:
substring: Midterm 1
points: 15
max_score: 80
max_extra_credit: 0
source: Gradescope
midterm2:
substring: Midterm 2
points: 15
max_score: 80
max_extra_credit: 0
source: Gradescope
homeworks:
substring: Homework
points: 40
source: Gradescope
quizzes:
substring: review
points: 2
source: Canvas
proposal:
substring: Project Proposal
points: 2
source: Gradescope
project:
substring: Final Project
points: 28
source: gradescope
ec:
substring: Extra Credit
points: 1