Skip to content

Commit ea16978

Browse files
committed
fix: saving timer issues
1 parent 966a2b3 commit ea16978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/public/UserTestView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ export default {
850850
}
851851
if (this.taskIndex < this.localTestAnswer.tasks.length - 1) {
852852
this.taskIndex++;
853+
this.startTimer() // start timer for the next task - jvJUCA
853854
} else if (this.taskIndex >= this.localTestAnswer.tasks.length - 1) {
854855
this.index++;
855856
}

0 commit comments

Comments
 (0)