随着网络的日益普及,网络在日常生活中应用也越来越广泛,几乎涉及到人们生产、生活的方方面面,网络在教育领域的应用也是不可忽视的。基于ASP.NET C#语言的在线组卷管理系统通过知识章节,分数和出题数量进行组卷,有较好的实用性。该系统包括学习科目,试题,手工组卷和自动组卷四个模块。管理员可以根据需要自定义出卷,出卷内容丰富,有单选,多选,判断,填空和问题五大类题目。该系统的数据库采用SQL Server 2005进行建立,应用程序的开发采用了Visual Studio 2008平台以及C#语言进行开发。它实现了它实现了组卷等功能。其特点是界面友好,操作简单,方便快捷。
关键词:ASP.NET;C#;SQL;组卷管理系统 AbstractWith the increasing popularity of the network, the network application in daily life is more and more extensive, almost to the production of people, life, the network application in the field of education can not be ignored. Based on the ASP.NET C # language online test paper management system through knowledge of chapters, scores and number of test questions, has good practicability.The system includes learning subjects, examination, manual test and automatic test paper four modules. The administrator may need to customize the volume, volume is rich in content, there are radio, multi-election, judgment, and fill in the blanks and five big questions.The system database using SQL Server 2005 was established, the application procedure development using the Visual Studio 2008 platform and C # language development. It achieved it realizes the test function. Its characteristic is with friendly interface, simple operation, convenient and quick.Key words: ASP.NET; C #; SQL; test paper management system
目 录第1章 绪 论11.1背景研究11.2选题意义1第2章 系统开发环境的介绍及选择22.1 SQL2005技术22.2 .NET技术22.3 C#技术22.4 ADO技术22.5 开发及运行环境4第3章 系统框架的搭建53.1 网页的创建53.2 创建三层63.3 三层的引用及运行流程8第4章 系统总体设计104.1 网站整体流程图104.2数据库总体设计104.3 表关系图124.4 表结构13第5章 详细设计285.1登录模块设计285.2试题管理295.3自动出卷325.4 手动出卷335.5 试卷预览36第6章 调试及测试396.1 功能调试396.1.1 链接测试396.1.2 数据库调试396.2 测试方法40第7章 总结41致 谢29参考文献30