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

📄 welcome.jsp

📁 远程电子考试系统
💻 JSP
字号:
<%@ page  import="java.io.IOException" language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/fangsoft_testcenter_template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>欢迎</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #e2eaed; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e2eaed;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {color: #0000CC}
-->
</style></head>

<body class="oneColLiqCtrHdr">

<div id="container">
  <div id="header">
    <h1 class="style1">fangsoft考试中心</h1>
  <!-- end #header --></div>
  <!-- InstanceBeginEditable name="content" -->
  <table width="100%" border="0" align="center">
    <tr>
      <td><h2 align="center" class="style1">需求</h2></td>
    </tr>
    <tr>
      <td><div align="left">
        <ol>
          <li>
            <div align="left">fangsoft是一家专注于教育培训咨询的公司,为了开拓新业务,fangsoft公司决定开发一个基于Java的远程电子考试系统,为客户提供多种考试服务。 </div>
          </li>
          <li>
            <div align="left">客户可以注册、登录、更新个人的注册信息。客户注册时应提供用户ID(唯一)、密码、姓名、身份证、电话、电子邮件、证书邮寄地址等信息。用户注册成功后,系统将发送一封注册成功的邮件给客户。已注册客户登录后,客户可以在线预约考试时间,在线支付考试费用。系统将发送一封支付成功确认的邮件给客户,客户可以在预定的时间内参加考试。如果客户在预定的时间不能参加考试,系统将保留客户参加考试的资格,但客户需要再次预约考试时间。客户在规定的时间内完成考试后,将能立即得到考试的结果,考试的结果将说明答题的对错和成绩,并发送邮件至参加考试的客户,在考试规定的时间内若客户未能完成考试,系统将自动提交。若因为不可避免的故障造成考试不得不中断,系统管理员可以中断考试,保留客户已用的时间以及已答的题目,客户在一定的时间范围内可以继续参加考试或选择新的考试。 </div>
          </li>
          <li>
            <div align="left">考试采用的题目目前仅考虑支持选择题(包括多选和单选题),但以后可能考虑其他形式的题目,如问答题。考试的题目分为难度1,2,3,4,5级,考试的题目现在可以按初级(难度1-2)40%、中级(难度3)40%、高级(难度5)20%的比例出题,但以后可以按设计的出题策略出题。</div>
          </li>
          <li>
            <div align="left"> 客户在登录系统后可以浏览打印参加过考试的结果。 </div>
          </li>
          <li>
            <div align="left">考试试题提供者可以修改、增加、删除试题。一般地,一道试题使用过500次后应作相应的修改或暂停使用。 </div>
          </li>
          <li>
            <div align="left">fangsoft公司聘请的相关考试领域专家可以对考试以及题目进行评审,评审的结果需要记录保留。</div>
          </li>
          <li>
            <div align="left">fangsoft公司可以对考试的结果进行分析,如根据客户的地域、参加考试的人数以及知识点掌握的情况进行分析和统计,分析的结果可以发布或供第三方机构使用。</div>
          </li>
        </ol>
      </div></td>
    </tr>
    <tr>
      <td><div align="center"><a href="loginView">进入fangsoft考试中心原型</a></div></td>
    </tr>
  </table>
  <!-- InstanceEndEditable -->
  <div id="footer">
    <p>©2007 fangsoft.org. All rights reserved.方软科技(北京)有限公司版权所有.email:<a href="mailto:fangsoft.web@gmail.com">fangsoft.web@gmail.com</a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
</body>
<!-- InstanceEnd --></html>

⌨️ 快捷键说明

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