毕业论文——考试系统的设计与开发-在线考试系统毕业论文 下载本文

内容发布更新时间 : 2024/5/14 13:22:46星期一 下面是文章的全部内容请认真阅读。

北京联合大学 毕业设计

…………………………………………

毕 业 设 计

装…………………………………………订…………………………………………线…………………………………

题目:考试系统的设计与开发

姓 名: 学 号: 学 院: 商务学院 专 业: 指 导 教 师: 协助指导教师:

北京联合大学 毕业设计

………………………………………………………………………………………………………………………………………………………………… 2009年05月03日

装订线

北京联合大学 毕业设计

………………………………………………………………………………………………………………………………………………………………… 摘 要

随着Internet技术在我国的迅速发展,远程教育和校园信息化建设己经成为网络应用一个新热点。网上考试系统作为网络教育支持平台中十分重要的组成部分,是网络教育教学反馈、质量评估的有效手段,同时也对传统考试提出了巨大的挑战。

本文分析了考试流程,采用B/S软件体系结构,运用ASP动态网页语言、VBScript脚本语言、CSS+DIV及SQL Server2000数据库等相关软件技术,实现了试题库、智能组卷、在线考试、自动阅卷等功能,主要优势体现在出题方便快捷、阅卷准确快速、成绩分析科学直观。

本文论述了考试系统的研究意义、应用前景和主要研究内容,并对系统中用到的理论知识和相关技术进行了详细的阐述,包括开发工具、体系结构、数据库设计、自动组卷算法、在线判卷等。重点介绍了网上考试系统的设计与实现,包括研究背景、系统分析、数据库设计、系统实现、系统运行和调试。

关键字:在线考试 Asp技术 自动组卷 结构化设计

装订Abstract

Along with the rapid development of Internet in my country, the network education and the school information build have already turned into a new hotspot of network application. The online Test System (OTS)which is important part in distance education supporting platform,is an efficient means in network education teaching feedback and quality evaluation. At the same time,the OTS brings forward immensity challenge.

This article analyses the process of examination, which adopts browse/server system structure,and exerts the Active Server Pages,VBscript ,CSS and DIV, the SQL server 2000 software technology. The item bank,organizing the contents and evaluating the test paper are realized. It is characterized in its convenience and fastness in setting a test paper,its speed and accuracy in evaluating the paper and its scientific analysis of the test paper.

The paper mainly discusses the research significance, major contents and

线I

北京联合大学 毕业设计

…………………………………………application prospects of the test system, this paper states the theories and relevant technology used in system amply. It includes: exploitation tools, system architecture, database designing, arithmetic of auto generating test paper, Online grading. The article also emphasizes on feasibilities analysis, system analysis, database designing, realization of system, system running and system debugging.

Keywords:Online Examination 装…………………………………………Paper Structured design

订…………………………………………线………………………………… asp technology II

Auto Generating Test 北京联合大学 毕业设计

目 录

………………………………………………………………………………………………………………………………………………………………… 摘 要 .................................................................................................................................. I Abstract ................................................................................................................................... I 引 言 ............................................................................................................................ - 1 - 1绪论

- 1 -

1.1选题背景 ................................................................................................................... - 1 - 1.2国内外网上考试系统现状与发展趋势 ................................................................... - 2 - 1.3本系统设计路线 ....................................................................................................... - 2 - 2系统实现关键技术 ....................................................................................................... - 4 - 2.1 Web技术 ................................................................................................................... - 4 - 2.2 ASP技术简介 ........................................................................................................... - 4 - 2.3 数据库技术简介 ...................................................................................................... - 6 - 2.4 ASP访问Web数据库原理 ....................................................................................... - 6 - 2.5 页面显示技术CSS和DIV ....................................................................................... - 8 - 2.6结构化程序设计概述 ............................................................................................... - 8 -

2.6.1 结构化程序设计的思想 ..................................................................................... - 9 -

装3系统需求分析 ............................................................................................................. - 10 - 3.1系统方案介绍 ......................................................................................................... - 10 -

3.1.1系统规模 ............................................................................................................ - 10 -

3.1.2系统初步方案 .................................................................................................... - 10 - 3.1.3时间安排 ............................................................................................................ - 10 -

订3.2可行性研究 .............................................................................................................. - 11 -

3.2.1技术可行性 .........................................................................................................- 11 - 3.2.2经济可行性 .........................................................................................................- 11 - 3.2.3社会可行性 .........................................................................................................- 11 -

3.3系统功能介绍 ......................................................................................................... - 12 - 3.4系统项目概述 ......................................................................................................... - 13 -

3.4.1业务流程分析 .................................................................................................... - 13 - 3.4.2数据流程分析 .................................................................................................... - 13 - 3.4.3数据字典 ............................................................................................................ - 14 -

线4系统设计 - 18 -

4.1系统总体技术方案 ................................................................................................. - 18 -

4.1.1模块设计 ............................................................................................................ - 18 - 4.1.2代码设计 ............................................................................................................ - 18 - 4.1.3输入设计 ............................................................................................................ - 19 -

III