|
@@ -59,7 +59,7 @@
|
|
<span v-html="questionUnit.correctAnswer"></span>
|
|
<span v-html="questionUnit.correctAnswer"></span>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
- v-if="questionUnit.answerType!=='SINGLE_AUDIO'"
|
|
|
|
|
|
+ v-if="questionUnit.answerType!=='SINGLE_AUDIO' || (questionUnit.answerType==='SINGLE_AUDIO' && (questionUnit.studentAnswer==null || questionUnit.studentAnswer==''))"
|
|
style="color: blue;font-weight: bold;"
|
|
style="color: blue;font-weight: bold;"
|
|
>
|
|
>
|
|
学生答案:
|
|
学生答案:
|