diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php
index 6c34c8405..7d63cf198 100644
--- a/rdf/diplomasupplement.xml.php
+++ b/rdf/diplomasupplement.xml.php
@@ -279,6 +279,32 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
break;
}
+ //Anforderungen durch Lernergebnisse des Studiums ersetzen
+
+ // Überprüfen, ob addon studiengangsverwaltung aktiv ist
+ $addon_obj = new addon();
+ $addonStgAktiv = $addon_obj->checkActiveAddon("studiengangsverwaltung");
+
+ if($addonStgAktiv)
+ {
+ echo '1';
+
+ require_once('../addons/studiengangsverwaltung/include/qualifikationsziel.class.php');
+ $qualifikationsziel = new qualifikationsziel();
+ $qualifikationsziel->getAll($studienordnung_id);
+ if (isset($qualifikationsziel->result[0]))
+ {
+ $qualifikation_beschreibung = $qualifikationsziel->result[0]->data[1]->elements[0];
+ echo "$qualifikation_beschreibung";
+ }
+
+ }
+ else
+ echo '0';
+
+
+
+
if($row->typ=='d')
{
echo ' UNESCO ISCED 7';