{template 'admin/common/header'}
{if $op == 'display'}题库ID | 类型 | 答案 | 总答次(对+错) | 正确率 | 显示 隐藏 |
---|---|---|---|---|---|
{$row['bankid']} | 【{$exacateall[$row['cateid']]['name']}】{$row['title']} | ||||
{if $row['qtype']==1} 单选题 {else} 多选题 {/if} | {$row['answer']} | {php echo ($row['awrong']+$row['aright']);} = {$row['aright']} + {$row['awrong']} | {php echo ($row['awrong']+$row['aright'])==0 ? 0 : round(($row['aright']*100)/($row['awrong']+$row['aright'])) ;}% | 选项 | |
显示 隐藏 |