資源描述:
《畢業(yè)論文___c語言在線考試系統(tǒng)自動評分模塊設計》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、摘要C語言是國際上廣泛流行的計算機高級程序設計語言,在各類高等院校的計算機及相關專業(yè)中,C語言均被列為一門必修的基礎課程。隨著計算機技術的日趨成熟,該課程的考核從傳統(tǒng)手工閱卷走向計算機自動評閱。本文開發(fā)的C語言在線考試系統(tǒng),一方面實現(xiàn)了C語言課程考試的無紙化,節(jié)約了大量能源;另一方面,實現(xiàn)了部分題目的自動評閱,降低閱卷的工作量,提高評閱過程中的公平性與準確性。它為C語言教學提供了一套完備的自我測試系統(tǒng),也為學生的自主學習提供了更好的支持。本系統(tǒng)主要對考試系統(tǒng)中的自動組卷、考生考試及自動評分模塊進行了研究與設計,我主要完成的是自
2、動評分模塊的功能實現(xiàn)。在設計系統(tǒng)的過程中,我們結合平時使用軟件的需求,對該項目進行了界面的優(yōu)化,該系統(tǒng)設計成功后,經過了一定量的測試,初步證明運行穩(wěn)定,自動評分準確,評分標準統(tǒng)一,整體效果良好,具有一定的的使用價值。關鍵字:C語言在線考試系統(tǒng);自動評分模塊;PHP;ApacheAbstractClanguageiswidelypopularinternationalhigh-levelcomputerprogramminglanguage,variousinstitutionsofhigherlearninginthecomp
3、uterandrelatedprofessions,Clanguageareclassifiedasacompulsorybasiccourse.Ascomputertechnologymatures,thecourseoftheassessmentfromthetraditionalmanualscoringtowardthecomputerautomaticallymarked.ThisdevelopmentoftheClanguageonlineexaminationsystem,ontheonehandtoachiev
4、eapaperlessexaminationoftheClanguagecurriculum,savingalotofenergy;theotherhand,toachievesomeofthesubjectautomaticallymarked,reducingtheworkloadofmarking,theprocessofimprovingReviewfairnessandaccuracy.ItisaClanguageteachingprovidesacompleteself-testsystem,butalsofort
5、hestudents'self-learningprovidesbettersupport.Thissystemismainlyforautomaticgenerationoftestsystems,andautomaticscoringmoduleexamcandidatesconductedresearchanddesign,Imainlytocompletetheautomaticscoringmodulefunctionimplementation.Intheprocessofdesigningthesystem,we
6、usuallyusethesoftwarecombinestheneedsoftheprojectwascarriedouttooptimizetheinterface,thesystemisdesignedsuccessfully,afteracertainamountoftesting,preliminaryevidenceofstableoperation,automaticscoringaccurate,unifiedscoringcriteria,theoveralleffectisgood,hasacertainv
7、alueinuse.Keywords:Clanguageonlineexaminationsystem;automaticscoringmodule;PHP;Apache目錄1緒論41.1課題研究的背景及意義41.2國內外研究概況與發(fā)展趨勢41.2.1客觀性試題評測技術41.2.2主觀性試題評測技術52開發(fā)環(huán)境和開發(fā)技術52.1系統(tǒng)介紹52.1.1C語言在線考試系統(tǒng)簡介52.1.2自動評分系統(tǒng)簡介62.2工具環(huán)境介紹62.2.1開發(fā)環(huán)境的選擇62.2.2PHP語言簡介62.2.3Apache簡介62.2.4MySQL簡介73需
8、求分析73.1設計思想73.2可行性分析73.2.1操作可行性73.2.2技術可行性73.2.3經濟可行性83.3用戶需求與系統(tǒng)目標84系統(tǒng)設計84.1功能需求分析圖84.2系統(tǒng)結構設計94.2.1系統(tǒng)功能結構94.2.2系統(tǒng)流程圖105數據庫設計116項目的設計實現(xiàn)166.