Browse Source

修改简答题为问答题

dusenyao 1 year ago
parent
commit
fb75583330

+ 1 - 1
src/views/exercise_questions/data/read.js

@@ -7,7 +7,7 @@ export const questionTypeOption = [
   { label: '判断题', value: 'judge' },
   { label: '填空题', value: 'fill' },
   { label: '连线题', value: 'matching' },
-  { label: '答题', value: 'short_answer' },
+  { label: '答题', value: 'short_answer' },
 ];
 
 // 题型类型列表

+ 1 - 1
src/views/exercise_questions/data/shortAnswer.js

@@ -1,6 +1,6 @@
 import { stemTypeList, questionNumberTypeList, scoreTypeList, switchOption, fontSizeList } from './common';
 
-// 答题数据模板
+// 答题数据模板
 export const shortAnswerData = {
   type: 'short_answer', // 题型
   stem: '', // 题干