基于J2EE的在线考试系统的设计与实现
摘 要
科技在进步,人们生活和工作的方式正发生着改变,不仅体现在人们的衣食住行,也体现在与时俱进的考试形式上。以前的考试需要组织者投入大量的时间和精力,需要对考试的试题进行筛选,对后期的考卷进行批阅,这么多的步骤影响了整个考试执行的效率。因此,本文提出了一种在线考试系统,用于解决上述的一些问题。
本文描述的在线考试系统主要是利用浏览器作为界面,利用B/S模式,即用户可利用浏览器直接访问本站点。主要用到的技术是采用JavaWeb技术和MySql数据库等设计出了各种功能。该系统主要有用户管理、功能管理、角色权限管理、学生在线考试、试题管理、错题管理、自动组卷等功能。
本文提供了一些该系统的部分代码跟截图帮助介绍该系统,对系统的总体设计、详细设计以及测试都给出了一些介绍,还对运行截图以及代码作出了相应的解释。该在线考试系统基本上可以满足一些简单的考试,运行良好,基本可以满足设计要求。
关键词: 考试;JavaWeb;在线
The design and implementation of the network examination system
Abstract
Science and technology in progress, people living and working the way is changing, not only reflected in people's basic necessities, but also reflected in the form of examination with the times. The previous exams require the organizers to devote a lot of time and effort to the examination of the examination questions, the late examination of the examination papers, so many steps affect the efficiency of the entire examination. Therefore, this paper presents a network test system, used to solve some of the above problems.
This article describes the network test system is mainly using the browser as an interface, the use of B / S mode, that users can use the browser to directly access the site. The main use of the technology is the use of JavaWeb technology and MySql database design a variety of functions. The system mainly has user management, function management, role rights management, student network examination, test questions management, wrong title management, automatic test paper and other functions.
This article provides some of the system code and screenshots to help introduce the system, the overall design of the system, detailed design and testing are given some introduction, but also on the operation of the screenshot and the code to make a corresponding explanation. The network test system is basically able to meet some simple exams, running well, the basic can meet the design requirements.
Keywords:Examination; JavaWeb; Network
目 录
摘 要i
Abstractii
第1章 绪论1
1.1 研究的目的及意义1
1.2 研究开发现状分析1
1.3 研究的内容1
第2章 系统相关技术3
2.1 JAVA简介3
2.2 J2EE3
2.3 MySQL4
2.4 MyEclipse5
2.5 JavaScript6
2.6 JQuery6
2.7 CSS37
2.8 JSP7
2.9 Tomcat服务器8
第3章 可行性与需求分析9
3.1 可行性分析9
3.2 需求分析9
第4章 系统总体设计11
4.1. 系统概要功能图11
4.2 系统基本功能11
4.2.1 登录功能11
4.2.2 系统答题11
4.2.3 答题得分12
4.2.4 错题解析12
4.2.5 系统功能管理12
4.2.6 用户管理12
4.2.7 角色管理12
4.2.8 题目管理13
4.2.9 试卷管理13
4.3 数据库设计13
第5章 系统详细设计18
5.1 学生用户端18
5.1.1 学生用户登录18
5.1.2 主界面19
5.1.3 系统答题20
5.1.4 答题得分21
5.1.5 错题解析24
5.2 管理员端24
5.2.1 管理员登录24
5.2.2 管理员主界面25
5.2.3 系统功能管理25
5.2.4 用户管理27
5.2.5 角色管理29
5.2.6 题目管理30
5.2.7 试卷管理32
5.3 数据管理33
第6章 系统测试37
6.1 功能测试37
6.2 兼容性测试42
6.3 测试的方法42
第7章 结束语43
致谢44
参考文献45
外文翻译46