Solved some issues related to the listening loading
This commit is contained in:
@@ -47,7 +47,7 @@ export const initialState: ExamState = {
|
||||
sessionId: "",
|
||||
exam: undefined,
|
||||
moduleIndex: 0,
|
||||
partIndex: 0,
|
||||
partIndex: -1,
|
||||
exerciseIndex: -1,
|
||||
questionIndex: 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user