{template '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'])) ;}% | 详情 删除 | |
全选 全不选 |
ID | 类型 | 答案 | 总答次(对+错) | 正确率 | 操作 |
---|---|---|---|---|---|
{$row['id']} | 【{$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'])) ;}% | 添加到试卷试题库 | |
全选 全不选 |