資源描述:
《在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)論文》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要:現(xiàn)今,越來越多的考試成為日常生活中的一部分,而傳統(tǒng)的考試從出題、組卷、印刷、到試卷的分發(fā)、答題、收卷、再到閱卷、公布成績(jī)、統(tǒng)計(jì)考試結(jié)果。整個(gè)過程周期長(zhǎng)、工作量大、容易出錯(cuò)、使得整個(gè)考試成本較大。所以,提高考試工作效率,減少考試成本是現(xiàn)在考試面臨的最大問題。本文在分析了傳統(tǒng)考試方式的不足后,利用現(xiàn)有資源設(shè)計(jì)出基于互聯(lián)網(wǎng)的在線考試系統(tǒng),整個(gè)系統(tǒng)基于B/S架構(gòu)模式,采用JSP技術(shù)進(jìn)行系統(tǒng)開發(fā),利用MyEclipse作為開發(fā)工具,使用SQLServer2005作為后臺(tái)數(shù)據(jù)庫(kù)。
2、主要實(shí)現(xiàn)了修改密碼、管理員維護(hù)、課程管理、題庫(kù)管理、試卷管理、考生管理、評(píng)分老師管理、閱卷、在線考試、在線自測(cè)等基本功能。系統(tǒng)經(jīng)過測(cè)試可以實(shí)現(xiàn)無紙化、網(wǎng)絡(luò)化、自動(dòng)化的優(yōu)點(diǎn)。能夠解決考試工作量大、效率低等問題。關(guān)鍵詞:JSP技術(shù);B/S模式;SQLServer2005;MyEclipseTheDesignandImplementationofOnlineExaminationSystemAbstract:Withthedevelopmentofsociety,examisregardedasanec
3、essarywaywhichtomakeprogressorsuccess.Therefore,examisincreasinglyfrequentinourdailylife.Asamatteroffact,thetraditionalexamisbeingimplementedisrequiringmuchtimeandeffort.So,itisanimportantissuehowtoimprovetheefficiencyofexam.Inthisthesis,itanalyzesthe
4、shortcomingofthetraditionaltestatfirst.Andthen,itdesignedtheonlineexaminationsystembyusingoftheexistingresources.ThewholesystembasedontheB/Sarchitecturalpatterns.TheJSPtechniquesusedforsystemdevelopment.TheMyEclipsewereusedasadevelopmenttool.Andatthes
5、ametime,theSQLServer2005wereregardedasthebackgrounddatabase.Inotherswords,itmainlyimplementssomebasicfunctionalitywhichincludeschangethepassword,administratormaintain,curriculummanagement,questionbankmanagement,testmanagement,examinemanagement,grading
6、teachermanagement,marking,onlineexaminationandsoon.Thissystemhastheadvantagesofpaperless,networkedandautomation.Allinall,itplaysanimportantroleinexamination.Keywords:JSPtechnology,B/Smode,SQLServer2005,MyEclipse目錄第1章緒論11.1研發(fā)的背景11.2目的與意義11.3系統(tǒng)的目標(biāo)11.4本人
7、的主要工作21.5論文結(jié)構(gòu)2第2章系統(tǒng)開發(fā)的技術(shù)介紹32.1選擇JSP作為開發(fā)語言32.2選擇SQL2005作為后臺(tái)數(shù)據(jù)庫(kù)32.3選擇MyEclipse作為開發(fā)工具42.4利用B/S框架42.5使用Tomcat作為服務(wù)器4第3章系統(tǒng)分析53.1可行性分析53.2系統(tǒng)需求分析53.3數(shù)據(jù)庫(kù)需求分析6第4章系統(tǒng)設(shè)計(jì)74.1系統(tǒng)功能模塊介紹74.2數(shù)據(jù)庫(kù)設(shè)計(jì)74.3數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì)10第5章系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn)155.1系統(tǒng)流程圖155.2管理員模塊的設(shè)計(jì)與實(shí)現(xiàn)155.2.1管理員登錄界面155.2.2修
8、改密碼界面165.2.3管理員維護(hù)界面175.2.4課程管理界面185.2.5題庫(kù)管理界面185.2.6試卷管理界面195.2.7考生管理界面205.2.8評(píng)分老師管理界面215.2.9考生分?jǐn)?shù)查看界面225.3評(píng)分老師模塊的設(shè)計(jì)與實(shí)現(xiàn)235.3.1評(píng)分老師登錄界面235.3.2評(píng)分老師閱卷界面245.4考生模塊的設(shè)計(jì)與實(shí)現(xiàn)245.4.1考生登錄界面255.4.2在線考試界面255.4.3分?jǐn)?shù)查詢界面265.4.4在線自測(cè)界面26第6章系統(tǒng)測(cè)試276.1測(cè)試的重要性276.2測(cè)試的