|
@@ -1,4 +1,11 @@
|
|
|
-import { optionTypeList, stemTypeList, scoreTypeList, questionNumberTypeList, switchOption } from './common';
|
|
|
+import {
|
|
|
+ optionTypeList,
|
|
|
+ stemTypeList,
|
|
|
+ scoreTypeList,
|
|
|
+ questionNumberTypeList,
|
|
|
+ switchOption,
|
|
|
+ fontSizeList,
|
|
|
+} from './common';
|
|
|
import { getRandomNumber } from '@/utils/index';
|
|
|
|
|
|
export function getOption(content = '') {
|
|
@@ -20,7 +27,7 @@ export const audioGenerationMethodList = [
|
|
|
},
|
|
|
];
|
|
|
|
|
|
-// 听后训练数据模板
|
|
|
+// 听说训练数据模板
|
|
|
export const repeatData = {
|
|
|
type: 'repeat', // 题型
|
|
|
stem: '', // 题干
|
|
@@ -37,6 +44,7 @@ export const repeatData = {
|
|
|
property: {
|
|
|
stem_type: stemTypeList[1].value, // 题干类型
|
|
|
question_number: '1', // 题号
|
|
|
+ stem_question_number: fontSizeList[5], // 题干题号
|
|
|
is_enable_description: switchOption[0].value, // 描述
|
|
|
score: 1, // 分值
|
|
|
score_type: scoreTypeList[0].value, // 分值类型
|