资源描述:
《java论文smart系统-题库及试卷管理模块的设计与开发》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Smart系统—题库及试卷管理模块的设计与开发论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:Smart系统—题库及试卷管理模块的设计与开发摘要SMART系统是一个采用新思路、新架构、新技术开发出来的一个新型智能在线考试信息管理系统,该系统主要实现了学生在线考试与评估以及对各种评估信息的管理和维护。本文针对教育工作的具体需求,用struts+spring+hibernate搭建的框架为设计平台,以B/S(Browser/Server)模式开发与设计题库及试卷管理模块。本设计为Smart系统的一部分。主要设计和实现了学校考试的出卷方式与试题库
2、的管理。论文首先阐述了题库管理及试卷管理系统的详细需求分析、数据库的合理设计以及系统设计原理,给出了计算机管理环境下的题型分类、试卷生成的方法,并从科学、实用的角度构造系统功能模块,包括试题录入、题库维护、生成试卷、试卷管理等功能。其次介绍了各个模块功能的具体实现,包括:题库权限管理、手动出卷、自动出卷等。最后通过本模块的应用,可以满足评估系统中考试需求,对教育评估的发展起到一定的促进作用。关键词:Struts;Spring;Hibernate;卷生成;题库;卷管理TheSmartSystem----TheDesignandImplementationofanExerc
3、iselibraryManagementModuleAbstractDevelopedwithnewidea,structure,technology,SMARTisonlineintelligentexaminationinformationmanagementsystem;itrealizesthefunctionofonlinetest,evaluation,andevaluationinformationmanagementandmaintenance.Aimingattherequirementofeducation,Iusetheframeworkofstr
4、uts+spring+hibernateasadesignplatform,andB/Smodeasdevelopmentanddesignofitempoolandpapermanagementmodule.MydesignispartoftheSmartsystem.Thedesignrealizesthefunctionoftestpaperdesignanditempoolmanagement.Thetheses,firstly,illustratetheprincipleofitemmanagement,databasedesignandsystemdesig
5、n,thenfindoutthesolutionofquestiontypesorting,testpapergeneratingincomputerenvironment.Thedesignalsoconstructthefunctionmodefromscientificandpragmaticaspect,includingtestquestioninput,itempoolmanagement,testpapergenerationetc.Secondly,thethesesintroducestherealizationofeachmodulefunction
6、,includingthepowerlimitmanagementoftheitempool,manualgenerationoftestpaperetc.finally,Throughthissystemapplication,maysatisfytheeducateappraisaldemand,andpromotetheeducationalevaluationdevelopment.Keywords:struts;spring;hibernate;randomizationtest;testquestionsdatabase;testmanagement目录论文
7、总页数:22页1引言11.1课题背景11.2国内现状11.3本课题研究的意义12相关理论知识及其技术22.1系统开发环境及技术22.1.1开发环境22.2框架介绍22.2.1Struts简介22.2.2Spring简介42.2.3Hibernate简介42.2.4SQLServer2000简介42.2.5JSP组件53需求分析和设计方案63.1题库管理63.1.1试题管理需求分析63.1.2试题管理设计方案63.2试卷管理73.2.1试卷管理需求分析73.2.2试卷管理设计方案84设计流程94.1数据库设计94.1.1题库管理数据ER图及