Browse Source

sprachen abfragen

hmt 9 years ago
parent
commit
a955cf6d5b
1 changed files with 16 additions and 0 deletions
  1. 16 0
      lib/schild.rb

+ 16 - 0
lib/schild.rb

@@ -464,6 +464,22 @@ module SchildErweitert
       self.PruefungBestanden == "+"
     end
     alias_method :pruefung_bestanden?, :bestanden_abi?
+
+    def latinum?
+      self.Latinum == "+"
+    end
+
+    def kl_latinum?
+      self.KlLatinum == "+"
+    end
+
+    def graecum?
+      self.Graecum == "+"
+    end
+
+    def hebraicum?
+      self.Hebraicum == "+"
+    end
   end
 
   # Assoziation für die jeweiligen Abi-Prüfungsfächer