?? exam.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" language="java" %>
<html>
<head>
<title>參加考試</title>
</head>
<body>
<%String name=(String)session.getValue("username");
if(name!=null) {%>
<h3>歡迎考生:<%=name%></h3>
進入在線考試系統,請遵守考場規則,注意把握時間。
<form action="GetParameters.jsp" method="get" name="form1" id="form1">
<p> <strong>一、單項選擇題 </strong> <br />
【英語沙龍】Do you like playing football?<br>
<input name="en" type="radio" value="A" checked ID="Radio1">Yes, I'm
<input name="en" type="radio" value="B" ID="Radio2"> Yes, it is
<input name="en" type="radio" value="C" ID="Radio3"> Not like it
<input name="en" type="radio" value="D" ID="Radio4"> Yes, I do
<br> <br />
<strong>二、多項選擇題 (多選、漏選均不得分)</strong><br />
【電腦常識】電腦的必備組成部分有:<br>
<input name="it" type="checkbox" id="it" value="A"> 顯示器
<input name="it" type="checkbox" id="it" value="B"> 機箱
<input name="it" type="checkbox" id="it" value="C"> 音箱
<input name="it" type="checkbox" id="it" value="D"> 主板
<input name="it" type="checkbox" id="it" value="E"> 鼠標和鍵盤
<br> <br>
<input type="submit" name="Submit" value="提交答卷"></p>
</form>
<%}else{%>
<h3>考生沒有登錄,不可以參加考試!</h3>
<a href="ExamLogin.jsp">進入登錄頁面</a>
<a href="#" onclick="window.close();">關閉窗口</a>
<%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -