diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php index a3bf39da8..4ef46c453 100644 --- a/include/tw/abgabe_lektor_benotung.php +++ b/include/tw/abgabe_lektor_benotung.php @@ -366,31 +366,31 @@ else //Feld Umrechnung Punkte=>Note $maxY=620; - $maxX=40; + $maxX=30; $pdf->SetFont('Arial','',10); $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'Kriterien:'); - $pdf->SetFont('Arial','',7); - $maxX +=120; + $pdf->SetFont('Arial','',8); + $maxX +=55; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'0 - 50 Pkte = 5',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'Ergebnis <= 50 Pkte = 5',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'51 - 64 Pkte = 4',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'50 < Ergebnis < 65 = 4',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'65 - 77 Pkte = 3',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'65 <= Ergebnis < 78 = 3',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'78 - 90 Pkte = 2',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'78 <= Ergebnis < 91 = 2',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'91 - 100 Pkte = 1',1,'C',0); + $pdf->MultiCell(95,12,'91 Pkte <= Ergebnis = 1',1,'C',0); $maxY=$pdf->GetY(); - $maxX=160; - $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(240,12,'1 Gruppe < 50 Punkte => Bachelorarbeit gesamt negativ','LB','L',0); - $maxX +=240; + $maxX=85; + $pdf->SetXY($maxX,$maxY); + $pdf->MultiCell(315,12,'1 Gruppe < 50 Punkte => Masterarbeit gesamt negativ','LB','L',0); + $maxX +=315; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'','TB','C',0); $maxX +=80; @@ -400,10 +400,10 @@ else //Zeile Note und Unterschrift $pdf->SetFont('Arial','',11); $maxY+=25; - $maxX=+40; + $maxX=+30; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'Note: '.$note,0,'L',0); - $maxX=+40; + $maxX=+50; $maxY=$pdf->GetY(); $pdf->SetXY($maxX,$maxY); $maxX +=300; @@ -657,26 +657,26 @@ else $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'Kriterien:'); $pdf->SetFont('Arial','',8); - $maxX +=130; + $maxX +=55; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'0 - 50 Pkte = 5',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'Ergebnis <= 50 Pkte = 5',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'51 - 64 Pkte = 4',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'50 < Ergebnis < 65 = 4',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'65 - 77 Pkte = 3',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'65 <= Ergebnis < 78 = 3',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'78 - 90 Pkte = 2',1,'C',0); - $maxX +=80; + $pdf->MultiCell(95,12,'78 <= Ergebnis < 91 = 2',1,'C',0); + $maxX +=95; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(80,12,'91 - 100 Pkte = 1',1,'C',0); + $pdf->MultiCell(95,12,'91 Pkte <= Ergebnis = 1',1,'C',0); $maxY=$pdf->GetY(); - $maxX=160; + $maxX=85; $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(240,12,'1 Gruppe < 50 Punkte => Masterarbeit gesamt negativ','LB','L',0); - $maxX +=240; + $pdf->MultiCell(315,12,'1 Gruppe < 50 Punkte => Masterarbeit gesamt negativ','LB','L',0); + $maxX +=315; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(80,12,'','TB','C',0); $maxX +=80;