diff --git a/src/pages/student/practice/Test.tsx b/src/pages/student/practice/Test.tsx index 42fa009..3f7a47d 100644 --- a/src/pages/student/practice/Test.tsx +++ b/src/pages/student/practice/Test.tsx @@ -1170,6 +1170,7 @@ export const Test = () => { const handleQuitExam = () => { useExamConfigStore.getState().clearPayload(); quitExam(); + navigate("/student/home", { replace: true }); }; const toggleEliminate = (questionId: string, optionId: string) => {