77范文网 - 专业文章范例文档资料分享平台

网络工程师在线学习与考试信息系统需求分析报告

来源:网络收集 时间:2019-04-22 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:或QQ: 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

题 目

课 程 设 计

网络工程师在线学习与考试系统需求分析

摘要

随着Internet 的迅速发展和广泛普及,网络化教育代表了教育改革的一个发展方向,已经成为现代教育的一个特征,并对教育的发展形成新的推动力,远程教育成为现代教育技术发展的重要方向之一,考试测试作为远程教育的一个子系统也成为一个重要的研究领域。

Internet 技术的发展使得考试的技术手段和载体发生了革命性的变化,Internet 的开放性,分布性的特点和基于Internet 的巨大的计算能力使得考试突破了时间和空间限制,与传统考试模式相比,在线考试具有无可比拟的优越性,可以大幅度增加考试成绩的客观性和公正性。

传统的考试方式一般要经过人工出卷、考生考试、人工阅卷等过程,对于一些课程来说,随着考生数量的增加,教师出卷阅卷的工作量将会越来越大,并且其工作量容易出错。在线考试系统计算机软、硬件和网络资源实现无纸考试以避免传统手工考试的不足,实现考试的客观性、公证性、自动化组卷、阅卷可以减轻教师的工作强度,不用印试卷,不用监考,不用讲评试卷。简化了传统考试的过程。

本文以Internet 为平台,研究了基于Web 的网络工程师在线学习与考试系统的设计与开发,包括系统需求分析功能设计以及数据库设计,重点阐述了用户注册模块、用户登录模块、在线考试模块、题库管理模块、试卷评分模块、用户学习模块、错题本模块的设计。

关键词:在线学习与考试、Internet 、设计

Abstract

With the rapid development of Internet and popularization, network education

represents a development direction of education reform, has become a feature of modern education, and form a new impetus to the development of education, distance education becomes one of the important direction of modern education technology, the examination test as a subsystem of the remote education has also become an important area of research.

The development of Internet technique makes the examination technology means and carrier of revolutionary changes have taken place, the openness of the Internet, the characteristics of distribution and based on the huge computing power of the Internet makes the exam broke through the time and space constraints, compared with the traditional exam mode, online examination has incomparable superiority, can greatly increase the objectivity and impartiality of the examination results.

Traditional way of examination generally go through artificial volume, the examinee exam, marking process, such as for some courses, the increase in the number of students, teachers out of the volume marking workload will be bigger and bigger, and the workload is error-prone. Online examination system of computer software and hardware and network resources to realize the paperless test to avoid the shortage of the traditional manual test, and realize the objectivity of the examination, the former, automatic group volume, marking can reduce the work intensity of the teacher, don't have to print paper, need not invigilation, without evaluation test paper. Simplify the process of traditional examination.

Based on the Internet as a platform, this paper studies the network engineer online learning and examination system based on Web design and development, including system requirements analysis function design and database design, expounds the user registration module, user login module, on-line examination module, question bank management module, test paper grading module, user learning module, the wrong topic this module design.

Keywords: online learning, the Internet, design with the test.

目录

摘要 ........................................................................................................................................................................

Abstract .................................................................................................................................................................

目录 ........................................................................................................................................................................

第1章 绪论 .........................................................................

1.1无纸化考试简介 ..................................................................................................................................... 1 1.2网络工程师简介 ..................................................................................................................................... 2 1.3我国无纸化考试的发展 ......................................................................................................................... 2 1.4研究目的和意义 ..................................................................................................................................... 4 1.5论文结构 ................................................................................................................................................ 4 第2章 相关技术

2.1 Microsoft Visual Studio 2010概述 .............................................................. 错误!未定义书签。 2.2 SQL Server 2008概述 ...................................................................................................................... 9 2.3 火狐浏览器概述 .................................................................................................. 错误!未定义书签。 2.4 ASP技术概述 ....................................................................................................................................... 8 2.5 ADO技术 .............................................................................................................................................. 8 2.6 HTML技术 ............................................................................................................................................ 8 2.7 AJAX技术 ............................................................................................................................................. 9 2.8 CSS技术 ............................................................................................................................................... 9 2.9 Dreamweaver .................................................................................................................................... 9 2.10 Javascript ........................................................................................................................................ 10 2.11 小结 .................................................................................................................................................. 10 第3章 系统需求分析

3.1系统总体目标 ..................................................................................................................................... 11 3.2可行性分析 ......................................................................................................................................... 12 3.2.1技术可行性 ................................................................................................................................. 12 3.2.2结构可行性 ................................................................................................................................. 12 3.2.3经济可行性 ................................................................................................................................. 12 3.2.4市场可行性 ................................................................................................................................. 13 3.3性能需求 ............................................................................................................................................ 13 3.4小结 .................................................................................................................................................... 14 第4章 系统设计

4.1系统概述 ............................................................................................................................................ 14 4.2系统模块 ............................................................................................................................................ 14 4.2.1主界面 ........................................................................................................................................ 15 4.2.2学生用户 ..................................................................................................................................... 16 4.2.3管理员用户 ................................................................................................................................. 17 4.3系统功能设计 ..................................................................................................................................... 18 4.4系统功能介绍 ..................................................................................................................................... 18 4.5数据库设计 ......................................................................................................................................... 18 4.6小结 .................................................................................................................................................... 28 第5章 系统实现

.....................................................................

..................................................................

.....................................................................

.....................................................................

5.1系统功能 ............................................................................................................................................ 28 5.1.1登录 ............................................................................................................................................ 28 5.1.2密码找回 ..................................................................................................................................... 29 5.1.3注册 ............................................................................................................................................ 29 5.1.4开始学习 ..................................................................................................................................... 30 5.1.5考试模拟 ..................................................................................................................................... 31 5.1.6错题本 .......................................................................................................................................... 31 5.1.7管理员 ........................................................................................................................................ 33 5.1.8管理注册学生 ............................................................................................................................. 33 5.1.9管理试卷信息 ............................................................................................................................... 34 5.1.10管理学生成绩信息 .................................................................................. 3错误!未定义书签。 5.1.11添加试题 ................................................................................................. 3错误!未定义书签。 5.2小结 ................................................................................................................. 3错误!未定义书签。 第6章 项目总结

................................................................... 37

百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说综合文库网络工程师在线学习与考试信息系统需求分析报告在线全文阅读。

网络工程师在线学习与考试信息系统需求分析报告.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.77cn.com.cn/wenku/zonghe/619774.html(转载请注明文章来源)
Copyright © 2008-2022 免费范文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ: 邮箱:tiandhx2@hotmail.com
苏ICP备16052595号-18
× 注册会员免费下载(下载后可以自由复制和排版)
注册会员下载
全站内容免费自由复制
注册会员下载
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: