|
@@ -247,7 +247,7 @@ watch(
|
|
() => store.currentQuestion,
|
|
() => store.currentQuestion,
|
|
() => {
|
|
() => {
|
|
store.currentScore = undefined;
|
|
store.currentScore = undefined;
|
|
- chooseScore(questionScoreSteps[1]);
|
|
|
|
|
|
+ if (!props.isCheckAnswer) chooseScore(questionScoreSteps[1]);
|
|
}
|
|
}
|
|
);
|
|
);
|
|
|
|
|