-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs.yaml
79 lines (65 loc) · 1.59 KB
/
configs.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
github_repo: "[email protected]:dsc-courses/dsc80-2024-sp-grades.git" # <organization/personal account name>/<repo name>.git
gradescope_credentials:
email: "[email protected]"
password: "tWd2bii8qs3mSY" # make sure to delete this line before pushing to github
course_info:
course_id: 759147
assignment_id: 4549419
roster_path: "../data/DSC_80_Spring_2024_grades.csv"
data_path:
grades_filename: "../data/DSC_80_Spring_2024_grades.csv"
labs:
num_labs: 9 # number of labs to include for the current report
max_labs: 9 # total number of labs in this class
projects:
num_projects: 4
max_projects: 4
num_checkpoints: 5
max_checkpoints: 5
exams:
midterm:
enabled: true
versions:
- "A"
- "B"
bonus: 0
final:
enabled: true
versions:
- "A"
- "B"
bonus: 0
container_id: 104185
container_path: "../data/Final_Exam_Version_Set_Scores.zip"
discussions:
num_discussions_attendence_required: 7
num_lecture_attendence_required: 14
drop_policy:
num_drops: 1
could_drop:
- "lab"
assignment_weights:
lab: 0.20
project: 0.25
project_checkpoint: 0.05
midterm_exam: 0.20
final_exam: 0.30
discussion: 0.00
# discussion_or_lecture_assignment_weights:
# lab: 0.20
# project: 0.25
# project_checkpoint: 0.05
# midterm_exam: 0.175
# final_exam: 0.275
# discussion: 0.05
# discussion_and_lecture_assignment_weights:
# lab: 0.20
# project: 0.25
# project_checkpoint: 0.05
# midterm_exam: 0.15
# final_exam: 0.25
# discussion: 0.1
max_discussion_offset: 0.05
max_lecture_offset: 0.05
extra_credit:
overall: 0.00