Browse Source

模板名称

natasha 1 year ago
parent
commit
6b4122e00c
1 changed files with 2 additions and 16 deletions
  1. 2 16
      src/views/exercise_questions/data/common.js

+ 2 - 16
src/views/exercise_questions/data/common.js

@@ -11,31 +11,17 @@ export const questionTypeOption = [
       { label: '填空题', value: 'fill' },
       { label: '排序题', value: 'sort', disabled: true },
       { label: '连线题', value: 'matching' },
-      { label: '问答题', value: 'answer', disabled: true },
-      { label: '填表题', value: 'table', disabled: true },
       { label: '选择声调', value: 'choose_tone' },
     ],
   },
   {
-    value: 'hear',
-    label: '听力题',
-    children: [
-      { label: '听后选择', value: 'hear_select', disabled: true },
-      { label: '听后判断', value: 'hear_judge', disabled: true },
-      { label: '听后填空', value: 'hear_fill', disabled: true },
-      { label: '自定义听力题', value: 'hear_custom', disabled: true },
-    ],
-  },
-  {
     value: 'spoken',
     label: '口语题',
     children: [
       { label: '朗读题', value: 'read_aloud' },
-      { label: '听后复述', value: 'repeat' },
-      { label: '回答问题', value: 'spoken_answer', disabled: true },
+      { label: '听说训练', value: 'repeat' },
       { label: '看图说话', value: 'talk_picture' },
-      { label: '对话题', value: 'dialogue' },
-      { label: '自定义口语', value: 'spoken_custom', disabled: true },
+      { label: '对话练习', value: 'dialogue' },
     ],
   },
   {