start show exam

This commit is contained in:
xiaomlove
2021-04-25 03:23:39 +08:00
parent 0c5f3d935d
commit 512af7511d

View File

@@ -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)
{