diff --git a/include/functions.php b/include/functions.php index 210dc27e..0eb2493e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2596,6 +2596,14 @@ if ($msgalert) msgalert("cheaterbox.php",$text, "blue"); } } + + //show the exam info + $examRepository = new \App\Repositories\ExamRepository(); + $matchExams = $examRepository->listMatchExam($CURUSER['id']); +// if ($matchExams->isNotEmpty()) { +// dd($matchExams); +// } + } if ($offlinemsg) {