自动组卷系统开发毕业设计

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

本科毕业设计(论文)

题目:自动组卷系统开发

Development Of Test paper Auto-production System

本文首先分析了自动组卷系统在具体的教学活动过程中的实际需求,然后以C语言程序设计的教学为背景,设计与实现了一个实际通用的自动组卷系统,对其中的数据库结构设计以及各个主要模块的实现进行了详细的介绍。

本系统可以从试题库中自动的查找和组织出一些不同题型、不同难度、不同章节范围内的试题来组成一份合理的试卷。它采用的是利用试卷的一组特征值,记录用户提供的试卷题目类型、章节分布、难易程度等条件,采用随机算法,借助于系统中的一系列数据文件,使具体课程的相关数据动态地抽象成逻辑数据,用以解决通用问题,线性的规划出一份约束满足的、合理的试卷。

本系统的开发工具是powerbuilder 9.0,使用的数据库为Access 2003。系统分为题库编辑、自动组卷、试卷存储、试卷打印等功能。

关键词:自动组卷题库管理数据库 powerbuilder9.0

This paper analyses the actual demand of auto-production for test paper system in the course of concrete teaching activity at first. Then taking teaching of C language program design as the background,it designs and realizes a Test paper auto-production system.

First, it Explains the design for the database structure, then introduces the detailed one to the realization of each main module among them. It can automatically find and organize a certain number of test questions in various types with different degrees of difficulty in certain scope in the database to form a reasonable test paper. What it adopt is to make use of to try a characteristic value of winding, recording the customer to provide of try a topic type, chapter to distribute, difficult easy degree etc. condition, adoption random calculate way, ask for help from a series of data document within system, make the related data dynamic state ground of the concrete course abstract the logic data, resolve the in general use problem in order to, line program a stipulation of to satisfy of, try book reasonablely.

The development tool of this system is powerbuilder 9.0, the database of is Access 2003.The system is divided into database edit, test paper auto-production, test paper saving, test paper printing etc. function.

Keywords: Test Paper Auto-production ; Database Management of Test Questions ; Database ; Powerbuilder 9.0

目录

前言 (1)

第一章系统分析 (2)

1.1系统目标 (2)

1.2系统需求分析 (2)

第二章系统总体设计 (4)

第三章开发工具及开发环境 (6)

3.1总体开发工具及环境 (6)

3.2开发工具简介 (6)

3.3数据库的选择 (7)

3.4SQL基础 (8)

3.5SQL语句 (9)

第四章数据库的开发与设计 (10)

4.1数据库需求分析 (10)

4.2系统逻辑分析 (11)

4.3数据库的连接 (13)

4.3.1 程序设计时与数据库的连接 (14)

4.3.2程序运行时与数据库的连接 (14)

第五章组卷策略设计 (16)

5.1自动组卷系统 (16)

5.2自动组卷中随机数选取问题 (16)

5.3自动组卷的具体实现 (17)

5.4试卷难度的程序控制 (18)

第六章在PB中创建WORD文档 (20)

6.1PB通过OLEOBJECT使用WORD (20)

6.2创建模板文件 (21)

6.3编写程序 (22)

第七章系统模块页面和代码设计 (26)

7.1应用程序对象设计 (26)

7.2系统登录模块 (26)

7.3主程序界面设计 (27)

7.4菜单的设计 (28)

7.5帐号管理模块 (29)

7.6题库管理模块 (31)

7.7自动组卷模块 (34)

7.8试卷管理模块 (37)

7.9关键技术 (38)

相关文档
最新文档