|
@@ -1,4 +1,4 @@
|
|
|
-import { stemTypeList, scoreTypeList, questionNumberTypeList, switchOption } from './common';
|
|
|
+import { stemTypeList, scoreTypeList, questionNumberTypeList, switchOption, optionTypeList } from './common';
|
|
|
import { getRandomNumber } from '@/utils/index';
|
|
|
export function getOption() {
|
|
|
return { picture_info: '', reference_answer: '', picture_file_id: '', mark: getRandomNumber() };
|
|
@@ -11,6 +11,7 @@ export const talkPictrueData = {
|
|
|
option_list: [], // 选项
|
|
|
file_id_list: [],
|
|
|
answer: { score: 1, score_type: scoreTypeList[0].value }, // 答案
|
|
|
+ option_number_show_mode: optionTypeList[0].value, // 选项类型
|
|
|
// 题型属性
|
|
|
property: {
|
|
|
stem_type: stemTypeList[1].value, // 题干类型
|