免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 论文排版 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文范文 -> 其他专业论文 -> 教育技术学论文

网络课程网上答疑系统的设计与开发

本文ID:18098 字数:13828.页数:29

下载地址 全文下载链接(充值:¥118.00元) 

论文编号:JYX025  论文字数:13828.页数:29

摘  要

基于WWW方式的网络远程教学是远程教育中的主要发展模式。它提供了一系列辅助网络课程教学的功能,是未来教学的一个主要的发展方向[1]。但现阶段远程教育仍存在很大的不足,还等待着不断的完善!网上答疑系统就是其中相当重要的一个部分,它可以承担一部分网络教学的任务,弥补学生在网络学习中交流方面的不足。网上答疑系统的建立,解决了网络教学这种非面对面教学形式中学生与教师之间交流的困难,促进了学生和教师通过网络实现面对面的学习交流,进一步完善了现代远程教育体系[2]。本文就基于WWW方式的答疑系统的功能及实现方法进行了讨论,并给出了实际的解决方案。
现在的教学网络管理系统存在题目分发慢,文档交换不方便,师生交流困难等方面的问题。为了解决现有的这些问题,特开发网络课程网上答疑系统。    以实际应用为开发背景,运用软件工程原理和开发方法,采用当前网络开发主流技术,结合ASP和ACCESS数据库技术,设计并开发了一个基于B/S模式的网络答疑系统[3]。首先对开发系统进行了需求分析,得到系统功能需求、数据流图和数据字典。随后对系统进行了概要设计和详细设计,在概要设计中主要进行了系统功能模块划分,将系统划分为了管理员控制模块、教师控制模块和学生控制模块三大模块,其中管理员的权限包括对新教师和新学生的注册,对新管理员的注册和对实验题目的审批;教师的权限包括回答和管理问题以及常见问题发布和资源上传等,学生讨论结果的查看,回答学生提问;学生权限包括发布问题、评价问题答案,上传相关资料和向教师提问。概要设计中还进行了系统总体结构设计,系统数据结构设计等。详细设计主要包括系统数据库访问的实现,主要功能模块的具体实现,模块实现关键代码等。最后对系统进行了功能测试,并对测试结果进行了分析,在总结、分析的基础上,指出了系统存在的不足及需要改进的地方,为今后开发类似系统提供借鉴和帮助。    本系统界面友好,操作方便,能够基本满足非实时答疑的要求。

关键词:网络课程,答疑系统 ,远程教育

ABSTRACT

 WWW-based distance learning network approach is the main long-distance education model. It provides a series of teaching aids the function of networks is the future of teaching in one of the main direction of development. However, distance education at this stage there is still a great shortage, but also keep waiting for the perfect! Online Q & A system is a very important part of them, it can take on the task of teaching as part of the network to make up for the students in the exchange of e-learning deficiencies. Online Q & A system to resolve the network teaching this form of non-face-to-face teaching students with difficulties in communication between teachers, students and teachers to promote the adoption of a network of learning face-to-face exchanges, and further improve the system of modern distance education. This article on the WWW-based form of Q & A system and method are discussed, and gives practical solutions.     Author background for the development of practical applications, the use of software engineering principles and development methods, the use of the current mainstream web development technologies, combined with ASP and ACCESS database technology, designed and developed based on B / S mode answering system network. First of all, the development system needs analysis, the system functional requirements, data flow diagram and data dictionary. Followed by a summary of the system design and detailed design, design in a summary of the main functional modules to the system, broken down into to the system administrator control module, teachers and students control module control module three modules, which include administrative privileges new teachers and new students to register for the new administrator of the registration and approval of the experimental subject; authority, including teachers and management, as well as answer frequently asked questions, such as publishing and upload resources, students discuss the results of the review, answered questions of students; the issue of student rights, including release to evaluate the answers to your questions, upload relevant information and questions to teachers. Also outline the design of the overall structure of the system design, system design, data structure. The detailed design of the main system database, including access to the realization of the main functions of the concrete realization of modular, modules, etc. to achieve the key code. Finally, system functional testing, and test results are analyzed, in concluding, based on the analysis, pointing out that the system deficiencies and areas for improvement, the development of similar systems for future reference and help.     The system user-friendly, easy to operate, able to basically meet the requirements of non-real-time Q & A.
 
 Keywords: network program, Q & A System, distance education
目  录

摘  要 I
ABSTRACT II
第1章 引  言 1
第2章 软件结构概要设计 3
 2.1从功能模块角度进行系统分解 3
 2.1.1学员功能模块 3
 2.1.2教师功能模块 5
 2.1.3管理员功能模块 7
 2.1.4模块小结 8
 2.2从答疑方式角度进行系统分解 8
 2.2.1非实时答疑模块 9
 2.2.2实时答疑模块 9
第3章 系统功能模块的实现 10
 3.1学员提问过程和程序流程图 10
 3.2教师回答问题过程和程序流程图 10
 3.2.1教师回答问题过程 10
 3.2.2程序流程图 11
第4章  系统数据库设计 10
 4.1个人信息数据表设计 13
 4.2问题及答案数据表设计 13
 4.3科目版块分类数据表设计 14
 4.4系统参数表设计 14
 4.5其他辅助版块数据表设计 15
第5章 系统实现关键技术 17
 5.1 图表、文件上载技术 18
 5.2 全文检索技术 19
 5.3 ZIP自解压 19
第6章 结束语 21
致  谢 22
参考文献 23

相关论文
上一篇:微机组成与接口实验辅助教学系统.. 下一篇:《数据结构》网络课程设计与开发
推荐论文 本专业最新论文
Tags:网络课程 网上答疑 系统 设计 开发 2011-04-06 14:11:22【返回顶部】

相关栏目

汉语言文学专业
新闻专业
艺术设计
采矿专业
物理学专业
环境工程
西班牙语专业
热能与动力工程
历史学专业
工程力学
酒店管理
安全管理专业
材料科学与工程
体育教育
教育管理
日语专业
德语专业
电子商务
轻化工程论文
教育技术学论文
给水排水工程
服装设计与工程
护理学专业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有