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