【正文】
畢業(yè)設(shè)計 ( 論文 ) 基于 .NET 的公務(wù)員考試模擬系統(tǒng)的設(shè)計 論文作者姓名: 申請學(xué)位專業(yè): 申請學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 基于 .NET 的公務(wù)員考試模擬系統(tǒng) 的設(shè)計 摘 要 隨著互聯(lián)網(wǎng)的迅速的發(fā)展,基于互聯(lián)網(wǎng)的各種應(yīng)用日益受到人們的重視,基于 Web 的在線考試系統(tǒng)在這種形勢下應(yīng)運而生,它可以利用網(wǎng)絡(luò),隨時隨地對學(xué)生進行考試,是傳統(tǒng)考場的延伸。 本文在基于一般 在線 考試系統(tǒng)的設(shè)計與實現(xiàn)技術(shù)上,結(jié)合公務(wù)員考試的特點,通過對系統(tǒng)的結(jié)構(gòu)設(shè)計、 后臺 設(shè)計、前端開發(fā),構(gòu)建了一個基于 B/S 三層結(jié)構(gòu)的、以 為開發(fā)平臺 和 SQL Server 2020 為 數(shù)據(jù)庫 的 公務(wù)員 考試系統(tǒng)。 本 系統(tǒng)基本實現(xiàn)了 學(xué)生 在線考試、試卷 生成 、 教師 試卷評閱 、管理員對 用戶及角色 進行 管理等功能 。 本公務(wù)員 考試 系統(tǒng)采用的技術(shù)較為新穎,在今后的應(yīng)用將會很廣泛。該系統(tǒng)既 可以用于考生平時對自己的能力進行測評,也可用于實際的考試。 關(guān)鍵詞: 在線 考試系統(tǒng) ;在線考試;試卷生成; ; C Design of the Online Examination Model for Civil Servants Based on .NET Abstract With the rapid development of the Inter, people are attaching greater and greater importance to Interbased applications. The Online Examination System has thus e into being. With the help of the Inter, it has bee an extension of the traditional examination system which can test students at any time and any place. Based on the design and implementation technology of traditional tests, and bined with the features of Civil Servant examinations, this article tries to establish an examination system based on B/S, and SQL Server 2020. This system can realize the general functions of the online test, such as the formation of test papers, the evaluation of test papers, user management, and so on. This civil servant examination system has used many novel technologies, and will be widely used in future practice. This system may be used in selftest by students as well as in formal examinations. Key words: Online Examination System。 Formation of Test Paper。 。 C 目 錄 論文總頁數(shù) : 27 頁 1 引 言 .......................................................................................................................... 1 2 相關(guān)理論技術(shù)基礎(chǔ) ........................................................................................................ 1 C.NET................................................................................................................ 1 簡介 ................................................................................................. 2 SQL Server 2020 ................................................................................................... 3 B/S 模式 .............................................................................................................. 3 3 系統(tǒng)需求設(shè)計 ............................................................................................................... 4 用戶角色需求 ..................................................................................................... 4 功能需求 ............................................................................................................ 4 考生 .......................................................................................................... 4 教師 .......................................................................................................... 4 管理員 ...................................................................................................... 5 性能需求 ............................................................................................................ 5 4 系統(tǒng)總體設(shè)計 ............................................................................................................... 5 系統(tǒng)功能描述 ..................................................................................................... 5 數(shù)據(jù)庫設(shè)計 ......................................................................................................... 6 Exam_User 數(shù)據(jù)庫 ...................................................................................... 6 Exam 數(shù)據(jù)庫 .............................................................................................. 7 5 系統(tǒng)主要功能的實現(xiàn) ................................................................................................... 10 用戶登錄和注冊 ................................................................................................ 10 公告查看 .......................................................................................................... 10 在線考試模塊 ................................................................................................... 11 客觀(行政能力測試)考試 ..................................................................... 13 主觀(申論)考試 ................................................................................... 15 試卷管理模塊 .................................................................................................... 15 組卷模塊 ................................................................................................. 15 試卷題目修改與刪除 ............................................................................... 17 設(shè)置考試試卷 ........................................................................................... 18 試卷評閱模塊 ................................................................................................... 18 客觀題(行政能力測試)評閱 ................................................................. 18 主觀題(申論)評閱 ............................................................................... 19 用戶及角色管理 ................................................................................................ 20 用戶管理 ................................................................................................. 20 角色管理 ................................................................................................. 20 公告管理模塊 ................................................................................................... 21 6 系統(tǒng)測試 .................................................................................................................... 21 測試環(huán)境 .......................................