{template 'common/header'}
题库管理 添加&编辑试题 批量导入试题
{if $op == 'display'}
筛选
批量导入
{loop $list $row} {/loop}
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'])) ;}% 编辑 删除
全选 全不选
{$pager}
{elseif $op == 'post'}
题库试题信息设置
{php echo tpl_form_field_image('tilpic',$exabank['tilpic']);}
{php echo tpl_ueditor('aexplain', $exabank['aexplain']);}
答题时显示在选修下方,为空不显示。
{elseif $op=='import'}
试题批量导入
目前支持EXCEL 一行一条记录【csv 格式请另存格式为.xls 】, 点击下载样表
{/if} {template 'common/footer'}