-
Notifications
You must be signed in to change notification settings - Fork 2
/
grading.yml
73 lines (63 loc) · 1.64 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
templates:
1: &aftekenen
subgrades:
akkoord: boolean
calculation: akkoord
hide_subgrades: true
2: &punten
type: points
subgrades:
punten: integer
calculation: punten
hide_subgrades: true
3: &tentamen
type: float
subgrades:
akkoord: boolean
punten: float
calculation: punten
is_test: true
hide_calculated: true
4: &automatisch
subgrades:
akkoord: boolean
calculation: akkoord
hide_subgrades: true
automatic:
akkoord: -(correctness_score.floor)
auto_publish: true
grades:
pidac: *punten
hardware: *aftekenen
big-picture: *aftekenen
binary: *aftekenen
carpentry-files: *aftekenen
security: *aftekenen
opsys: *aftekenen
carpentry-pipelines: *aftekenen
unix-tools: *aftekenen
multimedia: *aftekenen
binaire-representatie: *aftekenen
text: *aftekenen
formaten: *aftekenen
regex-intro: *aftekenen
chatbots: *aftekenen
carpentry-finding: *aftekenen
grep: *aftekenen
web-lecture: *aftekenen
homepage: *aftekenen
internet: *aftekenen
json: *aftekenen
scraping: *aftekenen
movies: *aftekenen
fiftyville: *aftekenen
tentamen-commands: *tentamen
tentamen-oneliners: *tentamen
tentamen-regexes: *tentamen
tentamen-scraping: *tentamen
tentamen-databases: *tentamen
hertentamen-commands: *tentamen
hertentamen-oneliners: *tentamen
hertentamen-regexes: *tentamen
hertentamen-scraping: *tentamen
hertentamen-databases: *tentamen