We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966a2b3 commit ea16978Copy full SHA for ea16978
src/views/public/UserTestView.vue
@@ -850,6 +850,7 @@ export default {
850
}
851
if (this.taskIndex < this.localTestAnswer.tasks.length - 1) {
852
this.taskIndex++;
853
+ this.startTimer() // start timer for the next task - jvJUCA
854
} else if (this.taskIndex >= this.localTestAnswer.tasks.length - 1) {
855
this.index++;
856
0 commit comments