摘 要

随着时代的发展,我国的教育水平在不断的提高,但是很多时候为了更好的提高教学的质量,会让学生对当前的教学进行评价,教育工作者根据学生的评价发现当下教学中的一些不足,从而更好的提高教学质量,为了让教学评价变的更加的方便我们开发了本次的教学评价系统。

本系统从用户的角度出发,结合当前的环境而开发的,在开发语言上是使用的Java语言,在框架上我们是使用的springboot框架,数据库方面使用的是MySQL数据库,开发工具为IDEA。

教学评价系统根据实际情况分为前后台两部分,前台部分主要是让用户使用的,包括用户的注册登录,课程信息,班级信息,评教问卷,通知公告,后台管理等功能;后台部分主要给管理员使用的,主要功能包系统首页,个人中心, 学生管理,教师管理,评教指标管理,课程信息管理,教学评价管理,班级信息管理,问卷试题管理,评教问卷管理,系统管理,问卷管理等功能。通过这些功能基本可以满足教学评价的需求。  


关键词:教学;评价;springboot框架;MySQL

 


Abstract

With the development of The Times, the level of education in our country is constantly improving, but in many times, in order to improve the quality of teaching better, will allow students to evaluate current teaching, educators find some deficiencies in current teaching according to the students' evaluation, so as to improve the quality of teaching better. In order to make the teaching evaluation become more convenient we developed the teaching evaluation system.

This system is developed from the user's point of view and combined with the current environment. Java language is used in the development language, springboot framework is used in the framework, MySQL database is used in the database, and IDEA is the development tool.

Teaching evaluation system is divided into two parts according to the actual situation. The foreground part is mainly for users to use, including user registration and login, course information, class information, teaching evaluation questionnaire, notice and announcement, background management and other functions. The background part is mainly used by the administrator, the main function pack system home page, personal center, student management, teacher management, teaching evaluation index management, course information management, teaching evaluation management, class information management, questionnaire management, teaching evaluation questionnaire management, system management, questionnaire management and other functions. These functions can basically meet the needs of teaching evaluation.


Key words: teaching; Evaluation; springboot framework; MySQL  


目录

摘 要 I

Abstract II

目录 III

第1章 系统概述 1

1.1 研究背景 1

1.2 研究意义 1

1.3研究内容和论文结构 2

第2章 系统开发环境 4

2.1  Java语言介绍 4

2.2  Spring boot框架介绍 4

2.3  MySQL数据库介绍 4

2.4  IDEA介绍 5

第3章 需求分析 6

3.1教学评价系统需求分析 6

3.2 可行性分析 6

3.2.1技术可行性 6

3.2.2操作可行性 6

3.2.3经济可行性 6

3.1.4法律可行性 7

第4章 系统概要设计 8

4.1系统结构 8

4.2 数据库设计 8

第5章 系统详细设计 14

5.1 基于Spring Boot的教学评价系统前台部分设计 14

5.1.1 系统首页 14

5.1.2用户注册 14

5.1.3用户登录 15

5.1.4系统公告 16

5.1.5课程信息 17

5.1.6评教问卷 18

5.2 基于Spring Boot的教学评价系统后台部分设计 19

5.2.1管理员登录模块的实现 19

5.2.2学生管理 20

5.2.3评教指标管理 21

5.2.4教师管理 22

5.2.5课程信息管理 23

5.2.6班级信息管理 25

5.2.7通知公告管理 26

第6章系统测试 28

6.1 教学评价系统的测试目的 28

6.2 教学评价系统的测试方法 28

6.3 教学评价系统测试用例 28

第7章 总结 32

致 谢 33

参考文献: 34

 

教学评价系统根据实际情况分为前后台两部分,前台部分主要是让用户使用的,包括用户的注册登录,课程信息,班级信息,评教问卷,通知公告,后台管理等功能;后台部分主要给管理员使用的,主要功能包系统首页,个人中心, 学生管理,教师管理,评教指标管理,课程信息管理,教学评价管理,班级信息管理,问卷试题管理,评教问卷管理,系统管理,问卷管理等功能。通过这些功能基本可以满足教学评价的需求。

 

基于SpringBoot框架的教学评价系统的设计与实现-计算机毕业设计源码+LW文档_lua

基于SpringBoot框架的教学评价系统的设计与实现-计算机毕业设计源码+LW文档_信息管理_02

基于SpringBoot框架的教学评价系统的设计与实现-计算机毕业设计源码+LW文档_MySQL_03

基于SpringBoot框架的教学评价系统的设计与实现-计算机毕业设计源码+LW文档_信息管理_04