資源描述:
《c語(yǔ)言試題生成與考試系統(tǒng)—畢業(yè)設(shè)計(jì)論文》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、畢業(yè)設(shè)計(jì)(論文)C語(yǔ)言試題生成與考試系統(tǒng)論文作者姓名:申請(qǐng)學(xué)位專業(yè):申請(qǐng)學(xué)位類別:指導(dǎo)教師姓名(職稱):論文提交日期:C語(yǔ)言試題生成與考試系統(tǒng)摘要當(dāng)前,網(wǎng)絡(luò)教學(xué)方興未艾。網(wǎng)上考試已在其中扮演了重要的角色,傳統(tǒng)試卷考試方式有待提高。網(wǎng)絡(luò)教學(xué)已從其規(guī)范性、科學(xué)性及考試工作組織、管理的統(tǒng)一性,影響到教學(xué)質(zhì)量的好壞?;诖?,本系統(tǒng)開發(fā)實(shí)現(xiàn)了基于B/S模式的c試題生成與考試系統(tǒng),其中數(shù)據(jù)庫(kù)采用MYSQL,開發(fā)平臺(tái)是jsp,開發(fā)工具是eclipse+myeclipse,服務(wù)器采用tomcat。本系統(tǒng)實(shí)現(xiàn)了三個(gè)功能模塊即試題管理模塊、在線考試模塊、自動(dòng)評(píng)分模塊。試題管理模塊包括上傳試題、試題管理
2、、試卷的自動(dòng)生成。在線考試模塊包括學(xué)生登錄、考試鑒權(quán)、考試時(shí)間控制和一些簡(jiǎn)單的考試意外的避免。自動(dòng)評(píng)分模塊包括制定評(píng)分規(guī)則自動(dòng)評(píng)分和答案的返回。用戶機(jī)則不需要安裝任何應(yīng)用程序直接通過(guò)瀏覽器就可以訪問(wèn)。本系統(tǒng)的實(shí)現(xiàn)有利于提高網(wǎng)絡(luò)教學(xué)的質(zhì)量同時(shí)大大拓展了考試的靈活性,閱卷效率,以及保證了考試的公平性、答案的安全性。關(guān)鍵詞:網(wǎng)絡(luò)考試系統(tǒng);Web;B/S模式ProducingQuestionandExaminationSystemforCLanguageAbstractAtpresent,thenetworkeducationisimperative.Thenetexaminationpl
3、aysanimportantroleinthenetworkeducation.Thetraditionalwayofexaminationneedstobeimproved.Becauseofitsnormalization,scientificityanditsunificationoforganizingandmanagingexaminationwork,thenetworkeducationcanaffectthequalityofteaching.Consideringtheseconditions,thissystemhasimplementedanon-lineCt
4、estquestionsexaminationwhichbasesonB/Spattern,anditadoptsMYSQLdatabase,JSPdevelopingplatform,EclipseplusMyeclipsedevelopingtoolsandtomcatserver.Thissystemhasimplementedthreemodulesincludingtestquestionsmanagementmodule,on-lineexaminationmoduleandautogradingmodule.Thetestquestionmanagementmodul
5、eincludesup-loadingtestquestions,managingtestquestionsandautoproducingtestpaper.Theon-lineexaminationmoduleincludesstudentlogin,examinationauthentication,testingtimecontrolandtheavoidanceofsomesimpleaccidents.Theautogradingmoduleincludesdrawinggradingrule,autogradingandreturninganswers.Theuser
6、-partcomputercandirectlyvisitbrowser,whichneedsnotinstallanyapplicationprogram.Theimplementationofthissystemcanenhancethequalityofnetworkteaching,anditalsogreatenlargestheflexibilityofexaminationandefficiencyofreadingtests,anditalsoguaranteesthefairnessofexaminationandsecurityofanswers.Keyword
7、s:Netexaminationsystem;Web;B/Smodel目錄論文總頁(yè)數(shù):26頁(yè)1引言01.1課題背景01.2試題自動(dòng)生成系統(tǒng)開發(fā)的目的和意義01.3開發(fā)環(huán)境01.3.1硬件配置及外設(shè)設(shè)備與配置01.3.2軟件平臺(tái)及語(yǔ)言02項(xiàng)目總覽02.1總體設(shè)計(jì)02.2模塊劃分及各模塊的基本功能02.3數(shù)據(jù)庫(kù)設(shè)計(jì)03實(shí)現(xiàn)技術(shù)和方案選擇03.1B/S模式與C/S模式03.2JSP和ASP03.3JDBC和ODBC03.4主要開發(fā)軟件04項(xiàng)目特色04.1試題生成04.2局部