|
@@ -149,12 +149,14 @@
|
|
|
(data.property.fun_type === 'show' && isEnable(data.property.is_enable_voice_answer))
|
|
(data.property.fun_type === 'show' && isEnable(data.property.is_enable_voice_answer))
|
|
|
"
|
|
"
|
|
|
@showAnswerAnalysis="showAnswerAnalysis"
|
|
@showAnswerAnalysis="showAnswerAnalysis"
|
|
|
|
|
+ @judgeCorrect="judgeCorrect"
|
|
|
@retry="retry"
|
|
@retry="retry"
|
|
|
:isShowAnswer="isShowAnswers"
|
|
:isShowAnswer="isShowAnswers"
|
|
|
/>
|
|
/>
|
|
|
<AnswerCorrect
|
|
<AnswerCorrect
|
|
|
:answer-correct="data?.answer_correct"
|
|
:answer-correct="data?.answer_correct"
|
|
|
:visible.sync="visibleAnswerCorrect"
|
|
:visible.sync="visibleAnswerCorrect"
|
|
|
|
|
+ :is-check-correct="isCheckCorrect"
|
|
|
@closeAnswerCorrect="closeAnswerCorrect"
|
|
@closeAnswerCorrect="closeAnswerCorrect"
|
|
|
/>
|
|
/>
|
|
|
<AnswerAnalysis
|
|
<AnswerAnalysis
|