aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/grades
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/grades')
-rw-r--r--hm/soispha/conf/grades/config.yaml68
-rw-r--r--hm/soispha/conf/grades/default.nix3
2 files changed, 0 insertions, 71 deletions
diff --git a/hm/soispha/conf/grades/config.yaml b/hm/soispha/conf/grades/config.yaml
deleted file mode 100644
index 36712971..00000000
--- a/hm/soispha/conf/grades/config.yaml
+++ /dev/null
@@ -1,68 +0,0 @@
-# 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
diff --git a/hm/soispha/conf/grades/default.nix b/hm/soispha/conf/grades/default.nix
deleted file mode 100644
index d2678174..00000000
--- a/hm/soispha/conf/grades/default.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{...}: {
- xdg.configFile."grades/config.yaml".source = ./config.yaml;
-}