| src/components/Subjects/Choices/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/startexam/index.vue | ●●●●● patch | view | raw | blame | history |
src/components/Subjects/Choices/index.vue
@@ -20,7 +20,6 @@ > <li class="subject-option"> <input :disabled="currentAnswer" class="toggle" type="checkbox" :checked="userAnswer === option.optionName" src/views/startexam/index.vue
@@ -557,6 +557,7 @@ } } }, next () { for (let i = 0; i < this.subjectIds.length; i++) { if (this.subjectIds[i].everyID == this.query.subjectId) {