试卷自动生成系统说明书

  • 格式:doc
  • 大小:6.24 MB
  • 文档页数:50

下载文档原格式

  / 50
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

试卷自动生成系统的设计与实现

摘要

目前,对于大学、高中、初中和小学来说,试卷是对学生进行考核必不可少的组成部分。学校普遍都采用的是传统的手工出卷考核,常常出现备选题目不够丰富、笔误、印刷错误、内容雷同和知识点分布不合理等情况。目前虽有类似系统,但都是面向公共课的单科系统,所以开发适用于多课程的试卷自动生成系统显得尤为重要,不仅可以减轻教师负担同时可以提高试卷的质量。

系统基于B/S(浏览器/服务器)模式,以SQL Server 2005为后台数据库,采用技术开发实现。该试卷自动生成系统由教师和管理员两种角色组成,不同的角色登录系统的权限不同,可以操作的功能模块也不同。管理员登录后可进行个人信息管理、用户信息管理、考试科目管理、试卷制定维护和试题类别管理,教师登录后只可以进行个人信息管理、试卷制定维护和试题类别管理。

本文遵循软件工程的思想,详细阐述了系统的需求分析、系统分析、系统设计、系统实现及系统的测试过程等各个阶段开展的主要工作。系统界面友好、操作便捷,实用性较强,达到了预期要求。

关键词:试卷自动生成系统;题库管理;组卷

Abstract

Currently, the college, high school, junior high and elementary school, the papers are part of the assessment for students essential. Schools generally have adopted the traditional manual roll out the assessment, there are often alternative subject rich enough, clerical, typographical errors, duplicate content and distribution of knowledge and irrational situation. Although similar to the current system, but they are the single subject courses for the public system, so developers for multi-course papers automatic generation system is particularly important, not only to alleviate the burden of teachers while improving the quality of the papers.

System based on B / S(Browser / Server) mode to SQL Server 2005 as the back-end database, using technology development achieved. the paper is automatically generated by the system consisting of teachers and administrators in two roles, different roles with different permissions login system, function modules can operate different. after the administrator can log on personal information management, customer information management, test subjects managed to maintain and develop the questions papers category management, the teacher can only log on personal information management, maintenance and examination questions papers develop category management.

This paper follows the ideas of software engineering, elaborated system requirements analysis, the main work of the various stages of system analysis, testing process system design, system implementation and systems, such as carried out. friendly interface, easy operation, practical, strong, reaching expectations.

Keywords: Paper automatic generation system; Bank management; Test paper

目录

引言 (1)

第一章需求分析 (2)

1.1需求分析 (2)

1.1.1 分析目的 (2)

1.1.2 项目背景 (2)

1.2任务概述 (2)

1.2.1设计目标 (2)

1.2.2运行环境 (3)

1.3系统工作流程 (3)

1.4可行性研究 (3)

1.4.1技术可行性 (3)

1.4.2经济可行性 (4)

1.4.3操作可行性 (4)

第二章系统分析 (5)

2.1功能分析 (5)

2.2系统处理流程 (11)

第三章系统设计 (13)

3.1功能划分 (13)

3.2层次模块图 (13)

3.3数据库设计 (14)

3.3.1 数据库概要设计 (14)

3.3.2 数据库详细设计 (16)

第四章系统实现 (20)

4.1连接数据库配置 (20)

4.2系统实现结构 (21)

4.3系统主要模块实现 (22)

4.3.1页面链接图 (22)

4.3.2登录页面 (24)

4.3.3系统主页 (24)

4.3.4用户管理 (24)