网络考试系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
网络化教育代表了教育改革的一个发展方向,已经成为现代教育的一个重要特征,并对教育的发展形成新的推动力。随着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 

综合运用以前所学的专业知识,设计开发一个网络考试系统的阅卷子系统,本设计要求完成部分任务——阅卷、成绩查询、系统管理等功能,具体包括以下内容:
(1)阅卷子系统:包括评分、成绩统计及排序、相关信息的维护等功能。
(2)成绩查询:包括提供考生成绩的详细查询。
(3)系统管理包括用户及权限的管理:包括用户的登录及相关信息的维护,用户的身份有系统管理员、一般用户(普通老师)和学生,用户的身份不同,其权限(或使用的系统资源)也不同)。

本文首先介绍系统开发环境和运行平台、asp编程技术及数据库的相关知识,并对阅卷子系统的设计进行了详细的需求分析;然后给出了阅卷子系统的设计方案及系统的具体实现步骤,主要功能包括前台操作、阅卷系统、成绩查询、系统管理及维护等功能模块;最后,通过综合测试与分析得出结论。


本系统的用户可分为教师,学生,系统管理员三类。考虑到系统的安全性,本系统共分成三个界面:一个界面用于老师登录,主要进行身份的识别和管理员处的密码获取;一个界面用于考生登录,主要负责修改个人资料、浏览考试新闻、查询以往考试成绩等;另外一个界面用于管理员,主要负责进行基本资料、新闻、成绩的管理以及查询等。从总体上考虑,系统应该实现下列功能。
2.1 教师角色
对教师来说,主要负责考场、考试等相关管理。其相关管理功能包括:对生成试卷待考的考场宣布开考,同时生成一个属于此考场的随机验证密码(考生登录考场时,监考教师提供给考生);对考场进行管理包括对单一考生实行锁定、解锁、交卷,或者对一个考场全部考生实行全部锁定、全部解锁、全部交卷操作,被锁定的考生将不能继续答卷。此外,被锁定的考生、已经登录非法退出考试界面的考生、不能提供考场随机验证密码的考生都不能登录考试系统。(可以最大限度的杜绝考试作弊事件的发生)未登录的考生、被解锁的考生需要提供考场随机验证密码、考生准考证号码、考生账号密码才能够登录考试系统,进行在线考试。交卷后,考生本人或者监考教师均不能再修改考试信息。
2.2 学生角色
在本网络考试系统中,对学生来说,能为他们提供包括成绩查询、浏览考试新闻、修改个人信息等功能。
2.2.1 查询成绩
学生可以在线查询自己以前参加过的每门课程的考试相关信息。
2.2.2 新闻浏览
学生可以浏览最新发布的考试信息。
2.2.3 修改个人信息
学生可以修改自己的个人资料以及密码。
2.3 管理员角色
在本网络考试系统中,对管理员来说,能为他们提供包括考后管理,管理员管理,系统初始化等功能。
2.3.1 考后管理
考试结束后,系统立即为考生判分,并且把考生答题信息保存到数据库中,便于考生查询;考试结束后,系统立即计算本考场平均成绩,系统首页“考试成绩排行榜”将列出最新结束考试成绩前20名考生的姓名和成绩。
2.3.2 管理员管理
管理员可以添加、修改、删除管理员。
2.3.3 系统初始化
系统初始化将删除已经考场安排信息、考生答卷信息、考生试卷信息等。