{volist name="$question_type" id='type' key='type_k'}
{if condition="$type_k eq 1"}
一、
{/if}
{if condition="$type_k eq 2"}
二、
{/if}
{if condition="$type_k eq 3"}
三、
{/if}
{if condition="$type_k eq 4"}
四、
{/if}
{if condition="$type eq '1'"}
简单题、
{/if}
{if condition="$type eq '2'"}
多选题、
{/if}
{if condition="$type eq '3'"}
填空题、
{/if}
{if condition="$type eq '4'"}
简单题、
{/if}
{volist name="$question_list[$type]" id="question" key="question_key"}
{if condition="$question.question.question_type eq 3"}
{$question_key}、{$question.question.question|str_replace='______',"",###}({$question.score}分)
回答:
{volist name="$question.staff_answer" id="answer"}
{$answer}、
{/volist}
{else}
{$question_key}、{$question.question.question}({$question.score}分)
{/if}
{if condition="$question.question.question_type eq 1"}
{volist name="$question.question.answer.content" id='content' key="content_key"}
{/volist}
{/if}
{if condition="$question.question.question_type eq 2"}
{volist name="$question.question.answer.content" id='content' key="content_key"}
{/volist}
{/if}
{if condition="$question.question.question_type eq 4"}
{/if}
答案:
{volist name="$question.question.answer.answer" id="answer"}
{$answer}、
{/volist}
得分:{$question.staff_score}分
{/volist}
{/volist}