资源描述:
《高校教学管理系统的设计与实现在线考试管理模块大学本科毕业论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着计算机网络技术的不断发展和学校信息管理日益完善,传统的基于纸质的考试形式已不能适应现在高校教学的需要,计算机在线考试正在逐步取代传统考试。基于WEB的高校教学管理系统已经成为现代高校考试方式的有力补充和发展。为提高教学水平提供了先进的手段。本设计采用B/S的模式开发,以Tomcat作为Web服务器,使用JSP,JDBC技术和MySQL数据库实现,并且采用Myeclipse6.5、MySQL-Front2.5、Dreamweaver8等软件完成该系统的设计。本项目实现了高校教学管理系统--在线考试管理模块,包括登陆注册模块,学生考试模块和教师管理模块。学生可以自行选择考试
2、科目,进行在线答题,以及查看成绩和修改用户信息等操作。教师有试题管理和学生管理等权限,试题管理:可以增加和删除试题。学生管理:修改学生信息,查看修改成绩。论文首先对在线考试系统做了需求分析,然后给出系统的设计与实现过程,最后,针对系统的各个功能进行了阐述。关键词:在线考试系统;B/S;JSP;JDBC;MySQL;AbstractWiththedevelopmentofcomputernetworktechnologyandtheschoolofinformationmanagementisincreasinglyperfect,thetraditionalpaperexami
3、nationformbasedonhasnotbeenabletoadaptnowteachinginCollegesanduniversities,thecomputeronlinetestisgraduallyreplacingthetraditionalexamination.UniversityteachingmanagementsystemofWEBhasbecomethedevelopmentofpowerfulsupplementandmodernuniversityexaminationmodebasedon.Provideadvancedmeansforimp
4、rovingtheteachinglevel.ThisdesignusesB/Smodeldevelopment,withTomcatastheWebserver,useJSP,JDBCtechnologyandMySQLdatabasedesignandimplementation,usingMyeclipse6.5,MySQL-Front2.5,Dreamweaver8andothersoftwaretocompletethesystem.Thisprojectrealizestheuniversityteachingmanagementsystem,onlineexami
5、nationmanagementmodule,includingtheregistrationofthelandingmodule,examinationmoduleandtheteachermanagementmodule.Studentscanchoosethesubjectsoftheexamination,onlineanswer,andviewtheresultsandmodifyuserinformationandotheroperations.Teachershavetheitemmanagementandstudentsmanagementauthority,t
6、estmanagement:canincreaseanddeleteitem.Studentmanagement:modifystudentinformation,viewthechangescores.Firstly,therequirementanalysisoftheonlineexaminationsystem,andthengivethesystemdesignandimplementationprocess,finally,allofthefunctionsofthesystemaredescribed.Keywords:onlineexaminationsyste
7、m;B/S;JSP;JDBC;MySQL;目录1概述11.1选题依据和意义11.2本课题国内外研究现状11.3研究的内容和采用的方法12系统开发和选择工具22.1基本环境22.2开发工具22.3系统实现中技术选择22.3.1JavaScript描述22.3.2Tomcat服务器22.3.3JDBC描述22.3.4MySQL描述33系统分析43.1开发背景43.2需求分析43.2.1系统功能分析43.2.2系统功能图43.2.3系统用例图53.2.4业务流程图64系统设计与实现74.1数据库设