|
@@ -1,4 +1,4 @@
|
|
|
-import { questionNumberTypeList, scoreTypeList, optionTypeList } from './common';
|
|
|
+import { stemTypeList, questionNumberTypeList, scoreTypeList, optionTypeList, switchOption } from './common';
|
|
|
import { getRandomNumber } from '@/utils/index';
|
|
|
|
|
|
export function getOption(content = '') {
|
|
@@ -49,8 +49,9 @@ export const ChooseToneData = {
|
|
|
answer: { score: 1, score_type: scoreTypeList[0].value, answer_list: [] }, // 答案
|
|
|
// 题型属性
|
|
|
property: {
|
|
|
+ stem_type: stemTypeList[1].value, // 题干类型
|
|
|
question_number: '1', // 题号
|
|
|
- is_enable_description: 'false', // 描述
|
|
|
+ is_enable_description: switchOption[1].value, // 描述
|
|
|
answer_mode: toneTypeList[0].value, // 音调类型
|
|
|
score: 1, // 分值
|
|
|
score_type: scoreTypeList[0].value, // 分值类型
|