数据库试题自动批改系统毕业设计文档

上传人:鲁** 文档编号:412746791 上传时间:2022-11-23 格式:DOC 页数:28 大小:259.67KB
返回 下载 相关 举报
数据库试题自动批改系统毕业设计文档_第1页
第1页 / 共28页
数据库试题自动批改系统毕业设计文档_第2页
第2页 / 共28页
数据库试题自动批改系统毕业设计文档_第3页
第3页 / 共28页
数据库试题自动批改系统毕业设计文档_第4页
第4页 / 共28页
数据库试题自动批改系统毕业设计文档_第5页
第5页 / 共28页
点击查看更多>>
资源描述

《数据库试题自动批改系统毕业设计文档》由会员分享,可在线阅读,更多相关《数据库试题自动批改系统毕业设计文档(28页珍藏版)》请在金锄头文库上搜索。

1、论文题目 数据库试题自动批改系统姓 名 学 院 专 业 计算机网络技术指导教师 李四 讲师备 注2011 年 9月6日数据库试题自动批改系统题库、考试子模块作者姓名: 指导教师: 李四 讲师单位名称: 计算机科学与技术系专业名称: 计算机网络技术大连东软信息技术职业学院2011年9月Database Test Automatic Marking System by LiuXiaochenSupervisor:LecturerZhangSanNortheastern University Neusoft Institute of InformationSeptember 2011毕业设计(论文)

2、任务书毕业设计(论文)题目:数据库试题自动批改系统设计(论文)的基本内容: 毕业设计(论文)专题部分:题目:设计或论文专题的基本内容:学生接受毕业设计(论文)题目日期第 1 周指导教师签字:2010年 月 日-大连东软信息技术职业学院毕业设计(论文) 摘要数据库试题自动批改系统摘 要随着计算机和网络技术的发展,计算机在各行各业都得到了广泛的应用。在教学领域,计算机除被大量用于辅助教学以外,还被大量用于辅助测试中。计算机辅助测试涉及各种技术,如随机抽题、自动组卷、自动批改等。其中自动批改是难点技术之一,被广泛关注。当然针对判断题、单选题、多选题、具有一个或多个确定答案的填空题的自动批改技术已相当

3、成熟,被广泛应用到计算机应用能力考试、高考等大规模的考试中。而诸如名词解释、简答题、论述题、SQL语句题等主观题,由于其自动批改涉及人工智能、模式识别和自然语言理解等方面的理论,所以至今仍没有出现通用的方法,对他们的批改还是靠人工。但人工批改受很多主观因素的影响,使得批改过程标准不断变化,而利用计算机进行批改时,标准会始终保持一致,且批改速度快。因此数据库试题自动批改系统的实现具有很重大的现实意义。针对这种现状,本文设计并实现数据库试题自动批改系统,它可以帮助教师完成数据库学科的一个考试从题目设计,考试安排,考试实施,考卷批改到分数统计总结的所有工作。所有的考试数据和其他数据需要使用数据库技术

4、进行存储和管理,并且具有一定的安全性保障。本文分以下几部分:绪论,关键技术,系统分析,系统设计,系统实现,系统测试及结论。绪论中简要说明了系统设计的目的、意义、范围、研究设想、方法、选题依据等;关键技术介绍了具体实现是需解决的一些技术;系统分析介绍了系统各模块的功能需求及开发环境;系统设计介绍了系统设计的指导思想,数据库设计,系统模块的设计。系统实现包括环境配置、主要界面、程序的流程图、代码设计等;系统测试通过设计测试方案、测试用例实现对系统的全面测试;总的来说,阐述了基于Struts 2.0框架,使用MySQL数据库,采用MVC设计模式完成数据库试题自动批改系统题库、考试子模块的分析、设计与

5、实现。关键词:Struts 2.0框架,MySQL,MVC-大连东软信息技术职业学院毕业设计(论文) AbstractDatabase Test Automatic Marking System AbstractWith the computer and network technology, computer industries have been widely used. In the field of teaching, computer assisted instruction than is used extensively for other, was also used ext

6、ensively for secondary testing. Computer Aided Test involve various techniques such as random question, automatic generation, automatic marking, etc. Of course, for the judge questions, multiple choice, multiple choice, with one or more answers to fill in the blank to determine the automatic marking

7、 technology is quite mature and widely applied to the computer skills test, college entrance exams such as large-scale. The interpretation of such terms, short answers, essay questions, SQL statements, etc. Subjective question, pattern recognition and natural language understanding and other aspects

8、 of the theory, and so there is still no general method for their correcting or manually. Therefore, the database system to achieve automatic correcting papers have a very great practical significance.In view of this situation, this article questions the database is designed and implemented automati

9、c correction system, which can help teachers to complete the database as a test subject title of the design, examination arrangements, test implementation, test paper marking to score statistical summary of all the work. All the test data and other data need to use database technology to store and m

10、anage, and protect the safety of certain.Introduction This paper points the following sections, key technologies, system analysis, system design, system implementation, system testing, the conclusion of seven parts. Introduction briefly describes the system design purpose, according to other topics;

11、 system designed for guiding the system design, database design, system modules. System implementation, the main interface, process flow charts, code and design; Overall, the described Struts2.0 framework, using the MySQL database, using MVC design pattern to complete the database automatically corr

12、ecting system of question bank questions, the analysis sub-module test, design and implementation.Key words: Struts2.0 Framework, MySQL, MVC-V-大连东软信息技术职业学院毕业设计(论文) 目录目 录毕业设计(论文)任务书I摘 要IIABSTRACTIII第1章绪 论11.1论文研究主要内容11.2 国内外现状1第2章关键技术介绍32.1 Struts2框架技术32.1.1 MVC简介3第3章系统分析43.1框架概述43.2系统功能概述43.2.1用户角色分

13、配43.2.2模块功能描述53.3系统环境73.3.1 开发环境7第4章系统设计84.1 设计指导思想和原则84.1.1 指导思想84.1.2 软件设计原则84.2系统的功能结构设计94.2.1 系统的功能模块划分9第5章系统实现115.1 环境配置115.1.1 web.xml文件配置115.1.2 Struts.xml文件配置115.1.3 Struts.properties文件配置115.2 数据库试题自动批改系统题库管理子模块界面125.2.1 题目添加125.2.2 题目修改135.2.3 题目删除15第6章系统测试166.1 测试目标166.2 测试环境166.3 测试流程166.

14、4 测试结论17第7章结论18参考文献19致 谢20大连东软信息技术职业学院毕业设计(论文) 第1章 绪论第1章绪 论现阶段,学校与社会上各种考试大都采用传统的考试方式,在此方式下,组织一次考试至少要经过五个步骤,即人工出卷,考生考试,人工阅卷,成绩评估和试卷分析。显然,随着考试类型的不断增加及考试要求的不断提高,教师的工作量会越来越大,并且其工作将是一件十分繁琐和非常容易出错的事情,可以传统的考试方式已经不能适应现代考试的需要。随着计算机应用的迅猛发展,网络应用不断扩大,且这些应用正逐步深入到千家万户。人们迫切的要求利用这些技术来进行在线考试,以减轻教师的工作负担及提高工作效率,与此同时也提高了考试的质量,从而使考试更趋于公正、客观、更加激发学生的学习兴趣。选择该题目的目的是利用计算机的准确性和高效性,来实现在线考试,在线批改。同时针对题目的选择也有一个突破,多角度,多策略,多选择的出题方式,一改以往传统的固定出题模式,这样更加的灵活。该系统就是

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 大杂烩/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号