{{questionType(itembox.type)}}
正确答案: {{itembox[choiceList[itembox.answerTrue-1]]}}
正确答案: {{itembox.answerTrue==1?'正确':'错误'}}
正确答案: {{itembox.answerTrue.split('').map((key)=>{
return itembox[choiceList[key-1]]
})}}
题目解析
{{itembox.explain1 ? itembox.explain1 : "无"}}