diff options
author | ene <ene@sils.li> | 2023-03-05 12:19:51 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-05 12:19:51 +0100 |
commit | 009eaa96506febe34d0199f7954174be7bbfdf66 (patch) | |
tree | 64cf52d239ea31a27381237eaaa0b322cb26b375 | |
parent | Fix(hm/conf/yambar): Use /srv instead of / for disk size (diff) | |
download | nixos-config-009eaa96506febe34d0199f7954174be7bbfdf66.tar.gz nixos-config-009eaa96506febe34d0199f7954174be7bbfdf66.zip |
Fix(hm/conf/grades): Update to new conf file
-rw-r--r-- | home-manager/config/grades/config.yaml | 102 |
1 files changed, 53 insertions, 49 deletions
diff --git a/home-manager/config/grades/config.yaml b/home-manager/config/grades/config.yaml index ebbc61f8..d4a865e9 100644 --- a/home-manager/config/grades/config.yaml +++ b/home-manager/config/grades/config.yaml @@ -1,59 +1,63 @@ +# für oberstufe --- -# The unit of your grades. -# This can also be specified -# on a per grade basis on the command line unit: Punkte - -# List of the possible grade groups -# -# name: -# This is the name used below -# -# weight: -# This is the weight applied to all grades form the group -# when calculation the average (see https://en.wikipedia.org//wiki/Weighted_arithmetic_mean for a explanation). grade_groups: - - name: major - weight: '2' - - name: minor + - name: Zeugnis + weight: '100' + - name: Sonstige + weight: '1' + - name: Klausur weight: '1' -# List of the types of grades. -# -# name: -# This is the name used on the command line. -# NB: The name is case sensitive. -# -# group: -# This is used when calculating the average, to group multiple types together. -# You might want to use separate types to keep grades ordered, -# but calculate their average as one. -# The value is one of the names you declared in the grade_group section. grade_types: - - name: graded-homework - group: minor - - name: exam - group: major - - name: oral-mark - group: minor + - name: Zeugnis + group: Zeugnis + - name: Klausur + group: Klausur + - name: Epo + group: Sonstige + - name: Test + group: Sonstige -# List of the types of Classes -# -# name: -# The name used below class_types: - - name: subsidiary-subject - - name: intensified-course + - name: NebenFach + - name: LeistungsKurs -# List of classes -# -# name: -# The name used on the cli -# -# class_type: -# The name of the class type you declared above classes: - - name: Math - class_type: intensified-course2 - - name: English - class_type: subsidiary-subject + - 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 |