试卷自动生成系统.rar
试卷自动生成系统,1.4万字 16页论文+开题+任务书+中英文翻译目 录摘 要--------------------------------------------------------------------------------------------------------1英文摘要-------------...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 xiaowei 发布
试卷自动生成系统
1.4万字 16页
论文+开题+任务书+中英文翻译
目 录
摘 要--------------------------------------------------------------------------------------------------------1
英文摘要--------------------------------------------------------------------------------------------------------1
第一章 绪论--------------------------------------------------------------------------------------------------- 2
1.1 试卷自动生成系统的研究目的---------------------------------------------------------------------2
1.2 试卷自动生成系统的需求背景---------------------------------------------------------------------2
1.3 本文的目标以及主要工作---------------------------------------------------------------------------2
第二章 系统分析--------------------------------------------------------------------------------------------- 2
2.1 试题库分析---------------------------------------------------------------------------------------------3
2.2 组卷分析------------------------------------------------------------------------------------------------4
2.3 系统简介------------------------------------------------------------------------------------------------5
2.4 本章小结------------------------------------------------------------------------------------------------5
第三章 数据库设计------------------------------------------------------------------------------------------ 6
3.1 系统数据库---------------------------------------------------------------------------------------------6
3.2 临时数据库---------------------------------------------------------------------------------------------7
3.3 本章小结------------------------------------------------------------------------------------------------7
第四章 系统总体结构设计及功能模块的设计及其实现----------------------------------------------8
4.1 用户登录模块------------------------------------------------------------------------------------------9
4.2 系统维护模块------------------------------------------------------------------------------------------9
4.2.1 新建数据库-------------------------------------------------------------------------------------------9
4.2.2 修改密码-------------------------------------------------------------------------------------------9
4.2.3 添加用户----------------------------------------------------------------------------------------- 10
4.3 题库管理模块-----------------------------------------------------------------------------------------10
4.4 自动组卷模块-----------------------------------------------------------------------------------------11
4.4.1 功能------------------------------------------------------------------------------------------------11
4.4.2 设计思路------------------------------------------------------------------------------------------11
4.4.3 组卷策略分析------------------------------------------------------------------------------------11
4.4.4试卷生成------------------------------------------------------------------------------------------ 12
4.4.5 试卷编辑----------------------------------------------------------------------------------------- 12
4.5 本章小结-----------------------------------------------------------------------------------------------12
结束语---------------------------------------------------------------------------------------------------------- 13
致谢------------------------------------------------------------------------------------------------------------- 14
参考文献------------------------------------------------------------------------------------------------------- 15
试卷自动生成系统
摘要:本文首先分析了自动组卷系统在具体的教学活动过程中的实际需求,然后以高中英语的教学为背景,设计与实现了一个实际的自动组卷系统,对其中的数据库结构设计以及各个主要模块的实现进行了详细的介绍。本系统可以从试题库中自动的查找和组织出一些不同类型、不同难度、不同章节范围内的试题来组成一份合理的试卷。它采用的是利用试卷自动生成算法记录试题的一组特征值,根据用户提供的试卷题目类型、章节分布、难易程度等条件,借助于系统中的一系列数据文件,使具体课程的相关数据动态地抽象成逻辑数据,用以解决通用问题,线性的规划出一份约束满足的、合理的试卷。
关键词:数据库结构 自动组卷 题库管理 约束满足
Test paper auto-production system
Abstract: 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 English of high school 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. The method is that the Characteristic properties of test questions are recorded firstly, and then ......
参考文献
[1] 何克抗 建立题库的理论 国防科技大学出版社1999年11月
[2] 余胜泉 通用试题库组卷策略算法 GCCC99 论文集第108至116页
[3] 邓贵英,试卷自动生成算法,上海理工大学学报
1.4万字 16页
论文+开题+任务书+中英文翻译
目 录
摘 要--------------------------------------------------------------------------------------------------------1
英文摘要--------------------------------------------------------------------------------------------------------1
第一章 绪论--------------------------------------------------------------------------------------------------- 2
1.1 试卷自动生成系统的研究目的---------------------------------------------------------------------2
1.2 试卷自动生成系统的需求背景---------------------------------------------------------------------2
1.3 本文的目标以及主要工作---------------------------------------------------------------------------2
第二章 系统分析--------------------------------------------------------------------------------------------- 2
2.1 试题库分析---------------------------------------------------------------------------------------------3
2.2 组卷分析------------------------------------------------------------------------------------------------4
2.3 系统简介------------------------------------------------------------------------------------------------5
2.4 本章小结------------------------------------------------------------------------------------------------5
第三章 数据库设计------------------------------------------------------------------------------------------ 6
3.1 系统数据库---------------------------------------------------------------------------------------------6
3.2 临时数据库---------------------------------------------------------------------------------------------7
3.3 本章小结------------------------------------------------------------------------------------------------7
第四章 系统总体结构设计及功能模块的设计及其实现----------------------------------------------8
4.1 用户登录模块------------------------------------------------------------------------------------------9
4.2 系统维护模块------------------------------------------------------------------------------------------9
4.2.1 新建数据库-------------------------------------------------------------------------------------------9
4.2.2 修改密码-------------------------------------------------------------------------------------------9
4.2.3 添加用户----------------------------------------------------------------------------------------- 10
4.3 题库管理模块-----------------------------------------------------------------------------------------10
4.4 自动组卷模块-----------------------------------------------------------------------------------------11
4.4.1 功能------------------------------------------------------------------------------------------------11
4.4.2 设计思路------------------------------------------------------------------------------------------11
4.4.3 组卷策略分析------------------------------------------------------------------------------------11
4.4.4试卷生成------------------------------------------------------------------------------------------ 12
4.4.5 试卷编辑----------------------------------------------------------------------------------------- 12
4.5 本章小结-----------------------------------------------------------------------------------------------12
结束语---------------------------------------------------------------------------------------------------------- 13
致谢------------------------------------------------------------------------------------------------------------- 14
参考文献------------------------------------------------------------------------------------------------------- 15
试卷自动生成系统
摘要:本文首先分析了自动组卷系统在具体的教学活动过程中的实际需求,然后以高中英语的教学为背景,设计与实现了一个实际的自动组卷系统,对其中的数据库结构设计以及各个主要模块的实现进行了详细的介绍。本系统可以从试题库中自动的查找和组织出一些不同类型、不同难度、不同章节范围内的试题来组成一份合理的试卷。它采用的是利用试卷自动生成算法记录试题的一组特征值,根据用户提供的试卷题目类型、章节分布、难易程度等条件,借助于系统中的一系列数据文件,使具体课程的相关数据动态地抽象成逻辑数据,用以解决通用问题,线性的规划出一份约束满足的、合理的试卷。
关键词:数据库结构 自动组卷 题库管理 约束满足
Test paper auto-production system
Abstract: 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 English of high school 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. The method is that the Characteristic properties of test questions are recorded firstly, and then ......
参考文献
[1] 何克抗 建立题库的理论 国防科技大学出版社1999年11月
[2] 余胜泉 通用试题库组卷策略算法 GCCC99 论文集第108至116页
[3] 邓贵英,试卷自动生成算法,上海理工大学学报