-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrading.yml
62 lines (55 loc) · 1.14 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
templates:
1: &automatisch
type: pass
subgrades:
akkoord: boolean
automatic:
akkoord: -(correctness_score.floor)
calculation: akkoord
auto_publish: true
hide_calculated: true
2: &cijfer
type: float
subgrades:
cijfer: float
calculation: cijfer
hide_calculated: true
is_test: true
3: &aftekenen
type: pass
subgrades:
akkoord: boolean
calculation: akkoord
hide_subgrades: true
grades:
movies: *automatisch
fiftyville: *automatisch
pandas:
<<: *aftekenen
deadline: 13/01/25 11:00
sql: *aftekenen
pup:
<<: *aftekenen
deadline: 27/01/25 11:00
project: *cijfer
calculation:
eindcijfer:
opdrachten: 23
project: 77
opdrachten:
show_progress: true
type: points
submits:
pandas: 1
sql: 1
pup: 1
ingeleverd:
show_overview: true
deadline: 20/01/25 11:00
submits:
movies: 1
fiftyville: 1
project:
show_progress: true
submits:
project: 1