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