feat(test): add functionality for drill, hard test module testing

This commit is contained in:
shafin-r
2026-02-07 15:28:43 +06:00
parent 903653a212
commit 02419678b7
9 changed files with 378 additions and 52 deletions

View File

@ -187,6 +187,7 @@ export const Test = () => {
};
const handleQuitExam = () => {
useExamConfigStore.getState().clearPayload();
finishExam();
navigate("/student/home");
};