师生共评的作业管理系统设计与实现
摘要
随着信息互联网信息的飞速发展,无纸化作业变成了一种趋势,针对这个问题开发一个专门适应师生作业交流形式的网站。本文介绍了师生共评的作业管理系统的开发全过程。通过分析企业对于师生共评的作业管理系统的需求,创建了一个计算机管理师生共评的作业管理系统的方案。文章介绍了师生共评的作业管理系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本师生共评的作业管理系统管理员,学生,教师,组长共四个权限。
管理员有管理所有基本信息的功能。教师功能:个人中心,小组信息管理,课程管理,作业管理,作业互评管理,作业评分管理。组长是教师进行设定的,主要协助教师管理作业相关事宜。学生功能:个人中心,课程管理,作业管理,作业互评管理,作业评分管理,作业提交管理。因而具有一定的实用性。
本站是一个B/S模式系统,采用Spring Boot框架作为后台开发技术,前端框架是VUE,MYSQL数据库设计开发,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得师生共评的作业管理系统管理工作系统化、规范化。
关键词:师生共评的作业管理系统;Spring Boot框架;MYSQL数据库;VUE框架
Abstract
With the rapid development of information on the Internet, paperless homework has become a trend. In response to this problem, a website specially adapted to the form of communication between teachers and students has been developed. This article introduces the whole process of the development of the homework management system for teachers and students. By analyzing the needs of the enterprise for the homework management system for teachers and students, a computer-based homework management system for teachers and students was created. The article introduces the system analysis part of the homework management system evaluated by teachers and students, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.
The homework management system administrator, student, teacher, and group leader for this teacher and student evaluation have four permissions.
The administrator has the function of managing all basic information. Teacher functions: personal center, group information management, course management, homework management, homework evaluation management, homework grading management. The group leader is set by the teacher and mainly assists the teacher in managing homework-related matters. Student functions: personal center, course management, homework management, homework mutual evaluation management, homework grading management, homework submission management. So it has a certain practicability.
This site is a B/S model system, using Spring Boot framework as the back-end development technology, front-end framework is VUE, MYSQL database design and development, fully guarantee the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the homework management system for teachers and students systematic and standardized.
Keywords:Homework management system evaluated by teachers and students; Spring Boot framework; MYSQL database; VUE framework
目录
1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 3
2.1 MYSQL数据库 3
2.2 B/S结构 3
2.3 Spring Boot框架简介 4
2.4 VUE框架 4
3系统分析 5
3.1可行性分析 5
3.1.1技术可行性 5
3.1.2经济可行性 5
3.1.3操作可行性 5
3.2系统性能分析 6
3.2.1 系统安全性 6
3.2.2 数据完整性 6
3.3系统界面分析 6
3.4系统流程和逻辑 8
4系统概要设计 9
4.1概述 9
4.2系统结构 10
4.3.数据库设计 11
4.3.1数据库实体 11
4.3.2数据库设计表 13
5系统详细实现 17
5.1 学生模块的实现 17
5.1.1 课程管理 17
5.1.2 作业管理 18
5.2.1 作业互评 18
5.3 教师模块的实现 19
5.2.2 小组管理 19
5.3.1 作业管理 19
5.3.2 作业评分 20
6系统测试 20
6.1概念和意义 20
6.2特性 21
6.3重要性 21
6.4测试方法 21
6.5 功能测试 22
6.6可用性测试 22
6.7性能测试 23
6.8测试分析 23
6.9测试结果分析 24
结论 24
致谢语 24
参考文献 25
标签:management,师生,作业,system,LW,源码,共评,毕业设计,homework From: https://blog.51cto.com/u_15745565/9105586