-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrading.yml
116 lines (104 loc) · 2.35 KB
/
grading.yml
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
templates:
1: &check-auto
hide_calculated: true
type: pass
subgrades:
correct: boolean
checkpy: float
automatic:
checkpy: correctness_score
calculation: correct
3: &testt
type: float
subgrades:
grade: float
checkpy: float
automatic:
checkpy: correctness_score
calculation: grade
hide_calculated: true
4: &graded-man
hide_calculated: true
type: float
subgrades:
code_quality: integer
correctness: integer
calculation: "1.0 + 9.0 * (3.0 * correctness + 2.0 * code_quality - 5.0) / 20.0"
5: &graded-auto
hide_calculated: true
type: float
subgrades:
code_quality: integer
correctness: integer
checkpy: float
automatic:
checkpy: correctness_score
calculation: "1.0 + 9.0 * (3.0 * correctness + 2.0 * code_quality - 5.0) / 20.0"
grades:
algorithms:
<<: *check-auto
deadline: 11/09/24 23:59
pr-greedy:
<<: *check-auto
integrals:
<<: *check-auto
deadline: 18/09/24 23:59
bigdata-en:
<<: *check-auto
deadline: 25/09/24 23:59
mcs_practice1:
<<: *testt
mcs_practice2:
<<: *testt
mcs_practice_3:
<<: *testt
monopoly-en:
<<: *graded-auto
deadline: 07/10/24 23:59
shakespeare:
<<: *graded-auto
deadline: 17/10/24 23:59
survival:
<<: *graded-man
deadline: 17/10/24 23:59
exam1: *testt
exam2: *testt
training-modules:
show_progress: true
submits:
algorithms: 0
integrals: 0
bigdata-en: 0
required: true
graded-modules:
show_progress: true
submits:
monopoly-en: 1
shakespeare: 1
survival: 1
required: true
extra:
show_progress: true
submits:
pr-greedy: 0
mcs_practice1: 0
mcs_practice2: 0
mcs_practice_3: 0
required: false
exam1:
show_progress: true
submits:
exam1: 1
required: true
exam2:
show_progress: true
submits:
exam2: 1
required: true
calculation:
final1:
exam1: 1
graded-modules: 1
final2:
exam2: 1
graded-modules: 1