试卷智能生成系统的研制毕业设计论文
摘 要试卷智能生成系统是一个采用新思路、新架构、新技术开发出来的一个新型智能在线考试信息管理系统,该系统主要实现了学生在线考试与评估以及对各种评估信息的管理和维护。本文针对教育工作的具体需求,用struts + spring + hibernate搭建的框架为设计平台,以B/S(Browser/Server)模式开发与设计题库及试卷管理模块。本设计为试卷智能生成系统的一部分。主要设计和实现了学校考试的出卷方式与试题库的管理。论文首先阐述了题库管理及试卷管理系统的详细需求分析、数据库的合理设计以及系统设计原理,给出了计算机管理环境下的题型分类、试卷生成的方法,并从科学、实用的角度构造系统功能模块,包括试题录入、题库维护、生成试卷、试卷管理等功能。其次介绍了各个模块功能的具体实现,包括:题库权限管理、手动出卷、自动出卷等。最后通过本模块的应用,可以满足评估系统中考试需求,对教育评估的发展起到一定的促进作用。关键词:Struts;Spring;Hibernate;试卷生成;题库;卷管理AbstractDeveloped with new idea, structure, technology, SMART is online intelligent examination information management system; it realizes the function of online test, evaluation, and evaluation information management and maintenance. Aiming at the requirement of education, I use the framework of struts + spring + hibernate as a design platform, and B/S mode as development and design of item pool and paper management module. My design is part of the Smart system. The design realizes the function of test paper design and item pool management. The theses, firstly, illustrate the principle of item management, database design and system design, then find out the solution of question type sorting, test paper generating in computer environment. The design also construct the function mode from scientific and pragmatic aspect, including test question input, item pool management, test paper generation etc. Secondly, the theses introduces the realization of each module function, including the power limit management of the item pool, manual generation of test paper etc. finally, Through this system application, may satisfy the educate appraisal demand, and promote the educational evaluation development.Key words: struts; spring; hibernate; randomization test; test questions database; test management目 录论文总页数:22页1引言 11.1课题背景 11.2国内现状 11.3本课题研究的意义 12相关理论知识及其技术 22.1系统开发环境及技术 22.1.1 开发环境 22.2框架介绍 22.2.1 Struts 简介 22.2.2 Spring简介 42.2.3 Hibernate 简介 42.2.4 SQLServer 2000 简介 42.2.5 JSP 组件 53需求分析和设计方案 63.1 题库管理 63.1.1 试题管理需求分析 63.1.2 试题管理设计方案 63.2试卷管理 73.2.1 试卷管理需求分析 73.2.2 试卷管理设计方案 84设计流程 94.1数据库设计 94.1.1 题库管理数据ER图及数据库表 94.1.2 试卷管理数据ER图及数据库表 114.2 系统实现 144.2.1 题库管理模块实现 144.2.2 试卷管理模块实现 165系统测试 195.1 测试环境 195.2 测试结果 19结 论 19参考文献 19致 谢 21声 明 22