Exemple #1
0
 }
 // Übeprüfung auf buchstaben (keine Zahlen zugelassen)
 if (!ctype_alpha($action)) {
     unset($action);
 }
 // als Tabelle zeigen
 if ($action == "showTable") {
     $progress->setTopic($topic);
     $progress->getProgress();
     $progress->showTable();
 }
 // als Liniendiagramm anzeigen
 if ($action == "showGraph") {
     $progress->setTopic($topic);
     $progress->getProgress();
     $progress->showGraph();
 }
 // als Balkendiagramm anzeigen
 if ($action == "showBalken") {
     $progress->setTopic($topic);
     $progress->getProgress();
     $progress->showBalken();
 }
 if ($action == "showIncorrectAnswers") {
     // Überprüfung / Wertzuweisung
     $lp_id = 0;
     if ($_REQUEST["lp_id"]) {
         $lp_id = abs(intval($_REQUEST["lp_id"]));
     }
     $progress->setTopic($topic);
     $progress->getProgress();