xiatian 3 năm trước cách đây
mục cha
commit
656451ddf0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/modules/questions/views/EditPaper.vue

+ 3 - 1
src/modules/questions/views/EditPaper.vue

@@ -803,7 +803,9 @@
           <v-editor
             v-model="quesModel.quesBody"
             :enable-answer-point="
-              quesModel.questionType == 'FILL_BLANK_QUESTION'
+              quesModel.questionType == 'FILL_BLANK_QUESTION' ||
+              quesModel.questionType == 'CLOZE' ||
+              quesModel.questionType == 'BANKED_CLOZE'
             "
           ></v-editor>
         </el-form-item>