在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn).doc
約79頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),—出題與組卷子系統(tǒng)全文79頁(yè)約29000字論述翔實(shí)摘要 本系統(tǒng)旨在通過(guò)網(wǎng)絡(luò)和計(jì)算機(jī)技術(shù),在網(wǎng)絡(luò)的環(huán)境下實(shí)現(xiàn)無(wú)紙化考試,同時(shí)實(shí)現(xiàn)組卷的隨機(jī)性和科學(xué)性。系統(tǒng)通過(guò)對(duì)課程、章節(jié)、知識(shí)點(diǎn)、題型、分值和難度的管理來(lái)實(shí)現(xiàn)對(duì)試題的管理。在此基礎(chǔ)上,通過(guò)設(shè)置試卷的題量、題型和難度,使系統(tǒng)從題庫(kù)中組卷存儲(chǔ)到數(shù)據(jù)庫(kù)中...
內(nèi)容介紹
此文檔由會(huì)員 癡狂少年 發(fā)布
在線考試系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)—出題與組卷子系統(tǒng)
全文79頁(yè) 約29000字 論述翔實(shí)
摘要
本系統(tǒng)旨在通過(guò)網(wǎng)絡(luò)和計(jì)算機(jī)技術(shù),在網(wǎng)絡(luò)的環(huán)境下實(shí)現(xiàn)無(wú)紙化考試,同時(shí)實(shí)現(xiàn)組卷的隨機(jī)性和科學(xué)性。系統(tǒng)通過(guò)對(duì)課程、章節(jié)、知識(shí)點(diǎn)、題型、分值和難度的管理來(lái)實(shí)現(xiàn)對(duì)試題的管理。在此基礎(chǔ)上,通過(guò)設(shè)置試卷的題量、題型和難度,使系統(tǒng)從題庫(kù)中組卷存儲(chǔ)到數(shù)據(jù)庫(kù)中,然后客戶端再?gòu)臄?shù)據(jù)庫(kù)中隨機(jī)提取試卷顯示,供考生答題,答題完畢后將每名考生的成績(jī)提交到數(shù)據(jù)庫(kù)中。
由于系統(tǒng)的復(fù)雜性,本系統(tǒng)著重解決了對(duì)試題庫(kù)的管理、隨機(jī)組卷算法和判題算法。系統(tǒng)前臺(tái)采用ASP編寫,后臺(tái)采用SQL Server 2000作為數(shù)據(jù)庫(kù),使得系統(tǒng)有較好的可靠性和可執(zhí)行性,對(duì)實(shí)現(xiàn)網(wǎng)絡(luò)化考試有一定的實(shí)用價(jià)值。
關(guān)鍵詞:考試系統(tǒng),題庫(kù),ASP,SQL Server 2000
ONLINE TEST SYSTEM DESIGN AND REALIZATION
——SET THEME AND GROUP ROLLS OF SUBSYSTEM
ABSTRACT
This system is in the purpose of arriving at the achievement of the examination without paper under the network and computer technology as well as realizing randomness and science nature with those examination papers. It is accessible to achieve the management about those exam questions via the management with courses, chapters, point knowledge, question types, scores and degrees of difficulty. In order to realize these ways set above, this system Makes the system the group volume to save from the question bank to the database in,Then the client side stochastically withdraws the examination paper demonstration again from the database. Then, customers display questions for examinees at random via abstracting from database, and the submitting of results are as followed.
On account of the complexity with this system, it is of necessity to lay emphasis on solving the management with exam question banks, the algorithm about organizing exam papers at random and judgment of questions. Based on adopting Delphi 7.0 to program and SQL Server 2000 as database, this system is so valuable to achieve exam on network owing to the executable and reliability about it.
Key word: Examination system; make up examination papers algorithm; ASP; SQL Server 2000
目 錄
第1章 緒論 1
1.1 引言 1
1.2 研究的內(nèi)容和意義 2
1.3 研究現(xiàn)狀 3
1.3.1 國(guó)外研究現(xiàn)狀 3
1.3.2 國(guó)內(nèi)研究現(xiàn)狀 3
1.4 在線考試存在的問(wèn)題及目標(biāo) 4
1.4.1 目前在線考試存在的問(wèn)題 4
1.4.2 在線考試系統(tǒng)的目標(biāo) 4
1.5 論文結(jié)構(gòu)及主要內(nèi)容 4
1.6 本章小結(jié) 5
第2章 可行性分析與需求分析 6
2.1 在線考試系統(tǒng)應(yīng)用的必要性與可行性 6
2.2 系統(tǒng)的需求分析 7
2.3 系統(tǒng)的體系結(jié)構(gòu)分析 7
2.4 開(kāi)發(fā)技術(shù)需求分析 9
2.4.1 WWW技術(shù)和HTML 9
2.4.2 訪問(wèn)WEB數(shù)據(jù)庫(kù)的技術(shù) 9
2.4.3 腳本語(yǔ)言 9
2.4.4 SQL Server 2000簡(jiǎn)介 10
2.5 系統(tǒng)的設(shè)計(jì)思想和目標(biāo) 11
2.5.1 系統(tǒng)設(shè)計(jì)的思想 11
2.5.2 系統(tǒng)設(shè)計(jì)的目標(biāo) 12
2.6 軟硬件環(huán)境配置 12
2.7 本章小結(jié) 12
第3章 出題與組卷子系統(tǒng)的研究 13
3.1 試題庫(kù)設(shè)計(jì) 13
3.1.1 題庫(kù)的發(fā)展與現(xiàn)狀 13
3.1.2 題庫(kù)屬性的設(shè)置 14
3.1.3 試題庫(kù)設(shè)計(jì) 15
3.2 在線考試系統(tǒng) 15
3.2.1 現(xiàn)代考試?yán)碚?15
3.2.2 組卷理論 16
3.2.3 組卷技術(shù) 16
3.3 本章小結(jié) 20
第4章 系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 21
4.1 現(xiàn)行研究存在的問(wèn)題及解決方法 21
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì)與實(shí)現(xiàn) 23
4.3 系統(tǒng)功能模塊的設(shè)計(jì)與實(shí)現(xiàn) 27
4.3.1 登陸模塊的設(shè)計(jì)與實(shí)現(xiàn) 29
4.3.2 出題模塊的設(shè)計(jì)與實(shí)現(xiàn) 30
4.3.3 組卷模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
4.4 系統(tǒng)安全性能考慮 33
4.4.1 Session的安全性與可靠性 33
4.4.2 IIS的安全性 34
4.4.3 SQL Sverver 2000的安全性 35
4.6 本章小結(jié) 36
第5章 性能測(cè)試與分析 37
5.1 測(cè)試環(huán)境與測(cè)試條件 37
5.2 實(shí)例測(cè)試結(jié)果 37
5.3 性能分析 42
5.4 本章小結(jié) 42
第6章 總結(jié)與展望 43
6.1 本研究工作總結(jié) 43
6.2 系統(tǒng)展望 44
參考文獻(xiàn) 45
致 謝 46
附錄A 部分源代碼
附錄B 系統(tǒng)使用說(shuō)明書
部分參考文獻(xiàn)
[10] 林信成,王道榮等.HTML與ASP編程務(wù)實(shí)[M].北京:清華大學(xué)出版社,2001.
[11] 曹建,楊靜.HTML, VBSeript、與ASP三合一最新培訓(xùn)教程[M].北京:電子工業(yè)出版社 ,2001.
[12] 石志國(guó),王志良,薛為民.ASP精解案例教程[M].北京:清華大學(xué)出版社,北方交通大學(xué)出版社,2004.
[13] 譚偉賢,楊力平.計(jì)算機(jī)網(wǎng)絡(luò)安全教程[M].北京:國(guó)防工業(yè)出版社,2001,1.
[14] Mani Subramanian. NETWORK MANAGEME NT-PRINCIPLES AND PR AC T ICE[M]. PearsonE ducation,2001,9.
[15] Norberg, S.編著,趙劍云潘志勇譯,Windows NT/2000 Internet服務(wù)器安全[M].北京:中國(guó)電力出版社,2002,1.
全文79頁(yè) 約29000字 論述翔實(shí)
摘要
本系統(tǒng)旨在通過(guò)網(wǎng)絡(luò)和計(jì)算機(jī)技術(shù),在網(wǎng)絡(luò)的環(huán)境下實(shí)現(xiàn)無(wú)紙化考試,同時(shí)實(shí)現(xiàn)組卷的隨機(jī)性和科學(xué)性。系統(tǒng)通過(guò)對(duì)課程、章節(jié)、知識(shí)點(diǎn)、題型、分值和難度的管理來(lái)實(shí)現(xiàn)對(duì)試題的管理。在此基礎(chǔ)上,通過(guò)設(shè)置試卷的題量、題型和難度,使系統(tǒng)從題庫(kù)中組卷存儲(chǔ)到數(shù)據(jù)庫(kù)中,然后客戶端再?gòu)臄?shù)據(jù)庫(kù)中隨機(jī)提取試卷顯示,供考生答題,答題完畢后將每名考生的成績(jī)提交到數(shù)據(jù)庫(kù)中。
由于系統(tǒng)的復(fù)雜性,本系統(tǒng)著重解決了對(duì)試題庫(kù)的管理、隨機(jī)組卷算法和判題算法。系統(tǒng)前臺(tái)采用ASP編寫,后臺(tái)采用SQL Server 2000作為數(shù)據(jù)庫(kù),使得系統(tǒng)有較好的可靠性和可執(zhí)行性,對(duì)實(shí)現(xiàn)網(wǎng)絡(luò)化考試有一定的實(shí)用價(jià)值。
關(guān)鍵詞:考試系統(tǒng),題庫(kù),ASP,SQL Server 2000
ONLINE TEST SYSTEM DESIGN AND REALIZATION
——SET THEME AND GROUP ROLLS OF SUBSYSTEM
ABSTRACT
This system is in the purpose of arriving at the achievement of the examination without paper under the network and computer technology as well as realizing randomness and science nature with those examination papers. It is accessible to achieve the management about those exam questions via the management with courses, chapters, point knowledge, question types, scores and degrees of difficulty. In order to realize these ways set above, this system Makes the system the group volume to save from the question bank to the database in,Then the client side stochastically withdraws the examination paper demonstration again from the database. Then, customers display questions for examinees at random via abstracting from database, and the submitting of results are as followed.
On account of the complexity with this system, it is of necessity to lay emphasis on solving the management with exam question banks, the algorithm about organizing exam papers at random and judgment of questions. Based on adopting Delphi 7.0 to program and SQL Server 2000 as database, this system is so valuable to achieve exam on network owing to the executable and reliability about it.
Key word: Examination system; make up examination papers algorithm; ASP; SQL Server 2000
目 錄
第1章 緒論 1
1.1 引言 1
1.2 研究的內(nèi)容和意義 2
1.3 研究現(xiàn)狀 3
1.3.1 國(guó)外研究現(xiàn)狀 3
1.3.2 國(guó)內(nèi)研究現(xiàn)狀 3
1.4 在線考試存在的問(wèn)題及目標(biāo) 4
1.4.1 目前在線考試存在的問(wèn)題 4
1.4.2 在線考試系統(tǒng)的目標(biāo) 4
1.5 論文結(jié)構(gòu)及主要內(nèi)容 4
1.6 本章小結(jié) 5
第2章 可行性分析與需求分析 6
2.1 在線考試系統(tǒng)應(yīng)用的必要性與可行性 6
2.2 系統(tǒng)的需求分析 7
2.3 系統(tǒng)的體系結(jié)構(gòu)分析 7
2.4 開(kāi)發(fā)技術(shù)需求分析 9
2.4.1 WWW技術(shù)和HTML 9
2.4.2 訪問(wèn)WEB數(shù)據(jù)庫(kù)的技術(shù) 9
2.4.3 腳本語(yǔ)言 9
2.4.4 SQL Server 2000簡(jiǎn)介 10
2.5 系統(tǒng)的設(shè)計(jì)思想和目標(biāo) 11
2.5.1 系統(tǒng)設(shè)計(jì)的思想 11
2.5.2 系統(tǒng)設(shè)計(jì)的目標(biāo) 12
2.6 軟硬件環(huán)境配置 12
2.7 本章小結(jié) 12
第3章 出題與組卷子系統(tǒng)的研究 13
3.1 試題庫(kù)設(shè)計(jì) 13
3.1.1 題庫(kù)的發(fā)展與現(xiàn)狀 13
3.1.2 題庫(kù)屬性的設(shè)置 14
3.1.3 試題庫(kù)設(shè)計(jì) 15
3.2 在線考試系統(tǒng) 15
3.2.1 現(xiàn)代考試?yán)碚?15
3.2.2 組卷理論 16
3.2.3 組卷技術(shù) 16
3.3 本章小結(jié) 20
第4章 系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 21
4.1 現(xiàn)行研究存在的問(wèn)題及解決方法 21
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì)與實(shí)現(xiàn) 23
4.3 系統(tǒng)功能模塊的設(shè)計(jì)與實(shí)現(xiàn) 27
4.3.1 登陸模塊的設(shè)計(jì)與實(shí)現(xiàn) 29
4.3.2 出題模塊的設(shè)計(jì)與實(shí)現(xiàn) 30
4.3.3 組卷模塊的設(shè)計(jì)與實(shí)現(xiàn) 31
4.4 系統(tǒng)安全性能考慮 33
4.4.1 Session的安全性與可靠性 33
4.4.2 IIS的安全性 34
4.4.3 SQL Sverver 2000的安全性 35
4.6 本章小結(jié) 36
第5章 性能測(cè)試與分析 37
5.1 測(cè)試環(huán)境與測(cè)試條件 37
5.2 實(shí)例測(cè)試結(jié)果 37
5.3 性能分析 42
5.4 本章小結(jié) 42
第6章 總結(jié)與展望 43
6.1 本研究工作總結(jié) 43
6.2 系統(tǒng)展望 44
參考文獻(xiàn) 45
致 謝 46
附錄A 部分源代碼
附錄B 系統(tǒng)使用說(shuō)明書
部分參考文獻(xiàn)
[10] 林信成,王道榮等.HTML與ASP編程務(wù)實(shí)[M].北京:清華大學(xué)出版社,2001.
[11] 曹建,楊靜.HTML, VBSeript、與ASP三合一最新培訓(xùn)教程[M].北京:電子工業(yè)出版社 ,2001.
[12] 石志國(guó),王志良,薛為民.ASP精解案例教程[M].北京:清華大學(xué)出版社,北方交通大學(xué)出版社,2004.
[13] 譚偉賢,楊力平.計(jì)算機(jī)網(wǎng)絡(luò)安全教程[M].北京:國(guó)防工業(yè)出版社,2001,1.
[14] Mani Subramanian. NETWORK MANAGEME NT-PRINCIPLES AND PR AC T ICE[M]. PearsonE ducation,2001,9.
[15] Norberg, S.編著,趙劍云潘志勇譯,Windows NT/2000 Internet服務(wù)器安全[M].北京:中國(guó)電力出版社,2002,1.