Compare commits
2 Commits
d2edafdf77
...
da408dcb5d
| Author | SHA1 | Date | |
|---|---|---|---|
| da408dcb5d | |||
| d7fb618e6f |
@ -1170,6 +1170,7 @@ export const Test = () => {
|
|||||||
const handleQuitExam = () => {
|
const handleQuitExam = () => {
|
||||||
useExamConfigStore.getState().clearPayload();
|
useExamConfigStore.getState().clearPayload();
|
||||||
quitExam();
|
quitExam();
|
||||||
|
navigate("/student/home", { replace: true });
|
||||||
};
|
};
|
||||||
|
|
||||||
const toggleEliminate = (questionId: string, optionId: string) => {
|
const toggleEliminate = (questionId: string, optionId: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user