文档介绍:20XX届毕业设计说明书
网络课程学习导航系统
摘要
现代信息技术的发展,使得基于WEB技术的网络教育平台成为现代教育技术改革与发展的方向。本文就根据现已存在的问题,对网络课程学习系统做了全面的分析和整体的介绍。介绍了ASP+ACCESS技术开发该系统的子系统的整个过程,即自适应网络课程学习导航系统。该系统主要利用了ASP强大的网络数据库访问技术,实现了网络学习的自适应性。系统设计并实现了模块导航、知识点检索导航、知识点关联导航和帮助导航等多种导航。这些导航各自发挥了不同的作用与功能。知识点检索导航和知识点关联导航主要根据知识点之间的联系,动态的显示给用户不同的知识点内容。这在一定程度上,提高了用户的学习效率和学习积极性。并以C语言为实例进行了系统实现。
论文主要介绍了本课题的开发背景、系统分析、数据库设计和系统的设计与实现。
关键词 ASP;ACCESS;网络教育;导航;自适应性
ABSTRACT
With the development of information technology, the web-based education platform has been a direction of modern education. According to the problems existing at present, the paper gives an overall analysis and introduction of courseware system. At the same time, it gives all the procession of developing the subsystem using ASP+ACCESS technology. Through the strong ability of ASP+ACCESS technology, it realizes online studying adaptively. The system designs and realizes different navigation strategies such as module navigation, searching navigation, knowledge classifying navigation and helping navigation. These strategies have different functions. Searching knowledge navigation and knowledge
classifying navigation are mainly based on the relations of the knowledge and then supplies different knowledge to users. So that it improves users' learning efficiency and study enthusiasm to a certain extent. The system is also realized using the course example “C programming”.
The paper mainly introduces the development’s context, system analysis, database design, the system design and implementation.
Key words ASP; ACCESS ; wed-based education; navigation; adaptive
目录
1 绪论 1
1
1
网络课程学习对导航系统的新要求 2
3
3
3
ASP技术的介绍 4
ADO访库技术介绍 4
2 系统分析 5
5
系统需求分析 6
6
系统设计目标分析 6
7
8
模块导航介绍 9
检索导航介绍 9
10
分类导航介绍 10
自适应学习状态导航介绍 10
小结 11
3 数据库设计 12
12
后台数据库的配置 12