在线考试系统毕业论文.doc
《在线考试系统毕业论文.doc》由会员分享,可在线阅读,更多相关《在线考试系统毕业论文.doc(38页珍藏版)》请在三一办公上搜索。
1、在线考试系统摘要 随着网络的普及和对教育的重视,各院校各学科的网上考试都具有了必要的使用环境。但是,目前国内的一些网络教学系统的主要功能是教学,不能单独作为考试平台,通用性差,而且系统中对主观题的评阅多是采用人工评阅方式,没有实现真正意义上的自动评分。另一方面,我们所在院校的计算机基础课已开设了多年,但尚在沿用传统的考试形式或使用单机版的考试系统。基于Web的网上考试系统的设计与实现就是基于上述目的开发设计的。本系统采用B/S架构作为系统的总体结构,以Web数据库技术为依托,利用微软的ASP.NET技术,结合ADO,实现了对Web数据库的访问和查询。该设计实现了按题型随机抽题组卷、在线考试、题
2、库管理、系统管理的功能,能够对客观题在线评分。学生用学号登录成功后,阅读考试须知,之后选择考试科目进入考试页面,完成相应科目考试,自动给出考试成绩。系统管理,实现了对题库、考生信息、考试成绩、考试科目的管理。题库管理,实现了对试题的添加、编辑、删除功能;考生信息管理可以添加、修改、删除、查询考生信息,成绩管理可以删除成绩信息,科目管理主要是修改考试科目信息。基于Web的网上考试系统本身是一个很大的系统,尤其试题库部分需要许多人的参与以及大量的投入才能建成。该系统虽然仅仅是完成计算机文化基础和操作系统课程的考试,但却具有良好的实用性与通用性,提供友好的人机界面,具有较好的可扩充性和开放性。论文关
3、键词:ASP.netB/S网络考试系统数据库 Summary:With the popularity of the network and the importance of education, the institutions of various subjects on-line examinations have the necessary use of the environment. However, there are some domestic network teaching system main function is teaching, not alone as a t
4、est platform, general poor, and the system on the subjective question of Ping Yue Ping Yue mostly artificial means, there is no real sense of the automatic scoring. On the other hand, the institutions where we have set up basic computer classes for many years, but still follow the traditional examin
5、ation forms or use stand-alone version of the exam system. Web-based Online Examination System is based on the purpose and implementation of development and design. The system uses the B / S structure as the systems overall structure to Web database technology as the basis, using Microsofts ASP.NET
6、technology, combined with ADO, realized the Web database access and queries. The design is achieved by randomly Questions in paper selection, online exam, question bank management, system management functions, to question the objective line score. Students with Student ID login is successful, read t
7、he exam notes, and then select the test subjects into the test page, complete the appropriate subject examination, examination results are given automatically. System management, implementation of test database, candidate information, examination results, test subjects of management. Question bank m
8、anagement, and the addition of questions, edit, delete functions; candidate information management can add, modify, delete, query candidates information, performance management, performance information can be deleted, subject mainly to modify the test subjects management information. Web-based onlin
9、e examination system itself is a great system, in particular, part of item bank need the participation of many people and lots of investment to build. Although the system is just the completion of Computer Culture and operating system coursePaper Keywords: ASP.net B / S database of network test syst
10、em目录 第1章 引言11.1开发背景11.2 开发意义2第2章 系统开发工具及开发平台32.1开发工具及平台32.2 开发工具的简单介绍32.2.1 .NET32.2.2 C# 语言42.2.3 SQL Server200052.2.4 访问数据库:ADO.NET5第3章 系统分析73.1 系统及需求分析73.1.1 系统需求73.1.2 可行性分析73.2 系统功能简介83.2.1 用户登录及注册模块83.2.2 在线考试模块93.2.3 试题管理模块93.2.4学生信息管理模块93.2.5 教师信息管理模块103.2.6 成绩信息管理10第4章 系统总体设计114.1 系统架构设计114
11、.2 系统功能模块划分12第5章数据库设计135.1 总体设计135.2 表设计135.2.2 学生表 ostudent135.2.2 教师表 oteacher135.2.3 管理员 oadmin145.2.4选择题表 oselect145.2.5 填空题表 oinput145.2.6判断题ojudge155.2.7 成绩信息表oresult15第6章系统功能详细设计及实现166.1 系统通用类及模块设计166.2 用户登录和注册166.2.1 用户登录176.2.1 用户注册196.3 教师功能206.3.1 信息管理206.3.2 试题添加:236.3.3 试题维护246.4 学生功能27
12、6.41 考试管理286.42 信息管理306.5 管理员功能326.5.1 添加信息326.52 信息管理336.53 信息查询34致谢37参考文献38第1章 引言1.1开发背景 Internet技术的发展使得考试的技术手段和载体发生了革命性的变化,Internet的开放性、分布性的特点和基于Internet的巨大的计算能力使得考试突破了时间和空间的限制。与传统考试模式相比,在线考试具有无可比拟的优越性,它可以将传统考试过程中的试卷组织、审定印制、传送收集、登记发放、评判归档各个环节缩小到一至两个环节,几乎屏蔽了所有人工直接干预考试活动的可能性,不但能够节约大量的时日、人力、物力与财力,而且
13、还可以大幅度增加考试成绩的客观性和公正性。传统的考试方式一般要经过人工出卷、考生考试、人工阅卷等过程。对于一些课程来说,随着考生数量的增加,教师出卷阅卷的工作量将会越来越大,并且其工作十分烦琐和非常容易出错。在线考试系统课题产生的背景是当今教育信息化的趋势及我国高校教育信息化系统的建设,目的是充分利用学校现有的计算机软、硬件和网络资源实现无纸化考试以避免传统手工考试的不足。与传统考试模式相比,网上考试渗入了更多的技术环节,对实现安全性的途径、方法也提出了更高的技术要求。通过Internet来实现网上考试,是现代教育技术的一个具体实现,具有很重要的现实意义。可以实现教考分离以及考务工作的全自动化
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 在线考试系统 毕业论文 在线 考试 系统
![提示](https://www.31ppt.com/images/bang_tan.gif)
链接地址:https://www.31ppt.com/p-4107828.html