mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
i
This commit is contained in:
@@ -118,7 +118,7 @@ class studentnote
|
||||
$note_x_gewicht_l1 += ($s->note * $ueb1->gewicht);
|
||||
$gewichte_l1 += $ueb1->gewicht;
|
||||
}
|
||||
else
|
||||
else
|
||||
$fehlt = true;
|
||||
}
|
||||
}
|
||||
@@ -185,11 +185,16 @@ class studentnote
|
||||
else
|
||||
{
|
||||
if($ueb->load_studentuebung($student_uid, $uebung_id))
|
||||
{
|
||||
$this->note = $ueb->note;
|
||||
$this->gewicht = $ueb->gewicht;
|
||||
return true;
|
||||
}
|
||||
{
|
||||
$this->note = $ueb->note;
|
||||
$this->gewicht = $ueb->gewicht;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->note = null;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user