⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exammain.jsp

📁 本系统是在线考试系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<title>::::欢迎光临walkergl在线考试系统:::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/Style.css" rel="stylesheet" type="text/css">
</head>

<body topmargin="100">


<table width="600" height="243" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="49" height="35" background="images/HOME_BG3.GIF">&nbsp;</td>
    <td height="35" background="images/HOME_BG9.GIF"> <div align="center"><span class="Xsmall"><font color="#FF0000"><strong><font color=red>${sessionScope.student}</font>同学,您已经开始了${sessionScope.typeName}考试!</strong></font></span></div></td>
    <td width="13" height="1"><img src="images/HOME_BG8.GIF" width="13" height="35"></td>
  </tr>
  <tr> 
    <td width="49" background="images/HOME_BG1.GIF"> <br> </td>
    <td background="images/home_bg10.gif"> <p>&nbsp;</p>      </td>
    <td width="13" background="images/HOME_BG7.GIF">&nbsp;</td>
  </tr>
  <form action="reply.do" method="post">
  <tr>
    <td height="78" background="images/HOME_BG1.GIF"><br>
    </td>
    <td background="images/home_bg10.gif"><p>&nbsp;&nbsp;第${requestScope.questionIndex}题,该题的分数为:${requestScope.question.quScore}<br>
	&nbsp;&nbsp;问题:${requestScope.question.quTitle}<br>
	&nbsp;&nbsp;选项如下,请在您认为正确地选项前打勾</p>
	  <input type="hidden" name="id" value="${requestScope.question.id}"/>
	  <logic:present name="qustionOption" scope="request">
		<logic:iterate id="option" name="qustionOption" scope="request" indexId="index">
			&nbsp;&nbsp;<input type="checkbox" value='${index + 1}' name="options"/>&nbsp;${index + 1}.<bean:write name="option"/><br/>
		</logic:iterate>			
	</logic:present>    </td>
    <td background="images/HOME_BG7.GIF">&nbsp;</td>
  </tr>
   <tr>
    <td height="51" background="images/HOME_BG1.GIF"><br>
    </td>
    <td background="images/home_bg10.gif">
	  <div align="center">
	    <input type="submit" value="提交"/>
	    &nbsp;
	    <input type="reset" value="重设"/>
        </div></td>
    <td background="images/HOME_BG7.GIF">&nbsp;</td>
  </tr> 
 
  <tr> 
    <td height="12" background="images/HOME_BG4.GIF">&nbsp;</td>
    <td background="images/HOME_BG5.gif">&nbsp;</td>
    <td background="images/HOME_BG6.GIF">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -