Solved some issues related to the listening loading

This commit is contained in:
Tiago Ribeiro
2024-02-06 15:24:51 +00:00
parent 4ec439492e
commit 779fb76b8b
3 changed files with 19 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ export const initialState: ExamState = {
sessionId: "",
exam: undefined,
moduleIndex: 0,
partIndex: 0,
partIndex: -1,
exerciseIndex: -1,
questionIndex: 0,
};