1、 I 摘 要 随着计算机网络的迅速发展,传统的考试方式面临着改革,而网络考试则是 一个很重要的发展方向。在线考试系统可以借助于 Internet 进行,考试既可以在 本地进行,也可以在异地进行,大大拓展了考试的灵活性。 本在线考试系统是利用微软最新的.net 平台并用 B/S 结构的模式和 Sql Server 2000 数据库编写的网络应用程序。它有应用简单、升级和部署方便、扩展 性强等特点。它实现了无纸化考试、批量添加试题、动态随机生成试题、客观题 部分计算机自动阅卷即时评分、成绩直接存到数据库进行统计排名等功能。 本系统的开发,对于提高教师的工作效率、减轻教师的工作负担、提高考试 的质量
2、、减少考试的成本等具有重要的意义。 【关键词】.net 平台;在线考试;自动阅卷 II Abstract With the rapid development of computer network, traditional test methods are facing reforms, but the network examination is an important direction of development. Online examination system can be carried out by means of Internet, the examination c
3、an be carried out in different places, which greatly expands the flexibility of the exam. This online examination system is a netowork applications programmed by using latest Microsoft . Net platform and the B / S structure mode and Sql Server2000 database. It has many characteristic such as simple
4、using, easier upgrade and deployment, strong exponsibility and so on. It implements many functons such as paperless examination, batch add of questions, dynamicly generating of random questions, the computer automatically marking some objective questions immediately and score directly store in a dat
5、abase , statistical ranking and so on. This systems development have the vital significance to raise teachers working efficiency, light teachers work load, enhance test quality, reduce test cost and so on. 【key word】.Net platform;Online Examination;Automatic Marking 1 目录 第 1 章 绪 论 1 1.1 研发背景 1 1.2 前
6、景意义 1 1.3 论文组织结构 2 第 2 章 相关技术 3 2.1 ASP.NET 技术. 3 2.2 C#语言 4 2.3 VISUAL STUDIO 2008. 4 2.4 SQL 语言. 4 2.5 小结 5 第 3 章 系统分析 6 3.1 可行性分析 6 3.2 需求分析 6 3.3 小结 8 第 4 章 总体设计 9 4.1 B/S 体系结构. 9 4.2 开发及运行环境 9 4.3 项目规划 10 4.4 系统功能结构图 10 4.5 小结 11 第 5 章 系统详细设计 13 5.1 设计目标 13 5.2 逻辑结构设计 13 5.3 小结 20 第 6 章 系统实现 21 6.1 系统前、后台首页的运行结果 21 6.2 登录模块主要功能设计 22 6.2.1 登录模块功能划分 . 22 6.2.2 登录功能实现方法 . 23 6.2.3 学生注册 . 25 6.2.4 密码找回 . 26 6.3 系统前台主要功能模块设计 26 6.3.1 个人相关 . 26 6.3.2 考试相关 . 28 2 6.3.3 练习相关 . 35 6.3.4 成绩相关 . 3