摘  要

计算机技术与网络技术的不断进步,催生了大量信息化系统的革新。在教育领域,基于计算机技术的考试系统已经大量存在,这些系统在很大程度上促进了我国教育快速发展。然而,随着我国素质教育的改革不断推进,以往仅仅满足于应试教育的传统考试模式无法适应新的需求,而基于新的教育理论——项目反应理论的考试模式开始受到人们的推崇。基于项目反应理论的考试模式解决了传统考试理论的时间固定、难度固定、数量固定的考试限制模式,能够做到因人而异的公平考试,促进了考试作用的进一步发挥,在更大程度上体现了考试者的真正能力。如今,基于项目反应理论的考试理念正逐步深入人心。

借助计算机技术,可以很好地实现基于项目反应理论的考试。本文正是在这一理论基础上,从软件工程的角度,对计算机考试系统进行了研究与设计。文中首先对国内外有关项目反应理论的文献进行了阐述,并对项目反应理论的概念及基本原理进行了分析;在此基础上对基于项目反应理论的计算机考试系统建立的可行性与需求展开分析,重点从技术、经济、操作、安全可行性方面,以及功能、性能、安全需求方面进行;然后采取B/S三层体系结构的模式,结合SQL SERVER 数据库对系统进行了设计,明确了系统整体架构、数据库结构、主要数据流程和全部功能,特别是针对项目反应理论在考试过程设计时的具体思路进行解析;最后以需求分析和系统设计为基础,对基于项目反应理论的计算机考试系统进行了实现,实现过程选取了主要的一些功能模块,包括登陆技术、考试选题功能、自动阅卷功能以及组卷技术等,充分对项目反应理论的相关算法进行了研究。

 

关键词:项目反应理论;考试系统;数据库;浏览器/服务端

 

 

 

 

 

 

 

Abstract

A large number of information systems are emerging with the computer technology and network technology. In the field of education,have a lot of Examination system based on computer technology, these systems promote the development of education in China. However, The old mode of examination can not adapt to the new demands with the development of quality education, A new theory of education was welcomed by the people based on Item Response Theory. This mode of examination to solve the many problems of the traditional mode, including the time fixed, difficulty is fixed, and number fixed. It can achieve a fair examination, and to promote the effect of the examination.Today, the examinations concept based on item response theory is gradually popular.

By the computer technology, the examination based on item response theory can be achieved.This article based on the theory, research and design the computer test system. First, the text described the literature and the concepts about the item response theory;on this basis, to establish the feasibility and demand for computer examination system based on item response theory,the focus is the technical, economic, operational, safety and feasibility, as well as functionality, performance, security requirements; Then take the B / S three-tier architecture model ,and combines with the SQL SERVER database system, this article completed the design about the computer examination system,contain the whole architecture, database structure, data flow, and all of the features,especially for the specific ideas in the design of the examination; Finally,this text achieve the computer examination system based on item response theory, and study some of the major functional blocks, including the landing technology, exam topics function, automatic marking function and test paper technology, the algorithm about item response theory.

 

 

Key words: Project response theory; examination system; database; browser / server

 

 

目  录

摘  要. 2

Abstract 3

第1章 绪论. 6

1.1 选题的背景与意义. 6

1.2 国内外相关研究综述. 8

1.2.1 国外相关研究综述. 8

1.2.2 国内相关研究综述. 9

1.2.3 研究评述. 11

1.3 研究内容和研究方法. 11

1.4 文章结构. 12

第2章 基础理论. 13

2.1 项目反应理论. 13

2.1.1项目反应理论的概念. 13

2.1.2 项目反应理论的原理及其模型. 13

2.2 .NET概述. 15

2.2.1 .NET结构. 15

2.2.2 .NET框架. 16

2.3 基于ASP.NET的编程技术. 17

2.3.1 ASP.NET的语言特点. 17

2.3.2 ASP.NET的关键技术. 18

2.4 WEB数据库技术. 18

2.4.1 WEB数据库技术简介. 18

2.4.2 WEB数据库的运行方式. 18

2.5 B/S三层体系结构技术. 19

2.5.1 B/S三层体系结构介绍. 19

2.5.2 B/S三层体系结构的特点. 20

第3章 计算机考试系统的分析. 22

3.1 可行性分析. 22

3.1.1 技术可行性分析. 23

3.1.2 操作可行性分析. 24

3.1.3 效益可行性分析. 24

3.1.4 安全可行性分析. 25

3.2 系统需求分析. 25

3.2.1 系统目标. 25

3.2.2 系统功能需求. 26

3.2.3 性能需求. 27

第4章 计算机考试系统的设计. 28

4.1 系统总体设计. 29

4.1.1 系统设计原则. 29

4.1.2 系统总体结构. 29

4.1.3 总体模块. 31

4.2 系统详细设计. 31

4.2.1 功能设计. 31

4.2.2 系统数据流程. 32

4.2.3 考试过程设计. 33

4.2.4 数据库设计. 35

4.2.5 系统安全性设计. 38

第5章 计算机考试系统的实现. 39

5.1 构建系统实现环境. 39

5.1.1 配置本系统的IIS 40

5.1.2 ASP.NET的配置实现. 40

5.2 ADO.NET数据库访问. 42

5.3 用户登陆技术的实现. 43

5.4 考试过程的实现. 45

5.4.1 初始选题策略的实现. 45

5.4.2 持续选题的实现. 46

5.4.3 考试结束的实现. 47

5.4.4 自动阅卷功能的实现. 48

5.5 组卷功能的实现. 49

5.6 系统安全与加密技术. 50

第6章 系统测试. 52

6.1 测试环境. 52

6.2 功能测试. 52

6.3 压力测试. 53

6.4 兼容测试. 54

6.5 安全测试. 55

6.6 测试结论. 56

第7章 结论与展望. 57

参考文献. 58

致 谢. 60

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源