随堂练习
{if $op=='postCourse'}
{if $_GPC['id']}编辑{else}添加{/if}练习
{/if} {if $op=='courseQuestion'}
随堂习题
{/if}
在线考试
{if $op=='postExamine'}
{if $_GPC['id']}编辑{else}添加{/if}考试
{/if} {if $op=='examineQuestion'}
考试题目
{/if} {if $op=='examineAppraiseList'}
批阅列表
{/if} {if $op=='examineAppraiseDetails'}
批阅试卷
{/if} {if $op=='postQuestion'}
{if $_GPC['paper_type']==1}
{if $_GPC['id']}编辑{else}添加{/if}题目
{elseif $_GPC['paper_type']==2}
{if $_GPC['id']}编辑{else}添加{/if}题目
{/if}
{/if}