基于jsp技術(shù)在線考試系統(tǒng).doc
約51頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
基于jsp技術(shù)在線考試系統(tǒng),基于jsp技術(shù)在線考試系統(tǒng)全文51頁(yè)約22000字論述翔實(shí)摘 要隨著信息時(shí)代的到來(lái)和現(xiàn)代科學(xué)技術(shù)的突飛猛進(jìn),尤其是計(jì)算機(jī)技術(shù)的發(fā)展與普及,在線考試系統(tǒng)在當(dāng)代遠(yuǎn)程教育中的應(yīng)用已經(jīng)越來(lái)越廣泛了。本文講述了使用jsp技術(shù)開(kāi)發(fā)一個(gè)實(shí)用的在線考試系統(tǒng)的思路與方法。所謂的在線考試系統(tǒng)就是能實(shí)現(xiàn)計(jì)算機(jī)組卷、網(wǎng)上答卷、計(jì)算機(jī)判卷、計(jì)算...
內(nèi)容介紹
此文檔由會(huì)員 棉花糖糖 發(fā)布
基于JSP技術(shù)在線考試系統(tǒng)
全文51頁(yè) 約22000字 論述翔實(shí)
摘 要
隨著信息時(shí)代的到來(lái)和現(xiàn)代科學(xué)技術(shù)的突飛猛進(jìn),尤其是計(jì)算機(jī)技術(shù)的發(fā)展與普及,在線考試系統(tǒng)在當(dāng)代遠(yuǎn)程教育中的應(yīng)用已經(jīng)越來(lái)越廣泛了。
本文講述了使用JSP技術(shù)開(kāi)發(fā)一個(gè)實(shí)用的在線考試系統(tǒng)的思路與方法。所謂的在線考試系統(tǒng)就是能實(shí)現(xiàn)計(jì)算機(jī)組卷、網(wǎng)上答卷、計(jì)算機(jī)判卷、計(jì)算機(jī)統(tǒng)計(jì)成績(jī)等功能的系統(tǒng)。
本文首先在緒論中介紹了遠(yuǎn)程教育的發(fā)展?fàn)顩r,而網(wǎng)上考試作為遠(yuǎn)程教育的一個(gè)重要環(huán)節(jié)也將是發(fā)展的一個(gè)趨勢(shì)。還闡述了在線考試的優(yōu)越性和研究意義。
此后,本文著重描述了在線考試系統(tǒng)的組成與結(jié)構(gòu),闡述了系統(tǒng)的設(shè)計(jì)方案、實(shí)現(xiàn)方法以及所采用的開(kāi)發(fā)工具和相關(guān)技術(shù),還重點(diǎn)剖析了部分環(huán)節(jié)的程序設(shè)計(jì)、模塊開(kāi)發(fā)過(guò)程。
最后在一定的環(huán)境下對(duì)系統(tǒng)的重要模塊進(jìn)行了模擬測(cè)試,證實(shí)了系統(tǒng)的可用性。
關(guān)鍵詞 JSP技術(shù),在線考試,組卷
Abstract
With the coming of information era and the rapid advance of modern technology, especially the progress and permeation of computer technology, Testing Online Systems are used more and more in long-distance education nowadays.
This paper describes the design and implementation of a Testing Online System by using JSP technology. A so-called Testing Online System is the system to realize the function that computer forms paper, go on and answer the questions in a test paper on the net, computer judges paper one, computer counts score, etc.
At first, the paper introduces the state of development of the long-distance education. Furthermore, the web-based examination is regarded as an important ring of the long-distance education and it will be an inexorable trend of developing. It explains even the superiority of online test and research meaning.
After this, the paper highlights the architecture, design, some implementation details and the related tools and technology. In addition to that, this paper also gives some analysis on some programming issues and the exploitation course of the module.
At last, the important module of the system is tested under certain virtual environment, thus systematic usability is verified.
Keywords JSP technology; Testing online; Form the paper
目 錄
摘 要 I
Abstract II
第1章 緒 論 1
1.1 網(wǎng)絡(luò)教育的發(fā)展?fàn)顩r 1
1.2 系統(tǒng)的總體概述及其研究意義 3
1.3 畢業(yè)設(shè)計(jì)的任務(wù)要求 4
1.4 開(kāi)發(fā)環(huán)境與工具 4
第2章 產(chǎn)品定義 6
2.1 產(chǎn)品名稱(chēng) 6
2.2 系統(tǒng)邊界 6
2.3 系統(tǒng)的功能特性和分析 7
2.4 系統(tǒng)功能的完備性 8
2.5 數(shù)據(jù)庫(kù)系統(tǒng) 8
第3章 產(chǎn)品功能分解及模塊說(shuō)明 10
3.1 系統(tǒng)功能模塊間的相互關(guān)系 10
3.2 模塊說(shuō)明 11
3.2.1 考試模塊 11
3.2.2 管理模塊 12
3.2.3 留言板模塊 13
第4章 在線考試系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 14
4.1 數(shù)據(jù)庫(kù)的設(shè)計(jì) 14
4.2 數(shù)據(jù)庫(kù)連接和系統(tǒng)模塊流程圖 15
4.3 學(xué)生考試模塊的設(shè)計(jì)與實(shí)現(xiàn) 16
4.3.1 考生登錄功能 17
4.3.2 考生信息顯示功能 18
4.3.3 隨機(jī)生成試卷功能 19
4.3.4 學(xué)生考試功能 21
4.3.5 自動(dòng)判卷和顯示成績(jī)功能 21
4.4 教師管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
4.4.1 教師登錄功能 22
4.4.2 考生管理功能 23
4.4.3 題目管理功能 24
4.4.4 教師管理功能 25
4.4.5 成績(jī)統(tǒng)計(jì)功能 25
4.5 留言板模塊的設(shè)計(jì)與實(shí)現(xiàn) 27
4.5.1 增加留言功能 27
4.5.2 查看留言功能 28
第5章 系統(tǒng)測(cè)試 29
5.1 系統(tǒng)測(cè)試 29
5.1.1 黑盒測(cè)試與白盒測(cè)試 29
5.1.2 單元測(cè)試 30
5.1.3 集成測(cè)試 31
5.2 性能分析與小結(jié) 32
結(jié) 論 33
致 謝 34
參考文獻(xiàn) 35
附錄1 外文文獻(xiàn)譯文 36
附錄2 外文文獻(xiàn)原文 41
部分參考文獻(xiàn)
10 Cummings, R. A Web-based document distribution system constructed with Lotus Notes
11 Zhou, Yi-ling .Design and realization of official documents examining based on domino/notes. Changsha Dianli Xueyuan Xuebao/Journal of Changsha University of Electric Power.2001.11
12 Paul Cummings.Enhancing Lotus Notes for Carrier Grade Hosting. Technologies for the Information Superhighway,1995
13 Berthold Reinwald,C.Mohan.Structure Workflow Management with Lotus Notes Release 4 .IBM Almaden Research Center,1996 2
14 Moore, K.; A groupware benchmark based on Lotus Notes .Proceedings of the Twelfth International Conference on , 26 Feb.-1 March 1996
15 Kiger, R.;. Expert system and Lotus Notes applications for retrieval Of problem-solving knowledge and information.Professional Communication Conference, 1996
全文51頁(yè) 約22000字 論述翔實(shí)
摘 要
隨著信息時(shí)代的到來(lái)和現(xiàn)代科學(xué)技術(shù)的突飛猛進(jìn),尤其是計(jì)算機(jī)技術(shù)的發(fā)展與普及,在線考試系統(tǒng)在當(dāng)代遠(yuǎn)程教育中的應(yīng)用已經(jīng)越來(lái)越廣泛了。
本文講述了使用JSP技術(shù)開(kāi)發(fā)一個(gè)實(shí)用的在線考試系統(tǒng)的思路與方法。所謂的在線考試系統(tǒng)就是能實(shí)現(xiàn)計(jì)算機(jī)組卷、網(wǎng)上答卷、計(jì)算機(jī)判卷、計(jì)算機(jī)統(tǒng)計(jì)成績(jī)等功能的系統(tǒng)。
本文首先在緒論中介紹了遠(yuǎn)程教育的發(fā)展?fàn)顩r,而網(wǎng)上考試作為遠(yuǎn)程教育的一個(gè)重要環(huán)節(jié)也將是發(fā)展的一個(gè)趨勢(shì)。還闡述了在線考試的優(yōu)越性和研究意義。
此后,本文著重描述了在線考試系統(tǒng)的組成與結(jié)構(gòu),闡述了系統(tǒng)的設(shè)計(jì)方案、實(shí)現(xiàn)方法以及所采用的開(kāi)發(fā)工具和相關(guān)技術(shù),還重點(diǎn)剖析了部分環(huán)節(jié)的程序設(shè)計(jì)、模塊開(kāi)發(fā)過(guò)程。
最后在一定的環(huán)境下對(duì)系統(tǒng)的重要模塊進(jìn)行了模擬測(cè)試,證實(shí)了系統(tǒng)的可用性。
關(guān)鍵詞 JSP技術(shù),在線考試,組卷
Abstract
With the coming of information era and the rapid advance of modern technology, especially the progress and permeation of computer technology, Testing Online Systems are used more and more in long-distance education nowadays.
This paper describes the design and implementation of a Testing Online System by using JSP technology. A so-called Testing Online System is the system to realize the function that computer forms paper, go on and answer the questions in a test paper on the net, computer judges paper one, computer counts score, etc.
At first, the paper introduces the state of development of the long-distance education. Furthermore, the web-based examination is regarded as an important ring of the long-distance education and it will be an inexorable trend of developing. It explains even the superiority of online test and research meaning.
After this, the paper highlights the architecture, design, some implementation details and the related tools and technology. In addition to that, this paper also gives some analysis on some programming issues and the exploitation course of the module.
At last, the important module of the system is tested under certain virtual environment, thus systematic usability is verified.
Keywords JSP technology; Testing online; Form the paper
目 錄
摘 要 I
Abstract II
第1章 緒 論 1
1.1 網(wǎng)絡(luò)教育的發(fā)展?fàn)顩r 1
1.2 系統(tǒng)的總體概述及其研究意義 3
1.3 畢業(yè)設(shè)計(jì)的任務(wù)要求 4
1.4 開(kāi)發(fā)環(huán)境與工具 4
第2章 產(chǎn)品定義 6
2.1 產(chǎn)品名稱(chēng) 6
2.2 系統(tǒng)邊界 6
2.3 系統(tǒng)的功能特性和分析 7
2.4 系統(tǒng)功能的完備性 8
2.5 數(shù)據(jù)庫(kù)系統(tǒng) 8
第3章 產(chǎn)品功能分解及模塊說(shuō)明 10
3.1 系統(tǒng)功能模塊間的相互關(guān)系 10
3.2 模塊說(shuō)明 11
3.2.1 考試模塊 11
3.2.2 管理模塊 12
3.2.3 留言板模塊 13
第4章 在線考試系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) 14
4.1 數(shù)據(jù)庫(kù)的設(shè)計(jì) 14
4.2 數(shù)據(jù)庫(kù)連接和系統(tǒng)模塊流程圖 15
4.3 學(xué)生考試模塊的設(shè)計(jì)與實(shí)現(xiàn) 16
4.3.1 考生登錄功能 17
4.3.2 考生信息顯示功能 18
4.3.3 隨機(jī)生成試卷功能 19
4.3.4 學(xué)生考試功能 21
4.3.5 自動(dòng)判卷和顯示成績(jī)功能 21
4.4 教師管理模塊的設(shè)計(jì)與實(shí)現(xiàn) 22
4.4.1 教師登錄功能 22
4.4.2 考生管理功能 23
4.4.3 題目管理功能 24
4.4.4 教師管理功能 25
4.4.5 成績(jī)統(tǒng)計(jì)功能 25
4.5 留言板模塊的設(shè)計(jì)與實(shí)現(xiàn) 27
4.5.1 增加留言功能 27
4.5.2 查看留言功能 28
第5章 系統(tǒng)測(cè)試 29
5.1 系統(tǒng)測(cè)試 29
5.1.1 黑盒測(cè)試與白盒測(cè)試 29
5.1.2 單元測(cè)試 30
5.1.3 集成測(cè)試 31
5.2 性能分析與小結(jié) 32
結(jié) 論 33
致 謝 34
參考文獻(xiàn) 35
附錄1 外文文獻(xiàn)譯文 36
附錄2 外文文獻(xiàn)原文 41
部分參考文獻(xiàn)
10 Cummings, R. A Web-based document distribution system constructed with Lotus Notes
11 Zhou, Yi-ling .Design and realization of official documents examining based on domino/notes. Changsha Dianli Xueyuan Xuebao/Journal of Changsha University of Electric Power.2001.11
12 Paul Cummings.Enhancing Lotus Notes for Carrier Grade Hosting. Technologies for the Information Superhighway,1995
13 Berthold Reinwald,C.Mohan.Structure Workflow Management with Lotus Notes Release 4 .IBM Almaden Research Center,1996 2
14 Moore, K.; A groupware benchmark based on Lotus Notes .Proceedings of the Twelfth International Conference on , 26 Feb.-1 March 1996
15 Kiger, R.;. Expert system and Lotus Notes applications for retrieval Of problem-solving knowledge and information.Professional Communication Conference, 1996