{template '_header'} {if !$isMobile}
{$title}
{/if}
{$examine['title']}
{if !empty($record_list)}
{loop $record_list $key $item} {/loop}
等{$total}人参与
{/if}
考试信息
{$examine['duration']} 考试时间(分钟)
{$examine['total']} 题目数量(题)
{$examine['score']} 试卷总分(分)
考试详情
{php echo htmlspecialchars_decode($examine['content']);}
{if !empty($lesson_list)}
关联课程
{loop $lesson_list $item} {/loop}
{/if}
{if !empty($lesson_list) && !$isbuy} 购买相关课程后考试 {else} {if $record} 查看成绩 {else} 开始考试 {/if} {/if}
{template '_footer'}