|  | @@ -48,7 +48,7 @@ export function getListenSelectData() {
 | 
	
		
			
				|  |  |        question_number: '1', // 题号
 | 
	
		
			
				|  |  |        stem_question_number_font_size: fontSizeList[6], // 题干题号
 | 
	
		
			
				|  |  |        option_question_number_font_size: fontSizeList[5], // 选项题号
 | 
	
		
			
				|  |  | -      is_enable_description: switchOption[0].value, // 描述
 | 
	
		
			
				|  |  | +      is_enable_description: switchOption[1].value, // 描述
 | 
	
		
			
				|  |  |        select_type: selectTypeList[0].value, // 选择类型
 | 
	
		
			
				|  |  |        is_enable_listening: switchOption[0].value, // 是否听力
 | 
	
		
			
				|  |  |        is_option_subdivision: switchOption[1].value, // 选项细分
 |