This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgrading.yml
143 lines (135 loc) · 3.25 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
templates:
1: &fullyauto
type: pass
subgrades:
correctness: integer
automatic:
correctness: (check_score * 5).floor
calculation: -(correctness/5)
hide_calculated: true
2: &automatic
type: float
subgrades:
correctness: integer
design: integer
style: integer
automatic:
correctness: (check_score * 5).floor
style: style_score
calculation: ((3 * correctness + 2 * design + 1 * style - 6) * 0.375 + 1).round(1)
hide_calculated: true
grades:
scratch:
<<: *fullyauto
calculation: -((correctness+1)/5)
hello: *fullyauto
water: *fullyauto
mario_less: *automatic
mario_more: *automatic
cash: *automatic
credit: *automatic
initials_less: *fullyauto
initials_more: *fullyauto
caesar: *automatic
vigenere: *automatic
crack: *automatic
music: *automatic
fifteen: *automatic
find_less: *automatic
find_more: *automatic
whodunit:
type: float
subgrades:
correctness: integer
calculation: (correctness / 5.0 * 9 + 1).round(1)
hide_calculated: true
resize_less: *automatic
resize_more: *automatic
recover: *automatic
quiz1:
type: pass
subgrades:
points: integer
calculation: points >= 24 && -1 || 0
resit1:
type: pass
subgrades:
points: integer
calculation: points >= 16 && -1 || 0
speller: *automatic
homepage:
type: float
hide_calculated: true
sentimental: *fullyauto
bleep: *automatic
simil_less: *automatic
simil_more: *automatic
survey: *automatic
finance: *automatic
adventure: *automatic
quiz2:
type: pass
subgrades:
points: integer
calculation: points >= 18 && -1 || 0
resit2:
type: pass
subgrades:
points: integer
calculation: points >= 17 && -1 || 0
calculation:
p1normal:
quiz1: 0
psets1: 100
p1resit:
resit1: 0
psets1: 100
p2normal:
quiz2: 0
psets2: 100
p2resit:
resit2: 0
psets2: 100
psets1:
drop: correctness
submits:
scratch: 0
hello: 0
water: 0
mario: [12.5, mario, mario_more]
cash-credit: [12.5, cash, credit]
# initials weggelaten ivm problemen met "max" van pass/fail cijfer berekenen
# initials: [0, initials-less, initials_more]
caesar: 12.5
vigenere-crack: [12.5, vigenere, crack]
# accepteert nu nog music als alternatief
fifteen: [12.5, fifteen, music]
find: [12.5, find_less, find_more]
whodunit: 0
resize: [12.5, resize_less, resize_more]
recover: 12.5
psets2:
submits:
sentimental: 0
bleep: 15
adventure: 30
homepage: 0
similarities: [15, simil-less, simil-more]
survey: 15
finance: 20
quiz1:
required: true
submits:
quiz1: 1
resit1:
required: true
submits:
resit1: 1
quiz2:
required: true
submits:
quiz2: 1
resit2:
required: true
submits:
resit2: 1