教师教学质量评价系统 学位论文
- 格式:doc
- 大小:2.08 MB
- 文档页数:48
重庆科技学院毕业设计(论文)题目教师教学质量评价系统设计院(系)电气与信息工程学院专业班级计科2010-01学生姓名张三学号2010441787 指导教师XXX 职称XXXX 评阅教师职称2014年5 月23日学生毕业设计(论文)原创性声明本人以信誉声明:所呈交的毕业设计(论文)是在导师的指导下进行的设计(研究)工作及取得的成果,设计(论文)中引用他(她)人的文献、数据、图件、资料均已明确标注出,论文中的结论和结果为本人独立完成,不包含他人成果及为获得重庆科技学院或其它教育机构的学位或证书而使用其材料。
与我一同工作的同志对本设计(研究)所做的任何贡献均已在论文中作了明确的说明并表示了谢意。
毕业设计(论文)作者(签字):年月日摘要教师教学质量评价管理是各级院校指导学校教学工作的一大重要环节,对于学校教学工作的意义重大。
对任课教师的工作进行评价统计的工作在很早以前就已经开始有了,但是纸质的评价方式存在诸多的弊端和不方便。
比如:实施困难、步骤繁多、统计繁琐等等,造成了严重的重复劳动和资源浪费。
但是随着电子信息技术的发展,越来越多的电子信息技术也被应用到了现在的教学工作中,教师教学质量评价管理系统也逐渐取代了以前的纸质的评教方式,为这一工作带来了诸多的便利,节约了大量宝贵的时间,并且统计数据也更加科学,更具指导意义。
本次设计的任务是针对现沿用的教师教学评价管理系统中存在的诸多问题,应用以及SQL数据库开发技术,设计出基于B/S模式的教师教学质量评价管理系统。
将现有的用纸张评价高校教师教学向Internet的无纸张评价系统的转变,实现对系统的不同用户帐户的管理,以及完成问卷设计、评分、统计这些环节的处理,是响应节能环保的重要体现。
该系统的主要功能包括数据录入、查询、密码设定、统计、打印等,该系统要求:学生能够进行选课、学生能够对教师进行教学质量评估及对其留言、教师能够查看评教以及对同行进行教学质量评估、管理员能够对学生教师信息进行插入删除等操作、管理员能够对教学质量评估进行统计。
并要求该系统具有界面美观、方便使用并具有较强的安全性。
在经短期试用之后正式该系统可以安全可靠地运行,可以有效提高教师教学评价管理工作的质量和效率。
关键词:教师教学评价管理数据统计数据库 .Net技术ABSTRACTEvaluation of teaching quality management is an important part of teaching work at all levels of colleges and the all universities, for the school teaching work is a great significance. The teacher job’s evaluation work has appeared for a period of time, but the paper evaluation methods have many disadvantages and inconvenience. For example: the difficulty of implementation, so many steps, complicated statistic work and so on, causing serious duplications and wastes of resources. But with the development of electronic information technology, more and more electronic information technology is also applied to the work of teaching management system, evaluation of teachers' teaching quality management has gradually replaced the previous paper of the evaluation of teaching methods, bring many convenience for the work, saving a lot of valuable time, and make the statistics more scientific, bring more practical guidance.The task of the project is to apply and SQL database development technology, and then to design an evaluation management system for teaching quality based on B/S model, to resole the problems in teaching evaluation management system. Make the paper evaluation of college teachers teaching transited to a paperless evaluation system of Internet, realize the different user account on the system management, and processing to the parts of questionnaire design, scoring, statistics. These links is an important reflect, in response to energy saving and environmental protection. The main functions of the system including data input, query, statistics, printing, the password setting, the system requires: students will be able to sign up for the courses, students can make teaching quality evaluation for teachers and leave messages, teachers can view the evaluation of teaching and teaching quality evaluation of peers, the administrator can carry on students' and teachers' information insertion deletion operation, and make statistics. And the system has beautiful interface, easy to use and strong security. In the formal after short-term trial, the system can run safely and reliably, and can effectively improve the evaluation of teachers' teaching quality and efficiency of the management.Keywords:Evaluation of teaching Data management Database .Net Technology目录摘要 (I)ABSTRACT (II)1 绪论 (1)1.1引言 (1)1.2研究背景 (1)1.3研究意义 (2)1.4论文概述 (2)2 系统技术基础 (4)2.1B/S模式 (4)2.2开发语言C#的介绍 (5)技术的简介 (6)数据库访问技术 (6)2.5SQL:结构化查询语言 (7)3 需求分析 (9)3.1前台功能 (9)3.1.1学生选课 (9)3.1.2学生评价 (9)3.1.3教师评教信息统计(教师端) (10)3.1.4登陆密码修改(学生、教师端) (10)3.2后台功能 (10)3.2.1教师评教信息统计(管理员端) (10)3.2.2个人信息管理(管理员端) (10)3.2.3评教具体指标管理 (10)3.3系统结构 (10)3.4运行环境 (11)3.5系统数据流图 (12)3.6数据字典 (16)3.7概念模型图 (21)4 概要设计 (22)4.1功能模块划分 (22)4.1.1学生选课 (22)4.1.2学生评价 (22)4.1.3学生修改登录密码 (22)4.1.4教师查询评教信息 (23)4.1.5教师修改登录密码 (23)4.2后台功能 (23)4.2.1管理员查询、统计评教信息 (23)4.2.2管理员管理用户信息 (23)4.2.3管理员管理评教信息指标 (23)4.3数据库物理结构设计 (24)5 功能模块的详细设计与实现 (25)5.1程序开发工具与运行平台 (25)5.1.1开发工具 (25)5.1.2运行平台 (25)5.2系统关键技术 (25)5.2.1登陆 (25)5.2.2学生选课模块 (26)5.2.3学生评价模块 (29)5.2.4教师查看评教信息模块 (31)5.2.5管理员统计评教信息模块 (32)5.2.6管理员管理用户信息模块 (33)6用户手册 (35)6.1系统运行环境的配置方法 (35)6.1.1IIS的安装 (35)6.1.2启动IIS (35)6.2用户使用手册 (36)7 总结 (40)参考文献 (41)致谢 (42)1 绪论1.1 引言教师教学质量评价管理系统在院校教研工作中的意义重大,合理利用该系统可以是工作效率大大提高,不仅减少工作时间,更能够提高工作质量,使评价统计结果更能够有效地知道教学工作的开展。
以往传统的纸质评价工作存在诸多的弊端,流程繁琐,容易出差错,不仅特别浪费人力物力,统计的结果也并不严谨,存在很大的滞后性。
通过使用该系统可以使教师教学评价工作中的学生评价、教师查看统计以及管理员统计评教信息等等环节更加合理和有效率,减少出现差错的几率。
现在学校所所使用的教师教学评价管理系统也存在诸多的问题。
比如,操作不方便,没有针对性,界面不友好,响应慢等缺陷,开发一套功能完备、界面友好、更具实用意义的教师教学评价管理系统意义重大。