多选调整
This commit is contained in:
parent
ee36444dc7
commit
bb8678e486
@ -147,7 +147,7 @@ export default {
|
||||
if (this.questionData.typeString === '多选题') {
|
||||
const an = this.currentAnswer.split(',');
|
||||
if (this.compareArrays(an, this.questionData.answer)) {
|
||||
this.isCorrect = false;
|
||||
this.isCorrect = true;
|
||||
this.showAnswer = true;
|
||||
} else {
|
||||
this.isCorrect = false;
|
||||
|
Loading…
Reference in New Issue
Block a user