|  | @@ -31,7 +31,7 @@ export const questionTypeOption = [
 | 
	
		
			
				|  |  |      label: '口语题',
 | 
	
		
			
				|  |  |      children: [
 | 
	
		
			
				|  |  |        { label: '朗读题', value: 'read_aloud' },
 | 
	
		
			
				|  |  | -      { label: '听后复述', value: 'repeat', disabled: true },
 | 
	
		
			
				|  |  | +      { label: '听后复述', value: 'repeat' },
 | 
	
		
			
				|  |  |        { label: '回答问题', value: 'spoken_answer', disabled: true },
 | 
	
		
			
				|  |  |        { label: '看图说话', value: 'talk_picture' },
 | 
	
		
			
				|  |  |        { label: '对话题', value: 'dialogue' },
 |