|
@@ -1,14 +1,12 @@
|
|
|
-import { optionTypeList, stemTypeList, scoreTypeList, questionNumberTypeList } from './common';
|
|
|
+import { stemTypeList, scoreTypeList, questionNumberTypeList } from './common';
|
|
|
|
|
|
// 阅读题数据模板
|
|
|
export const readData = {
|
|
|
type: 'read', // 题型
|
|
|
stem: '', // 题干
|
|
|
- option_number_show_mode: optionTypeList[0].value, // 选项类型
|
|
|
description: '', // 描述
|
|
|
article: '', // 文章
|
|
|
- sample_text: '', // 范文
|
|
|
- answer: { answer_list: [], score: 0, score_type: scoreTypeList[0].value }, // 答案
|
|
|
+ answer: { score: 0, score_type: scoreTypeList[0].value }, // 答案
|
|
|
question_list: [], // 题目列表
|
|
|
// 题型属性
|
|
|
property: {
|