基于web网上考试教师系统设计与开发.doc
约31页DOC格式手机打开展开
基于web网上考试教师系统设计与开发,基于web网上考试教师系统设计与开发全文31页约10000字论述翔实摘 要基于web的网上考试系统能够克服传统考试的诸多弊端。本文利用jsp、sql server、myeclipse和tomcat5为主要开发工具,设计了基于b/s 结构的网上考试系统,实现了系统需要的试题库管理、智能组卷、试卷分析等功能,同时提出了相应...
内容介绍
此文档由会员 花季永驻 发布
基于WEB网上考试教师系统设计与开发
全文31页 约10000字 论述翔实
摘 要
基于web的网上考试系统能够克服传统考试的诸多弊端。本文利用JSP、SQL Server、Myeclipse和tomcat5为主要开发工具,设计了基于B/S 结构的网上考试系统,实现了系统需要的试题库管理、智能组卷、试卷分析等功能,同时提出了相应的设计方法。该系统克服了传统的C/S 编程模式的不足, 教师出题和学生考试都非常灵活方便,系统维护量大幅减小。与此同时,本系统的试卷分析,在每次考试结束后,系统通过对一系列关键数据进行计算,自动地分析试卷,为老师节省了大量时间的同时也为今后的教学提供了重要资料。
本文主要分为四个部分,分别介绍考试系统教师部分的功能的开发和设计,在第一部分中主要介绍了开发该系统的一些关键技术如JSP/Servlet、JavaScript等;第二部分对考试系统的相关功能进行介绍;第三部分包括系统整体设计和数据库设计,并着重的对系统的关键功能(试题库管理、智能组卷、试卷分析)的实现进行介绍;第四部分用一个实例对试卷分析算法进行介绍。
【关键词】: 网上考试系统,JSP/Servlet,B/S 模式,试卷分析
Abstract
Web-based network exam system can solve many problems of traditional exams. In this paper, we designed its function structure. With JSP and SQL server, we implemented the test questions base, in intelligent paper setting system and paper analysis system. Besides, we discussed the secure factors affecting exams also. This system can overcome shortcomings of the traditional one based on C/S mode, and gives great convenience and flexibility to paper setting and exam taking. And also the maintenance amount is reduced a lot.
This paper mainly divides into four parts, separately introduced the test system teacher's partial functions the development and the design, mainly introduced in the first part develops this system some essential technical like JSP/Servlet, JavaScript and so on. The second part carries on the introduction to the test system related function. The third part including the system overall design and the database design, and emphatically (test questions base, intelligent paper setting, paper analysis) to the system essential function the realization carries on the introduction. The fourth part carries on the introduction with an example to the paper analysis parsing algorithm.
【Key Words】 networks exam system, JSP/Servlet, B/S mode, paper analysis
目 录
1 前言 1
1.1 设计背景 1
1.2 相关技术介绍 1
1.2.1 MVC 2
1.2.2 JSP/Servlet技术 3
1.2.3 JavaScript 3
2 系统概要 5
2.1 考试系统 5
2.2 组卷系统 6
2.3 试卷分析系统 7
3 总体设计与实现 8
3.1 系统总体设计 8
3.2 数据库设计和应用 9
3.2.1 数据库设计 9
3.2.2 数据库应用 12
3.3 组卷模块功能设计 15
3.4 考试功能模块 17
3.5 阅卷功能设计 18
3.6 试卷分析设计 20
4试卷分析解决方法 21
4.1 难度分析(P) 22
4.2 区分度分析(D) 22
4.3 信度分析(B) 23
4.4 效度分析(R) 24
4.5 分析结果 25
5结束语 26
参考文献 27
致谢 28
部分参考文献
[4] 魏茂军 , JSP案例开发, 中国水利水电出版社 2005
[5] 倪晓秋, 季民, 王光伟 , J2EE案例开发, 中国水利水电出版社 2005
[6] Bruce Eckel,Thinking in Java,Mechanical industry publication 2002.
[7] Mark Spenik, SQL Server 2000 database administrators guide, Mechanical industry publication,2001
全文31页 约10000字 论述翔实
摘 要
基于web的网上考试系统能够克服传统考试的诸多弊端。本文利用JSP、SQL Server、Myeclipse和tomcat5为主要开发工具,设计了基于B/S 结构的网上考试系统,实现了系统需要的试题库管理、智能组卷、试卷分析等功能,同时提出了相应的设计方法。该系统克服了传统的C/S 编程模式的不足, 教师出题和学生考试都非常灵活方便,系统维护量大幅减小。与此同时,本系统的试卷分析,在每次考试结束后,系统通过对一系列关键数据进行计算,自动地分析试卷,为老师节省了大量时间的同时也为今后的教学提供了重要资料。
本文主要分为四个部分,分别介绍考试系统教师部分的功能的开发和设计,在第一部分中主要介绍了开发该系统的一些关键技术如JSP/Servlet、JavaScript等;第二部分对考试系统的相关功能进行介绍;第三部分包括系统整体设计和数据库设计,并着重的对系统的关键功能(试题库管理、智能组卷、试卷分析)的实现进行介绍;第四部分用一个实例对试卷分析算法进行介绍。
【关键词】: 网上考试系统,JSP/Servlet,B/S 模式,试卷分析
Abstract
Web-based network exam system can solve many problems of traditional exams. In this paper, we designed its function structure. With JSP and SQL server, we implemented the test questions base, in intelligent paper setting system and paper analysis system. Besides, we discussed the secure factors affecting exams also. This system can overcome shortcomings of the traditional one based on C/S mode, and gives great convenience and flexibility to paper setting and exam taking. And also the maintenance amount is reduced a lot.
This paper mainly divides into four parts, separately introduced the test system teacher's partial functions the development and the design, mainly introduced in the first part develops this system some essential technical like JSP/Servlet, JavaScript and so on. The second part carries on the introduction to the test system related function. The third part including the system overall design and the database design, and emphatically (test questions base, intelligent paper setting, paper analysis) to the system essential function the realization carries on the introduction. The fourth part carries on the introduction with an example to the paper analysis parsing algorithm.
【Key Words】 networks exam system, JSP/Servlet, B/S mode, paper analysis
目 录
1 前言 1
1.1 设计背景 1
1.2 相关技术介绍 1
1.2.1 MVC 2
1.2.2 JSP/Servlet技术 3
1.2.3 JavaScript 3
2 系统概要 5
2.1 考试系统 5
2.2 组卷系统 6
2.3 试卷分析系统 7
3 总体设计与实现 8
3.1 系统总体设计 8
3.2 数据库设计和应用 9
3.2.1 数据库设计 9
3.2.2 数据库应用 12
3.3 组卷模块功能设计 15
3.4 考试功能模块 17
3.5 阅卷功能设计 18
3.6 试卷分析设计 20
4试卷分析解决方法 21
4.1 难度分析(P) 22
4.2 区分度分析(D) 22
4.3 信度分析(B) 23
4.4 效度分析(R) 24
4.5 分析结果 25
5结束语 26
参考文献 27
致谢 28
部分参考文献
[4] 魏茂军 , JSP案例开发, 中国水利水电出版社 2005
[5] 倪晓秋, 季民, 王光伟 , J2EE案例开发, 中国水利水电出版社 2005
[6] Bruce Eckel,Thinking in Java,Mechanical industry publication 2002.
[7] Mark Spenik, SQL Server 2000 database administrators guide, Mechanical industry publication,2001