-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgrading.yml
More file actions
78 lines (65 loc) · 1.36 KB
/
grading.yml
File metadata and controls
78 lines (65 loc) · 1.36 KB
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
templates:
1: &check
hide_calculated: true
type: integer
subgrades:
completely_correct: boolean
mostly_correct: boolean
insufficient: boolean
checkpy: integer
automatic:
checkpy: correctness_score
calculation: "[insufficient == -1 && 0 || -10, mostly_correct == -1 && 2 || -10, completely_correct == -1 && 3 || -10].max"
2: &testt
type: pass
subgrades:
passed: boolean
checkpy: integer
automatic:
checkpy: correctness_score
calculation: passed
hide_calculated: true
grades:
algorithms:
<<: *check
numbers:
<<: *check
text:
<<: *check
integrals:
<<: *check
bigdata-en:
<<: *check
statistics-en:
<<: *check
movement:
<<: *check
exam7:
<<: *testt
exam8:
<<: *testt
assignments:
show_progress: true
submits:
algorithms: 1
numbers: 1
text: 1
integrals: 1
bigdata-en: 1
movement: 0
required: true
exam7:
show_progress: true
submits:
exam7: 1
required: true
exam8:
show_progress: true
submits:
exam8: 1
required: true
calculation:
finalgrade1:
exam7: 1
finalgrade2:
exam8: 1