【正文】
....................................................................... 2 研究的意義 ................................................................................................................. 2 2 需求分析 ................................................................ 4 系統(tǒng)功能需求分析 ..................................................................................................... 4 系統(tǒng)設(shè)計 ..................................................................................................................... 5 系統(tǒng)的體系結(jié)構(gòu) .............................................................................................. 5 系統(tǒng)的用例圖 .................................................................................................. 5 3 系統(tǒng)開發(fā) ................................................................ 7 系統(tǒng)登錄界面 .............................................................................................................. 7 考生考試的整個流程 ................................................................................................. 9 教師管理試卷主界面 ............................................................................................... 13 教師管理考試申請主界面 ....................................................................................... 13 4 系統(tǒng)測試 ............................................................... 16 測試環(huán)境 .................................................................................................................... 16 測試思路 .................................................................................................................... 16 基本操作 ......................................................................................................... 16 并發(fā)操作 ......................................................................................................... 16 非法請求控制 ................................................................................................. 16 測試結(jié)果 .................................................................................................................... 17 總結(jié) ..................................................................... 19 參考文獻(xiàn) ................................................................. 20 致謝 ..................................................................... 21 1 1 緒論 現(xiàn)如今,幾乎所用的學(xué)校都有高速局域網(wǎng)這一非常有使用價值的網(wǎng)絡(luò)資源,基于Web的開發(fā)技術(shù)得到了極 大的應(yīng)用。 關(guān)鍵詞 :B/S 結(jié)構(gòu);在線考試; MVC II Abstract: With the continuous development of puter work technology and work education, traditional examination using paper and pencil can not meet the need of today’s society development any more and is gradually replaced by puter online exam . Computer online examination makes use of work, not only reducing personal effects on test, but also cutting back teachers’ workload. The development of this system adopts B/S structure, which focuses the core part of realization of the system functions on the Server, thus simplifying system development, maintenance and use. Based on development environment, it uses Java language to exploit system background, and adopts JSP skills to design interface. At the beginning, this paper discusses online examination background, research methods, and research significance. Then it analyzes the need of online exam system in detail, giving a design scheme of this system, whose main functions consist of Student test, Teacher’s management to test paper and so on . This paper’s study modules, namely Student module and Teacher module, together with Chen Pengpeng’s Administrator module, constitute a relatively plete online examination system. After rigorous testing, the system proves to be stable and safe. Key words: Browser/Server 。本文所論述的功能模塊,即學(xué)生模塊和教師模塊,與陳朋朋同學(xué)開發(fā)的管理員模塊集成在一起,構(gòu)成了一個較為完整的在線考試系統(tǒng)。 本文首先論述了在線考試的產(chǎn)生背景 、研究方法以及本課題研究的意義。