| | |
| | | wx:elif="{{item.stemStyle == 'RichText'}} " |
| | | class="title-RichText" |
| | | > |
| | | <rich-text nodes="{{item.stem.stemTxt}}"></rich-text> |
| | | <rich-text |
| | | nodes="{{item.stem.stemTxt}}" |
| | | style="height: 100%" |
| | | ></rich-text> |
| | | </view> |
| | | <!-- 填空题 --> |
| | | <view wx:if="{{item.questionType == 'completion'}}"> |
| | |
| | | <t-image src="{{contentItem.img}}" /> |
| | | </view> |
| | | <!-- 富文本 --> |
| | | <view wx:if="{{item.optionStyle == 'RichText'}}"> |
| | | <view |
| | | wx:if="{{item.optionStyle == 'RichText'}}" |
| | | class="judge-rich-box" |
| | | > |
| | | <text>{{contentItem.value}}、</text> |
| | | <rich-text nodes="{{contentItem.txt}}"></rich-text> |
| | | <rich-text |
| | | nodes="{{ contentItem.txt}}" |
| | | style="display: flex; align-items: center; width: 100%" |
| | | ></rich-text> |
| | | </view> |
| | | <text |
| | | wx:if="{{submitStatus && (item.answer == contentItem.value && item.answer == item.userAnswer)}}" |
| | |
| | | <!-- 富文本 --> |
| | | <view wx:if="{{item.optionStyle == 'RichText'}}"> |
| | | <text>{{contentItem.value}}、</text> |
| | | <rich-text nodes="{{contentItem.txt}}"></rich-text> |
| | | <rich-text |
| | | nodes="{{contentItem.txt}}" |
| | | class="multipleChoice" |
| | | ></rich-text> |
| | | </view> |
| | | </t-checkbox> |
| | | </view> |