@@ -62,7 +62,7 @@ export default {
async answerQuestion(studentAnswer) {
if (studentAnswer !== this.examQuestion.studentAnswer) {
this.updateExamQuestion({
- order: this.$route.params.order,
+ order: this.examQuestion.order,
studentAnswer
});
}
@@ -95,7 +95,7 @@ export default {
if (realAnswer !== this.examQuestion.studentAnswer) {
studentAnswer: realAnswer
@@ -68,7 +68,7 @@ export default {
@@ -47,7 +47,7 @@ export default {