소스 검색

修改简答题为问答题

dusenyao 1 년 전
부모
커밋
fb75583330
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/exercise_questions/data/read.js
  2. 1 1
      src/views/exercise_questions/data/shortAnswer.js

+ 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: '', // 题干