資源描述:
《c語言試題生成與考試系統(tǒng)論文》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、1分類號:TP312UDC:D10621-408-(2007)6182-0密級:公開編號:2002801027學(xué)位論文C語言試題生成與考試系統(tǒng)論文作者姓名:***申請學(xué)位專業(yè):網(wǎng)絡(luò)工程申請學(xué)位類別:工學(xué)學(xué)士指導(dǎo)教師姓名(職稱):*****論文提交日期:*********C語言試題生成與考試系統(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試題生
2、成與考試系統(tǒng),其中數(shù)據(jù)庫采用MYSQL,開發(fā)平臺是jsp,開發(fā)工具是eclipse+myeclipse,服務(wù)器采用tomcat。本系統(tǒng)實(shí)現(xiàn)了三個(gè)功能模塊即試題管理模塊、在線考試模塊、自動評分模塊。試題管理模塊包括上傳試題、試題管理、試卷的自動生成。在線考試模塊包括學(xué)生登錄、考試鑒權(quán)、考試時(shí)間控制和一些簡單的考試意外的避免。自動評分模塊包括制定評分規(guī)則自動評分和答案的返回。用戶機(jī)則不需要安裝任何應(yīng)用程序直接通過瀏覽器就可以訪問。本系統(tǒng)的實(shí)現(xiàn)有利于提高網(wǎng)絡(luò)教學(xué)的質(zhì)量同時(shí)大大拓展了考試的靈活性,閱卷效率,以及保
3、證了考試的公平性、答案的安全性。關(guān)鍵詞:網(wǎng)絡(luò)考試系統(tǒng);Web;B/S模式ProducingQuestionandExaminationSystemforCLanguageAbstractAtpresent,thenetworkeducationisimperative.Thenetexaminationplaysanimportantroleinthenetworkeducation.Thetraditionalwayofexaminationneedstobeimproved.Becauseofitsn
4、ormalization,scientificityanditsunificationoforganizingandmanagingexaminationwork,thenetworkeducationcanaffectthequalityofteaching.Consideringtheseconditions,thissystemhasimplementedanon-lineCtestquestionsexaminationwhichbasesonB/Spattern,anditadoptsMYSQL
5、database,JSPdevelopingplatform,EclipseplusMyeclipsedevelopingtoolsandtomcatserver.Thissystemhasimplementedthreemodulesincludingtestquestionsmanagementmodule,on-lineexaminationmoduleandautogradingmodule.Thetestquestionmanagementmoduleincludesup-loadingtest
6、questions,managingtestquestionsandautoproducingtestpaper.Theon-lineexaminationmoduleincludesstudentlogin,examinationauthentication,testingtimecontrolandtheavoidanceofsomesimpleaccidents.Theautogradingmoduleincludesdrawinggradingrule,autogradingandreturnin
7、ganswers.Theuser-partcomputercandirectlyvisitbrowser,whichneedsnotinstallanyapplicationprogram.Theimplementationofthissystemcanenhancethequalityofnetworkteaching,anditalsogreatenlargestheflexibilityofexaminationandefficiencyofreadingtests,anditalsoguarant
8、eesthefairnessofexaminationandsecurityofanswers.Keywords:Netexaminationsystem;Web;B/Smodel目錄論文總頁數(shù):26頁1引言01.1課題背景01.2試題自動生成系統(tǒng)開發(fā)的目的和意義01.3開發(fā)環(huán)境01.3.1硬件配置及外設(shè)設(shè)備與配置01.3.2軟件平臺及語言02項(xiàng)目總覽02.1總體設(shè)計(jì)02.2模塊劃分及各模塊的基本功能02.3數(shù)據(jù)庫設(shè)計(jì)03實(shí)現(xiàn)