|
@@ -25,7 +25,7 @@ export function getListenJudgeData() {
|
|
option_number_show_mode: optionTypeList[0].value, // 选项类型
|
|
option_number_show_mode: optionTypeList[0].value, // 选项类型
|
|
option_list: [getOption(), getOption(), getOption()], // 选项
|
|
option_list: [getOption(), getOption(), getOption()], // 选项
|
|
file_id_list: [], // 文件 id 列表
|
|
file_id_list: [], // 文件 id 列表
|
|
- answer: { answer_list: [], score: 0, score_type: scoreTypeList[0].value }, // 答案
|
|
|
|
|
|
+ answer: { answer_list: [], score: 1, score_type: scoreTypeList[0].value }, // 答案
|
|
// 题型属性
|
|
// 题型属性
|
|
property: {
|
|
property: {
|
|
stem_type: stemTypeList[0].value, // 题干类型
|
|
stem_type: stemTypeList[0].value, // 题干类型
|