单选题
多选题
判断题
案例题
简答题
第{{ indexs + 1 }}题
单选题
多选题
判断题
简答题
-
{{ index + 1 }}:
{{ item.content }}
{{
items.answerQuestion == 1
? "正确"
: items.answerQuestion == 0
? "错误"
: ""
}}
{{ items.answerQuestion }}
-
{{ index + 1 }}:
{{ item.content }}
{{
listData.answerQuestion == 1
? "正确"
: listData.answerQuestion == 0
? "错误"
: ""
}}
{{ listData.answerQuestion }}