|
@@ -1,4 +1,4 @@
|
|
-import { scoreTypeList, questionNumberTypeList, switchOption } from './common';
|
|
|
|
|
|
+import { stemTypeList, scoreTypeList, questionNumberTypeList, switchOption } from './common';
|
|
import { getRandomNumber } from '@/utils/index';
|
|
import { getRandomNumber } from '@/utils/index';
|
|
export function getOption() {
|
|
export function getOption() {
|
|
return { picture_info: '', reference_answer: '', picture_file_id: '', mark: getRandomNumber() };
|
|
return { picture_info: '', reference_answer: '', picture_file_id: '', mark: getRandomNumber() };
|
|
@@ -13,9 +13,10 @@ export const talkPictrueData = {
|
|
answer: { score: 1, score_type: scoreTypeList[0].value }, // 答案
|
|
answer: { score: 1, score_type: scoreTypeList[0].value }, // 答案
|
|
// 题型属性
|
|
// 题型属性
|
|
property: {
|
|
property: {
|
|
|
|
+ stem_type: stemTypeList[1].value, // 题干类型
|
|
question_number: '1', // 题号
|
|
question_number: '1', // 题号
|
|
score: 1, // 分值
|
|
score: 1, // 分值
|
|
- is_enable_description: switchOption[1].value, // 描述
|
|
|
|
|
|
+ is_enable_description: switchOption[0].value, // 描述
|
|
is_enable_voice_answer: switchOption[0].value, // 语音作答
|
|
is_enable_voice_answer: switchOption[0].value, // 语音作答
|
|
is_enable_reference_answer: switchOption[0].value, // 参考答案
|
|
is_enable_reference_answer: switchOption[0].value, // 参考答案
|
|
score_type: scoreTypeList[0].value, // 分值类型
|
|
score_type: scoreTypeList[0].value, // 分值类型
|