|  | @@ -197,6 +197,7 @@ export default {
 | 
	
		
			
				|  |  |        if (!this.isJudgingRightWrong && !this.isShowRightAnswer) {
 | 
	
		
			
				|  |  |          return '';
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | +      if (!this.isEnable(this.data.property.is_enable_word_select_fill)) return '';
 | 
	
		
			
				|  |  |        let selectOption = this.answer.answer_list.find((item) => item.mark === mark);
 | 
	
		
			
				|  |  |        let answerOption = this.data.answer.answer_list.find((item) => item.mark === mark);
 | 
	
		
			
				|  |  |        if (!selectOption) return '';
 | 
	
	
		
			
				|  | @@ -223,6 +224,7 @@ export default {
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      computedAnswerText(mark) {
 | 
	
		
			
				|  |  |        if (!this.isShowRightAnswer) return '';
 | 
	
		
			
				|  |  | +      if (!this.isEnable(this.data.property.is_enable_word_select_fill)) return '';
 | 
	
		
			
				|  |  |        let selectOption = this.answer.answer_list.find((item) => item.mark === mark);
 | 
	
		
			
				|  |  |        let answerOption = this.data.answer.answer_list.find((item) => item.mark === mark);
 | 
	
		
			
				|  |  |        if (!selectOption) return '';
 |