|
@@ -6,7 +6,7 @@
|
|
<div
|
|
<div
|
|
v-for="subq in question.subQuestions"
|
|
v-for="subq in question.subQuestions"
|
|
:key="subq.id"
|
|
:key="subq.id"
|
|
- class="op-question-subq"
|
|
|
|
|
|
+ class="ep-question-subq"
|
|
>
|
|
>
|
|
<component
|
|
<component
|
|
:is="getStructTypeComp(subq.questionType)"
|
|
:is="getStructTypeComp(subq.questionType)"
|
|
@@ -56,9 +56,6 @@ export default {
|
|
return this.question.questionType === "LISTENING_QUESTION";
|
|
return this.question.questionType === "LISTENING_QUESTION";
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- created() {
|
|
|
|
- this.initData();
|
|
|
|
- },
|
|
|
|
methods: {
|
|
methods: {
|
|
getStructTypeComp(questionType) {
|
|
getStructTypeComp(questionType) {
|
|
return STRUCT_TYPE_COMP_DICT[questionType];
|
|
return STRUCT_TYPE_COMP_DICT[questionType];
|