資源描述:
《畢業(yè)論文--C語(yǔ)言在線考試系統(tǒng)——試題生成模塊》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、河北農(nóng)業(yè)大學(xué)信息學(xué)院本科畢業(yè)論文題目:學(xué)院:信息科學(xué)與技術(shù)學(xué)院專業(yè)班級(jí):計(jì)算機(jī)科學(xué)與技術(shù)0902班學(xué)號(hào):學(xué)生姓名:指導(dǎo)教師姓名:指導(dǎo)教師職稱:講師二O一三年六月一日摘要現(xiàn)如今,我們生活在信息大爆炸的時(shí)代,網(wǎng)絡(luò)信息的應(yīng)用已經(jīng)進(jìn)入我們的生活的各方各面。尤其在網(wǎng)絡(luò)教學(xué)中,網(wǎng)上在線考試系統(tǒng)在其中扮演了重要的角色,相比于傳統(tǒng)的考試方式具有更好的規(guī)范性、科學(xué)性,更加有利于考試工作的組織和管理。C語(yǔ)言在線考試系統(tǒng)是一個(gè)擁有自動(dòng)組卷、自動(dòng)判卷、學(xué)生和成績(jī)信息管理的網(wǎng)上考試系統(tǒng)。它分為試題生成模塊、在線考試模塊、自動(dòng)評(píng)分模塊,整個(gè)系
2、統(tǒng)層次結(jié)構(gòu)簡(jiǎn)單,操作簡(jiǎn)易,并具備了一定的安全性,在有利于提高網(wǎng)絡(luò)教學(xué)的質(zhì)量的同時(shí),大大的拓展了考試的靈活性,閱卷效率,還保證了考試的公平性,答案的安全性。我主要設(shè)計(jì)和實(shí)現(xiàn)了試題的生成模塊,其中包括了批量上傳試題,單條上傳試題,試題的查詢與刪除,試卷的自動(dòng)生成等環(huán)節(jié)。本系統(tǒng)的開(kāi)發(fā)實(shí)現(xiàn)是基于B/S模式的,數(shù)據(jù)庫(kù)采用MySQL,開(kāi)發(fā)平臺(tái)是PHP,開(kāi)發(fā)工具是Dreamweaver,服務(wù)器采用了Apache。關(guān)鍵詞:在線考試系統(tǒng);B/S模式;PHPAbstractToday,wearelivingintheeraofinfo
3、rmationexplosion,theapplicationofnetworkinformationhasenteredourlivesonallsides.Especiallyintheonlineteaching,onlineexaminationsysteminwhichplayanimportantrole,comparedtotraditionalexaminationshavebetternormative,scientific,moreconducivetotheexaminationworkoft
4、heorganizationandmanagement.Clanguageisanonlineexaminationsystemhasautomaticgeneration,automaticgraders,students,andperformanceinformationmanagementonlineexaminationsystem.Itisdividedintoquestionsgenerationmodule,onlineexaminationmodule,automaticscoringmodule,
5、theentiresystemhierarchyissimple,easytooperate,andhaveacertaindegreeofsecurity,thenetworkwillhelpimprovethequalityofteachingatthesametime,greatlyexpandtheflexibilityoftheexamresistance,scoringefficiency,butalsotoensurethefairnessoftheexamination,theanswersecur
6、ity.Imainlydesignandimplementationofagenerationmoduletestquestions,includingquestionsbulkupload,uploadingsinglequestions,questionsanddeletequeries,andotheraspectsoftheautomaticgenerationoftestpaper.DevelopmentofthissystemimplementationisbasedonB/Smode,thedatab
7、aseusingMySQL,developmentplatformisPHP,developmenttoolsisDreamweaver,theserverusestheApache.Keywords:onlineexaminationsystem;B/Smode;PHP目錄1.緒論11.1課題背景11.2在線考試系統(tǒng)開(kāi)發(fā)的目的和意義12.在線考試系統(tǒng)的需求分析22.1功能需求22.2性能需求22.2.1網(wǎng)絡(luò)環(huán)境下的多用戶性需求22.2.2數(shù)據(jù)的完整性和準(zhǔn)確性需求22.2.3數(shù)據(jù)安全性需求22.3開(kāi)發(fā)方案的比較與選
8、擇22.3.1開(kāi)發(fā)方案的比較22.3.2開(kāi)發(fā)方案的確定32.4系統(tǒng)開(kāi)發(fā)環(huán)境及工具32.4.1開(kāi)發(fā)/運(yùn)行環(huán)境32.4.2開(kāi)發(fā)工具的選取43.總體設(shè)計(jì)43.1系統(tǒng)功能需求分析圖描述43.1.1功能需求分析總圖43.1.2學(xué)生功能需求分析圖53.1.3教師功能需求分析圖53.2模塊的劃分及各個(gè)模塊的基本功能64.數(shù)據(jù)庫(kù)設(shè)計(jì)64.1數(shù)據(jù)庫(kù)連接64.2數(shù)據(jù)表實(shí)現(xiàn)75.