|
@@ -116,7 +116,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
checkAnswerFormatValid(answer) {
|
|
|
- return objTypeOf(answer) !== "array";
|
|
|
+ return objTypeOf(answer) === "array";
|
|
|
},
|
|
|
questionInfoChange(questionInfo) {
|
|
|
this.modalForm = Object.assign({}, this.modalForm, questionInfo);
|