|  | @@ -1,4 +1,4 @@
 | 
	
		
			
				|  |  | -import { stemTypeList, questionNumberTypeList, scoreTypeList } from './common';
 | 
	
		
			
				|  |  | +import { stemTypeList, questionNumberTypeList, scoreTypeList, switchOption } from './common';
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // 对话题数据模板
 | 
	
		
			
				|  |  |  export const dialogueData = {
 | 
	
	
		
			
				|  | @@ -13,9 +13,9 @@ export const dialogueData = {
 | 
	
		
			
				|  |  |      stem_type: stemTypeList[0].value, // 题干类型
 | 
	
		
			
				|  |  |      question_number: 1, // 题号
 | 
	
		
			
				|  |  |      score: 1, // 分值
 | 
	
		
			
				|  |  | -    is_enable_description: false, // 描述
 | 
	
		
			
				|  |  | -    is_enable_voice_answer: true, // 语音作答
 | 
	
		
			
				|  |  | -    is_enable_reference_answer: true, // 参考答案
 | 
	
		
			
				|  |  | +    is_enable_description: switchOption[0].value, // 描述
 | 
	
		
			
				|  |  | +    is_enable_voice_answer: switchOption[0].value, // 语音作答
 | 
	
		
			
				|  |  | +    is_enable_reference_answer: switchOption[0].value, // 参考答案
 | 
	
		
			
				|  |  |      score_type: scoreTypeList[0].value, // 分值类型
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    // 其他属性
 |