论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

网络考试系统的设计与实现——阅卷子系统

 本文ID:LWGSW14021 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 网络考试系统的设计与实现——阅卷子系统 (收费:1000 积分)  

论文字数:9775,页数:31

摘  要
网络化教育代表了教育改革的一个发展方向,已经成为现代教育的一个重要特征,并对教育的发展形成新的推动力。随着Internet/Intranet的迅速发展和广泛普及,网络考试系统成为现代教育技术未来发展方向之一。作为网络考试的一个子系统——网络阅卷子系统,也成为一个重要的研究领域。现代网络考试作为一种新的考试手段已经开始进入人们的生活,正在给传统教育模式带来新的变革,并对教育的发展形成新的推动力。网络阅卷子系统突破了传统考试方式的时空限制,使阅卷方式更为灵活,同时充分利用计算机进行自动阅卷功能,大大减轻了教师的工作量。
本设计的开发是基于B/S结构,采用ASP程序设计语言及Access数据库进行设计与开发;本文首先介绍系统开发背景、目的意义,并对阅卷子系统的设计进行了详细的需求分析;然后给出了阅卷子系统的设计方案及系统的具体实现步骤,主要功能包括前台操作、阅卷系统、成绩查询、系统管理及维护等功能模块;最后,通过综合测试与分析,说明该系统运行稳定、可靠,具有一定的实用价值。

关键词: B/S结构;阅卷系统;成绩查询;系统管理;系统维护
Design and Implementation of Online Exam System
                      ——Marking Subsystem
Abstract
The network education has represented a direction in education reform, which has already become a characteristic of the modern education, and has formed the new propelling force to the education development. Along with the rapid development and the widespread of Internet/Intranet, the online exam system will establish in the modern education technology for the future development. The network marking as a subsystem of the online exam system also will become an important research area. The online exam learning takes one new examination method that has already started to enter our life, is bringing the new transformation for the traditional education pattern, and forming the new propelling force to the education development. The network marking system breaks through the limitation of space and time in the traditional test, which causes the marking way to be more flexible, simultaneously makes full use of the computer automatically marking the examination paper, and greatly reduces the administrative personnel and teacher’s workload.
This paper introduces design and implementation of marking subsystem based on B/S, using Access database applications and ASP programming.At first, this paper introduces the development background, goal and significance. What’s more, this paper makes demand analysis for this system. Then the design idea and concrete implementation steps of this system are provided. This system’s mainly functions include: foreground operation, marking system, results inquiry, system management, system maintenance and so on. At last, by integrate testing and analyzing, it shows that this system runs stably and credibly, which has some real value.

Key words: B/S Structure; Marking System; Results Inquiry; System Management; System Maintenance

目  录

1 引言 1
1.1 背景 1
1.2 国内外研究现状 1
1.3 本系统研究的意义 1
1.4 本系统的研究方法 1
1.5 本文的主要工作 2
1.5.1 研究的主要内容 2
1.5.2 论文各章节安排 2
2 系统需求分析 2
2.1 教师角色 2
2.2 学生角色 3
2.2.1 查询成绩 3
2.2.2 新闻浏览 3
2.2.3 修改个人信息 3
2.3 管理员角色 3
2.3.1 考后管理 3
2.3.2 管理员管理 3
2.3.3 系统初始化 3
3 阅卷子系统的总体设计 3
3.1 开发工具和程序的运行环境 3
3.1.1 开发工具 3
3.1.2 程序的运行环境 4
3.2 系统结构构建 4
3.3 数据库设计 4
3.3.1 数据库类型 4
3.3.2 数据库需求分析 4
3.3.3 数据库物理设计 5
3.3.4 数据库逻辑设计 5
3.3.5 数据库表的字段定义 6
4 阅卷子系统的具体实现 7
4.1 前台登录模块 8
4.1.1 流程分析 8
4.1.2 效果图 8
4.1.3 代码分析 9
4.2 阅卷模块 11
4.2.1 流程分析 11
4.2.2 代码分析 11
4.3 成绩查询模块 14
4.3.1 流程分析 14
4.3.2 代码分析 14
4.4 后台管理模块 15
4.4.1 流程分析 15
4.4.2 效果图 16
4.4.3 代码分析 16
5 系统综合测试与分析 20
5.1 系统综合 20
5.2 系统测试 20
5.3 系统分析 21
结    论 22
参考文献 24
致    谢 25
声    明 26


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:网上二手商品交易管理系统的设计.. 下一篇:网上订餐系统的设计与实现
Tags:网络 考试 系统 设计 实现 阅卷 子系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号