摘 要
高校教学质量评价是高校教学管理的核心内容,它可以帮助教师不断优化自身的教学思想和行为,提高高校的教学质量。随着信息技术的飞速发展,以手工和纸张对教学质量评价的传统模式已经远远不能适应新的发展需要。现有的教学评价方式对教学评价数据没有进行科学的分析和充分有效的利用,所以课题提出设计一个基于网络的数据库管理系统,可以实现有效的教师教学质量评价与反馈。
教师教学质量评价信息反馈系统采用ASP.NET开发技术和SQL Server数据库,基于Visual Studio集成开发平台。系统使用经典的三层架构设计方法有效地完成了Web方式下教学质量评价的任务。系统的特色在于对教学评价数据进行了充分有效的利用,通过教师成绩与班级教师或学院教师平均成绩的对比显示,教师不但可以看到自己的评价情况,还可以看到自己教学活动的优势和劣势。学院领导可以多维度的查看教师、课程、班级的评价情况,通过评价数据的对比了解学院教学活动的发展情况。
关键词:教师教学质量评价,ASP.NET,SQL Server,B/S模式
Abstract
Teaching quality evaluation is the core content of college teaching management.It can help teachers to optimize their own teaching ideas and improve the quality of teaching effectively.With the development of information technology, traditional teaching quality evaluation which by hand and paper can not adjust to the new requirement.The existing method of teaching evaluation do not have scientific data analysis and make the best use of evaluation data.Therefore issue raise a topic of designing a web-based management system which can achieve teaching quality evaluation and feedback effectively.
Teaching quality evaluation system is developed with ASP.NET technology and SQL Server database, based on the Visual Studio integrated development platform. The system completes the web mode of teaching quality assessment tasks with the classic three-tier architecture design method perfectly. The features of system lie in making best use of teaching evaluation data.Teachers not only can see their own evaluation scores but also can know their advantages and disadvantages of teaching by comparing with other teachers. College leadership can view the evaluation scores of teachers, courses, class students and learn the development of teaching and learning activities through the comparison of the evaluation data.
Key words: Teaching Evaluation, ASP.NET, SQL Server, B/S Model
目录
摘 要 I
Abstract II
目录 III
第一章 引言 1
1.1 课题的背景和意义 1
1.2 教学质量评价信息系统的发展 1
1.2.1 国外主要教育评价方法 1
1.2.2我国高校教师教学评价的发展 2
第二章 开发技术简介 3
2.1 .NET框架简介 3
2.2 ASP.NET简介 4
2.3 SQL Server 2008数据库 5
第三章 系统分析 6
3.1可行性分析 6
3.1.1 经济可行性 6
3.1.2 技术可行性 6
3.1.3 操作可行性 7
3.2系统需求分析 7
3.2.1 系统概述 8
3.2.2 系统具体功能需求 8
3.2.3 系统用例图 8
3.2.4系统流程图 10
第四章 系统总体设计 11
4.1 系统构架 11
4.2 系统模块设计 11
4.3 系统E-R图 12
4.4 系统数据字典 13
第五章 系统详细设计与实现 18
5.1数据访问层 18
5.2 业务实体层 19
5.3 功能模块的详细设计 20
5.3.1 用户身份验证模块 20
5.3.2系统信息管理模块 20
5.3.3 评价信息模块 24
5.3.4 查看评价信息结果模块 26
5.3.5 系统管理模块 28
5.3.6 指标库管理模块 29
5.3.7 个人信息管理模块 30
5.3.8 留言信息管理模块 32
第六章 系统测试 33
6.1 系统测试目标 33
6.2 系统测试策略 33
6.2.1 系统单元模块测试 33
6.2.2系统集成测试 35
第七章 结束语 36
参考文献 37
致 谢 38
附录一 系统使用说明书 39
1.安装IIS7.0 39
2.安装SQL Server 2008 39
3.发布网站 40
附录二 系统重要源代码 42
1.数据库链接管理 42
2.SqlHelper数据库操纵工具类 42
3.数据库存储过程 53