题库类型:
题目预览
1.
{{ questionForm.title || '请输入题目内容...' }}
{{ index + 1 }}.
{{ answer.content || '请输入答案' }}
({{ answer.score }}分)
区分大小写
参考答案:
{{ questionForm.shortAnswer || '请输入参考答案' }}
请添加小题
{{ index + 1 }}.
{{ subQuestion.title || '请输入小题内容...' }}
[{{ getQuestionTypeLabel(subQuestion.type) }}]
({{ subQuestion.score }}分)
{{ answerIndex + 1 }}.
{{ answer.value || '请输入答案' }}
({{ answer.score }}分)
区分大小写
参考答案:
{{ subQuestion.data || '请输入参考答案' }}
解析:
{{ subQuestion.explanation }}
答案解析:
{{ questionForm.explanation }}