|
@@ -28,7 +28,7 @@ export function getListenJudgeData() {
|
|
|
answer: { answer_list: [], score: 1, score_type: scoreTypeList[0].value }, // 答案
|
|
|
// 题型属性
|
|
|
property: {
|
|
|
- stem_type: stemTypeList[0].value, // 题干类型
|
|
|
+ stem_type: stemTypeList[1].value, // 题干类型
|
|
|
question_number: '1', // 题号
|
|
|
option_type_list: [option_type_list[0].value, option_type_list[1].value], // 选项类型列表
|
|
|
is_enable_listening: switchOption[0].value, // 是否听力
|