diff --git a/cis/private/lehre/benotungstool/studentenpunkteverwalten.php b/cis/private/lehre/benotungstool/studentenpunkteverwalten.php
index cc7a2b0b7..1b3574096 100644
--- a/cis/private/lehre/benotungstool/studentenpunkteverwalten.php
+++ b/cis/private/lehre/benotungstool/studentenpunkteverwalten.php
@@ -29,6 +29,7 @@ require_once('../../../../include/lehreinheit.class.php');
require_once('../../../../include/benutzerberechtigung.class.php');
require_once('../../../../include/uebung.class.php');
require_once('../../../../include/beispiel.class.php');
+require_once('../../../../include/studentnote.class.php');
require_once('../../../../include/datum.class.php');
?>
@@ -443,6 +444,8 @@ if(isset($_GET['uid']) && $_GET['uid']!='')
if ($ueb_obj->beispiele && is_numeric($_GET['uebung_id']))
{
+ $studentnote = new studentnote($conn,$lehreinheit_id,$stsem,$uid,$uebung_id);
+ echo "Note: ".$studentnote->note." (Gewicht: ".$studentnote->gewicht.")
";
echo "