about summary refs log tree commit diff stats
path: root/home-manager/config/grades/config.yaml
blob: 36712971193d38d1bfd5b2a2cd262d3aa706a53c (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
58
59
60
61
62
63
64
65
66
67
68
# für oberstufe
---
unit: Punkte
grade_groups:
  - name: Zeugnis
    weight: '100'
    double_weight_on_class_type: false
  - name: Sonstige
    weight: '1'
    double_weight_on_class_type: true
  - name: Klausur
    weight: '1'
    double_weight_on_class_type: false

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

class_types:
  - name: NebenFach
    double_weight_on_marked_grade_groups: true
  - name: LeistungsKurs
    double_weight_on_marked_grade_groups: false

classes:
  - name: M
    long_name: Mathe
    class_type: LeistungsKurs
  - name: E
    long_name: Englisch
    class_type: LeistungsKurs
  - name: CH
    long_name: Chemie
    class_type: LeistungsKurs

  - name: d
    long_name: Deutsch
    class_type: NebenFach
  - name: g
    long_name: Geschichte
    class_type: NebenFach
  - name: se
    long_name: Sozialkunde/Erdkunde
    class_type: NebenFach
  - name: et
    long_name: Ethik
    class_type: NebenFach
  - name: spj
    long_name: Sport
    class_type: NebenFach
  - name: inf
    long_name: Informatik
    class_type: NebenFach
  - name: ph
    long_name: Phyisk
    class_type: NebenFach
  - name: phi
    long_name: Philosophie
    class_type: NebenFach
  - name: bi
    long_name: Biologie
    class_type: NebenFach