网络考试系统的设计与实现
——阅卷子系统
摘 要
网络化教育代表了教育改革的一个发展方向,已经成为现代教育的一个重要特征,并对教育的发展形成新的推动力。随着Internet/Intranet的迅速发展和广泛普及,网络考试系统成为现代教育技术未来发展方向之一。作为网络考试的一个子系统——网络阅卷子系统,也成为一个重要的研究领域。现代网络考试作为一种新的考试手段已经开始进入人们的生活,正在给传统教育模式带来新的变革,并对教育的发展形成新的推动力。网络阅卷子系统突破了传统考试方式的时空限制,使阅卷方式更为灵活,同时充分利用计算机进行自动阅卷功能,大大减轻了教师的工作量。
本设计的开发是基于B/S结构,采用ASP程序设计语言及Access数据库进行设计与开发;本文首先介绍系统开发背景、目的意义,并对阅卷子系统的设计进行了详细的需求分析;然后给出了阅卷子系统的设计方案及系统的具体实现步骤,主要功能包括前台操作、阅卷系统、成绩查询、系统管理及维护等功能模块;最后,通过综合测试与分析,说明该系统运行稳定、可靠,具有一定的实用价值。
关键词: B/S结构;阅卷系统;成绩查询;系统管理;系统维护
Design and Implementation of Online Exam System
——Marking Subsystem
Abstract
The network education has represented a direction in education reform, which has already become a characteristic of the modern education, and has formed the new propelling force to the education development. Along with the rapid development and the widespread of Internet/Intranet, the online exam system will establish in the modern education technology for the future development. The network marking as a subsystem of the online exam system also will become an important research area. The online exam learning takes one new examination method that has already started to enter our life, is bringing the new transformation for the traditional education pattern, and forming the new propelling force to the education development. The network marking system breaks through the limitation of space and time in the traditional test, which causes the marking way to be more flexible, simultaneously makes full use of the computer automatically marking the examination paper, and greatly reduces the administrative personnel and teacher’s workload.
This paper introduces design and implementation of marking subsystem based on B/S, using Access database applications and ASP programming.At first, this paper introduces the development background, goal and significance. What’s more, this paper makes demand analysis for this system. Then the design idea and concrete implementation steps of this system are provided. This system’s mainly functions include: foreground operation, marking system, results inquiry, system management, system maintenance and so on. At last, by integrate testing and analyzing, it shows that this system runs stably and credibly, which has some real value.
Key words: B/S Structure; Marking System; Results Inquiry; System Management; System Maintenance
目 录
论文总页数:26页
1 引言 1
1.1 背景 1
1.2 国内外研究现状 1http://www.16sheji8.cn
1.3 本系统研究的意义 1
1.4 本系统的研究方法 1
1.5 本文的主要工作 2
1.5.1 研究的主要内容 2
1.5.2 论文各章节安排 2
2 系统需求分析 2
2.1 教师角色 2
2.2 学生角色 3
2.2.1 查询成绩 3
2.2.2 新闻浏览 3
2.2.3 修改个人信息 3
2.3 管理员角色 3
2.3.1 考后管理 3
2.3.2 管理员管理 3
2.3.3 系统初始化 3
3 阅卷子系统的总体设计 3
3.1 开发工具和程序的运行环境 3
3.1.1 开发工具 3
3.1.2 程序的运行环境 4
3.2 系统结构构建 4
3.3 数据库设计 4
3.3.1 数据库类型 4
3.3.2 数据库需求分析 4http://www.16sheji8.cn
3.3.3 数据库物理设计 5
3.3.4 数据库逻辑设计 5
3.3.5 数据库表的字段定义 6
4 阅卷子系统的具体实现 7
4.1 前台登录模块 8
4.1.1 流程分析 8
4.1.2 效果图 8
4.1.3 代码分析 9
4.2 阅卷模块 11
4.2.1 流程分析 11
4.2.2 代码分析 11
4.3 成绩查询模块 14
4.3.1 流程分析 14
4.3.2 代码分析 14
4.4 后台管理模块 15
4.4.1 流程分析 15
4.4.2 效果图 16
4.4.3 代码分析 16
5 系统综合测试与分析 20
5.1 系统综合 20
5.2 系统测试 20
5.3 系统分析 21
结 论 22
参考文献 24http://www.16sheji8.cn
致 谢 25
声 明 26
1 引言
1.1 背景
伴随着网络技术的飞速发展,网络技术已经应用到我们生产和生活的各个方面,成为不可缺少的工具。随着科技的进步与经济的繁荣,校园计算机网络的建立与应用已相当普遍,我们可以在已经建成的校园网上开发网络考试系统,发挥网络的资源整和优势,使有限的资源得到充分的利用,加大信息的流动效率,实现信息量的相对增加。这样,一方面可以使当前相当急迫的人与资源的矛盾得到高效、合理的解决;另一方面又实现了教学工作的信息化,符合当今社会发展的方向,并为以后的改进和发展提供了余地。