fix(test): fix quit test logic
This commit is contained in:
@ -1170,6 +1170,7 @@ export const Test = () => {
|
||||
const handleQuitExam = () => {
|
||||
useExamConfigStore.getState().clearPayload();
|
||||
quitExam();
|
||||
navigate("/student/home", { replace: true });
|
||||
};
|
||||
|
||||
const toggleEliminate = (questionId: string, optionId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user