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