{extend name="public/layout" /} {block name="title"}商学院{/block} {block name="body"}

考卷名称: {:$info.name} 总分: {:$info.total_score} 及格分: {:$info.base_score} {if condition='$result.approve_status eq 2'}    批改人:{:$result.p_name} {else/}    状态:未批改 {/if} 考试人: {:$employee_name} 耗时: {:$time_spend}分钟 得分: {:$result.final_score}

{foreach $info.questions as $vo}

类型:{:$vo.type}

题目:{:$vo.ask}

{if condition='$vo.types eq 1'} 内容: {foreach $vo.content as $k => $v}

   {$k} : {$v|raw}

{/foreach} {elseif($vo.types == 2)/} 内容:

   {$vo.content|raw}

{elseif($vo.types == 3)/} 内容:

   {$vo.content|raw}

{/if}

参考答案:{:$vo.answer}

分值:{:$vo.pivot.score}

{if condition="isset($vo.emp_answer)"}

考生答案:{:$vo.emp_answer}

{/if} {if condition="isset($vo.got_score) && ($vo.got_score || $vo.got_score == 0)"} {if condition="$vo.type == '简答' "}

系统判分:{:$vo.got_score}

考生得分: {:$vo.correct_score}

{elseif condition="$vo.type == '多选'"}

考生得分:{$vo.correct_score}

{else/}

考生得分:{:$vo.got_score}

{/if} {else/}

考生得分:0

{/if}
{/foreach}
{/block} {block name="js"} {/block}