基于Web的学生作业管理系统论文

更新时间:2023-11-04 11:10:01 阅读量: 综合文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

江西师范大学数学与信息科学学院

学士学位论文

基于Web的学生作业管理系统的设

计与实现 The Design and Implementation of Students' Homework Management

System Based on Web

姓 名: 学 号: 学 院: 专 业: 指导老师: 完成时间: 杜家兑 0711010098 数学与信息科学学院 信息管理与信息系统 易桂生(副教授) 2011年4月22日

江西师范大学2011届学士学位毕业论文

学生作业管理系统的设计与实现

杜家兑

【摘要】现行的大学、各种网校,学生根据老师的安排提交作业,老师对学生

的作业进行批阅和管理。大都是通过E-mail完成,作业管理比较混乱。开发此系统的目的是有效地解决了作业管理混乱局面。通过此系统,教师可以在线布置作业和对已布置作业列表有效管理。教师可以在线对学生作业进行批阅和批量下载管理,对班级某次作业已提交情况和学生个人所有次数作业提交情况能有效地进行统计,大大提高作业管理效率。

【关键词】作业管理、网络教学、ASP.NET

I

江西师范大学2011届学士学位毕业论文

The Design and Implementation of Students' Homework

Management System Based on Web

Jiadui Du

【Abstract】Nowadays, in many universities and a variety of net school, students

submit the homework according to the teachers'arrangement, and also teacher marking and manage the students'homework in batches. Mostly done by E-mail, and the job management is disordered. The purpose of developing this system is to find a solution to solve this job management chaos. With this system, teachers can assign the homework online and manage the homework assigned effectively. Teachers can manage the students'homeworks and download the students'homework in batches online, and be able to have a statistic for the status of submitted of particular homework and the total homework submitted of student effectively, greatly improve the efficiency of operations management.

【Key words】The management of homework、Online education、ASP.NET

II

江西师范大学2011届学士学位毕业论文

目录

1 前言 ........................................................................................................................... 1 1.1 开发背景 ............................................................................................................. 1 1.2 开发意义 ............................................................................................................. 1 2 需求分析 ................................................................................................................... 2 2.1 管理员模块功能需求 ......................................................................................... 2

2.1.1 管理员登录及注册和修改个人资料 ................................................... 2 2.1.2 管理员需求 ........................................................................................... 2 2.2 教师模块功能需求 ............................................................................................. 3

2.2.1教师登录及修改个人资料 .................................................................... 3 2.2.2教师功能需求 ........................................................................................ 3 2.3 学生模块功能需求 ............................................................................................. 4

2.3.1学生登录及修改个人资料 .................................................................... 4 2.3.2学生功能需求 ........................................................................................ 4 2.4 系统功能结构图 ................................................................................................. 5 2.5 系统数据流程图 ................................................................................................. 6 3系统设计 .................................................................................................................... 7 3.1 开发工具介绍 ..................................................................................................... 7 3.2 技术概述 ............................................................................................................. 7

3.2.1 开发语言的选择 ................................................................................... 7 3.2.2 数据库的选择 ....................................................................................... 8 3.2.3 前台页面的布局 ................................................................................... 8 3.2.3 后台系统架构 ....................................................................................... 8 3.3 数据库设计 ......................................................................................................... 9

3.3.1 数据字典 ............................................................................................... 9 3.3.2 数据库关系图 ..................................................................................... 12 4 详细设计 ................................................................................................................. 13 4.1 登录页 ............................................................................................................... 13 4.2 管理员页面 ....................................................................................................... 14

4.2.1 管理员首页 ......................................................................................... 14 4.2.2 管理员班级管理页面 ......................................................................... 15 4.3 教师页面 ........................................................................................................... 16

4.3.1 教师首页 ............................................................................................. 16 4.3.2 教师发布作业页面 ............................................................................. 17 4.3.3 教师批阅作业页面 ............................................................................. 18 4.3.4 教师统计作业页面 ............................................................................. 19 4.4 学生页面 ........................................................................................................... 20

4.4.1 学生首页 ............................................................................................. 20 4.4.2 学生上交作业页面 ............................................................................. 21 5 结束语 ..................................................................................................................... 22

III

本文来源:https://www.bwwdw.com/article/40b2.html

Top