<%@page pageEncoding="UTF-8"%> {eval} difficultyName=function (n) { var dif= { "1":"简单", "2":"基础", "3":"中等", "4":"较难", "5":"极难" }; if ( n<1 || n>5) return ""; return dif[n]; } {/eval} {if itemscore>0 }{/if}
【${typename} ${no} [难度:${ difficultyName (difficulty) }] [分数:${itemscore}]
${body}
{if ( itemtype=='TK' || itemtype=='JS' )} {eval} setTimeout ( "setTKNumber( '"+ libraryid+'_'+ itemid +"' ) " , 100) ; {/eval} {/if} {if (itemtype == 'PD' || itemtype == 'GC' ) }
正确        错误
{/if} {if (itemtype == 'GC' ) }

请输入您的判断依据:
<textarea id='${libraryid}_${itemid}_reason' name='${libraryid}_${itemid}_reason' rows="6" style="color:blue;font-size:12px;width:100%;" ></textarea>
{/if} {if (itemtype == 'JD' || itemtype=='JS' || itemtype=='MC' || itemtype=='LS' || itemtype=='AL' ) }

{if itemtype=='JS' } 请输入您的演算过程: {else} 请输入您的答案: {/if}
<textarea id='${libraryid}_${itemid}' name='${libraryid}_${itemid}' rows="6" style="color:blue;font-size:12px;width:100%;" onclick="$G.setNavigateFlag('${libraryid}_${itemid}' , true);" ></textarea>
{/if} {if (itemtype == 'DX' || itemtype == 'FX' ) }
{foreach c in candidate} {/foreach}
${ String.fromCharCode( c.no+64) }  ${c.content}
{/if}