about summary refs log tree commit diff stats
path: root/hm/soispha/conf/grades/config.yaml
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-23 19:30:58 +0100
committerSoispha <soispha@vhack.eu>2024-02-23 19:30:58 +0100
commit2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9 (patch)
tree711f7df91133a5453a4484917b369b4b198ba77d /hm/soispha/conf/grades/config.yaml
parentfeat(sys/nixos_git_rev): Add a file with the current git reverence (diff)
downloadnixos-config-2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9.zip
refactor(treewide): Remove my unused binaries
These are:
        - grades (only last references)
        - video_pause
        - lf_rename
Diffstat (limited to 'hm/soispha/conf/grades/config.yaml')
-rw-r--r--hm/soispha/conf/grades/config.yaml68
1 files changed, 0 insertions, 68 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