- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
师生教学互动平台的设计与实现
Design and Implementation of Teaching Interactive Platform for Teachers and Students
目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 系统的开发背景 1
1.2 开发环境简介 1
第2章 系统规划 2
2.1 系统体系结构 2
2.2 系统功能规划 2
2.2.1 匿名用户 3
2.2.2 注册用户 3
2.2.3 特权用户 4
2.2.4 管理员 4
第3章 数据库设计 5
3.1 数据字典 5
3.2 数据库用表 6
第4章 系统功能模块的具体实现 8
4.1 匿名用户模块 8
4.2 注册用户模块 9
4.2.1 在线测试 9
4.2.2 师生互动 10
4.2.3 课程查询 11
4.2.4 资料上传与下载 12
4.3 特权用户模块 12
4.3.1 提交课程信息 13
4.3.2 批改作业 13
4.3.3 查看作业 13
4.3.4 录入分数 14
4.4 管理员模块 14
4.4.1 更改课程信息 14
4.4.2 用户角色分配 15
4.4.3 删除用户角色 15
结 论 16
参 考 文 献 17
摘 要
随着信息技术的发展,时间和信息变得越来越重要。师生教学互动平台应运而生,它能实现师生教学的互动,充分利用学生的课余时间,使日常的教学活动达到网络化。它能打破时空的限制,缩短教师和学生的距离,密切师生关系。
本文主要介绍一个师生教学互动平台的设计与实现过程。论文首先介绍了系统的开发背景,及使用的开发环境;其次,对系统进行整体的规划并对系统做了详细的功能模块划分,并仔细描述了系统数据库的设计;最后,重点阐述了各功能模块的具体实现方法,并给出了其运行效果。
关键词 师生教学互动平台,在线测试,C# ,数据库
ABSTRACT
With the development of information technology, time and information is becoming increasingly important. Teaching interactive platform of teachers and students emerged, it can achieve the interactive for teachers and students ,it can make full use of students’ time after school hours.So that their daily teaching can activitie to network. It can break time and space constraints, to shorten the distance between teachers and students,and to close relationship between teachers and students.
This paper presents design and implementation of an interactive platform for teachers and students. First describes the development background, and the use of the development environment .Second, the overall system and the planning system is divided into different functional modules. Then the database design are described in detail, explained the functional modules of specific methods and operating results.
Keywords teaching interactive platform of teachers and students, on-line testing, c sharp, database
第1章 绪论
本章主要介绍了系统的开发背景和开发环境。
1.1 系统的开发背景
网络教育以多媒体技术和计算机网络技术为主体,自主的个性化学习与交互式的集体协同学习相结合的现代教育模式,是现代教育发展的趋势。其主要的特点是:教师和学生能够跨越时空进行实时或非实时的交互;学生能够根据自己的需要或特点自主安
文档评论(0)