summary refs log tree commit diff stats
path: root/hm/grades/config.yaml
blob: d80516af8b16691a8b369d0150360d090fa5bb28 (plain) (blame)
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
# für oberstufe
---
unit: Punkte
grade_groups:
  - name: Zeugnis
    weight: '100'
  - name: Sonstige
    weight: '1'
  - name: Klausur
    weight: '1'

grade_types:
  - name: Zeugnis
    group: Zeugnis
  - name: Klausur
    group: Klausur
  - name: Epo
    group: Sonstige
  - name: Test
    group: Sonstige

class_types:
  - name: NebenFach
  - name: LeistungsKurs

classes:
  - name: M
    long_name: Mathe
    class_type: LeistungsKurs
  - name: EK
    long_name: Erdkunde
    class_type: LeistungsKurs
  - name: PH
    long_name: Physik
    class_type: LeistungsKurs

  - name: d
    long_name: Deutsch
    class_type: NebenFach
  - name: g
    long_name: Geschichte
    class_type: NebenFach
  - name: mu
    long_name: Musik
    class_type: NebenFach
  - name: rel
    long_name: Religion
    class_type: NebenFach
  - name: spj
    long_name: Sport
    class_type: NebenFach
  - name: inf
    long_name: Informatik
    class_type: NebenFach
  - name: e
    long_name: Englisch
    class_type: NebenFach