-
Notifications
You must be signed in to change notification settings - Fork 1
/
grading.yml
88 lines (76 loc) · 2.32 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
templates:
1: &manual
type: float
subgrades:
points: integer
late_1_day: boolean
late_4_day: boolean
way_late: boolean
hide_calculated: false
grades:
module_1:
<<: *manual
calculation: "[(points) * 9.0 / 35.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
module_2:
<<: *manual
calculation: "[(points) * 9.0 / 25.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
module_3:
<<: *manual
calculation: "[(points) * 9.0 / 29.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
module_4:
<<: *manual
calculation: "[(points) * 9.0 / 10.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
module_5:
<<: *manual
calculation: "[(points) * 9.0 / 14.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
aggarwal_1:
<<: *manual
calculation: "[(points) * 9.0 / 15.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
aggarwal_7:
<<: *manual
calculation: "[(points) * 9.0 / 6.0 + 1, way_late == -1 && 1 || 10, late_1_day == -1 && 7 || 10, late_4_day == -1 && 5.5 || 10].min"
tentamen:
type: float
subgrades:
points: integer
calculation: points * 9.0 / 58.0 + 1.0
is_test: true
hertentamen:
type: float
subgrades:
points: integer
calculation: points * 9.0 / 58.0 + 1.0
is_test: true
calculation:
eindcijfer:
tentamen: 40
opdrachten: 55
boek: 5
herkansingscijfer:
hertentamen: 40
opdrachten: 55
boek: 5
opdrachten:
show_progress: true
minimum: 5.5
submits:
module_1: 1
module_2: 1
module_3: 1
module_4: 1
module_5: 1
boek:
show_progress: true
submits:
aggarwal_1: 1
aggarwal_7: 1
tentamen:
show_progress: true
minimum: 5.5
submits:
tentamen: 1
hertentamen:
show_progress: true
minimum: 5.5
submits:
hertentamen: 1