CN103455618A - 一种基于vb的计算机自动出卷系统的设计 - Google Patents

一种基于vb的计算机自动出卷系统的设计 Download PDF

Info

Publication number
CN103455618A
CN103455618A CN 201310412604 CN201310412604A CN103455618A CN 103455618 A CN103455618 A CN 103455618A CN 201310412604 CN201310412604 CN 201310412604 CN 201310412604 A CN201310412604 A CN 201310412604A CN 103455618 A CN103455618 A CN 103455618A
Authority
CN
China
Prior art keywords
test
test paper
paper
questions
teacher
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN 201310412604
Other languages
English (en)
Inventor
赵斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Diandian Science & Technology Development Co Ltd
Original Assignee
Tianjin Diandian Science & Technology Development Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tianjin Diandian Science & Technology Development Co Ltd filed Critical Tianjin Diandian Science & Technology Development Co Ltd
Priority to CN 201310412604 priority Critical patent/CN103455618A/zh
Publication of CN103455618A publication Critical patent/CN103455618A/zh
Pending legal-status Critical Current

Links

Images

Abstract

随着计算机技术的不断提高,计算机在日常办公系统被广泛应用。为了解决旧式的教师出试卷中要么到庞大的题库中一道道的把题目找出来,要么从几本相关的书籍中把题一道道的挑出来这种费时又费力,而且很难保证试题的覆盖面和对试题难易程度的把握的问题。在系统中采用VB面向对象开发平台和Access数据库进行设计,为能够帮助教师可以轻松的制作出一份高质量的试卷,系统实现了以下主要功能:1.题库管理;2.难度系数设定;3.抽取试题;4.生成试卷;5.采用word输出。计算机自动出卷系统的开发和应用,可以提高学校对于考试的管理水平,提高教师的办公效率。

Description

一种基于VB的计算机自动出卷系统的设计
技术领域
本发明涉及领域属于电子信息技术,具体的说涉及一种基于VB的计算机自动出卷系统的设计方法。
技术背景
随着计算机技术的不断发展,在现代的教学过程中利用计算机技术来解决教学中的问题越来越多的被重视。考试作为教学过程中的一个重要环节,通过利用计算机可以极大的提高考试工作的效率。本文针对在传统考试过程当中关于试卷的制作问题中的手工出卷效率低下的问题进行了改进。
针对当前的计算机技术,利用数据库技术构建试题库系统作为教学手段,具有良好的应用前景。在传统的考试过程中试卷命题总是教师很头疼的一个问题,要么考前集中出题组卷,要么单独命题,这样做都很难保证试卷命题的质量,进而不能准确的反映出学生的学习效果。
发明内容
[0003]基于VB的计算机自动出卷系统实现题库管理和组卷等功能,在组卷过程中实现了参数的灵活设置,可根据需要选择试题的出处和难易度。系统界面友好,操作方便,在追求系统功能完善的同时,同时尽可能的使系统的操作简单,使用效果好。系统的使用大大地减轻了教师的工作量,提高了教师的工作效率。同时对于题目的出处、难易度能够很好的把握,避免了传统出卷过程中的知识面覆盖和难易度不易把握的问题。整体经过测试运行效果良好,基本达到了预期的设计要求。但是对于试卷的整体结构的安排等,需在以后的使用过程中进一步的完善。
附图说明
图1是本发明运行原理图
具体实施方式
在系统使用的过程中为保证教师对系统的灵活操作,应提供试题库制作和删改功能;试题库查询;出题子系统和退出系统等功能。其中,试题库制作和删改功能模块中包含不同题型的添加和删改的功能。查询试题库模块中包括查询不同类型试题的功能。出题子系统中提供不同类型试题的出题量的输入和试题难易度的输入功能,输入完毕后可自动生成word版的试卷以及相应答案。
系统采用了简单易用的Access作为数据库后台。在题库模块中针对试卷设计需求设置了题目表,题目类型表等文件用来存储题目类型难易程度等数据。
系统集试题管理与试卷的生成为一体,向用户提供了友好的界面,使用方便,通用性强。在系统中使用人员可以通过试题录入系统录入试题,进而形成相应课程的试题库,同时在命题的过程中提供难度设定,以便在系统自动生成试卷时提供难易度选择。因此本系统不仅能帮助教师适时编制各类考试题目,同时可以生成标准试卷,从而可以大大的减轻教师的工作量,有效地提高整个考试的工作效率。

Claims (4)

1.在系统中采用VB面向对象开发平台和Access数据库进行设计,为能够帮助教师可以轻松的制作出一份高质量的试卷,系统实现了以下主要功能:1.题库管理;2.难度系数设定;3.抽取试题;4.生成试卷;5.采用word输出。计算机自动出卷系统的开发和应用,可以提高学校对于考试的管理水平,提高教师的办公效率。
2.根据权利要求1所述的一种基于VB的计算机自动出卷系统,其特征在于:本系统集试题管理与试卷的生成为一体,向用户提供了友好的界面,使用方便,通用性强。
3.根据权利要求2所述的一种基于VB的计算机自动出卷系统,其特征在于:系统中使用人员可以通过试题录入系统录入试题,进而形成相应课程的试题库,同时在命题的过程中提供难度设定,以便在系统自动生成试卷时提供难易度选择。
4.根据权利要求3所述的一种基于VB的计算机自动出卷系统,其特征在于:本系统不仅能帮助教师适时编制各类考试题目,同时可以生成标准试卷,从而可以大大的减轻教师的工作量,有效地提高整个考试的工作效率,对于提高学校的教育教学质量起到良好的促进作用。
CN 201310412604 2013-09-10 2013-09-10 一种基于vb的计算机自动出卷系统的设计 Pending CN103455618A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201310412604 CN103455618A (zh) 2013-09-10 2013-09-10 一种基于vb的计算机自动出卷系统的设计

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201310412604 CN103455618A (zh) 2013-09-10 2013-09-10 一种基于vb的计算机自动出卷系统的设计

Publications (1)

Publication Number Publication Date
CN103455618A true CN103455618A (zh) 2013-12-18

Family

ID=49737981

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201310412604 Pending CN103455618A (zh) 2013-09-10 2013-09-10 一种基于vb的计算机自动出卷系统的设计

Country Status (1)

Country Link
CN (1) CN103455618A (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104317875A (zh) * 2014-10-20 2015-01-28 江苏科技大学 一种工程图学课程组卷系统
CN105373564A (zh) * 2014-08-29 2016-03-02 深圳锐取信息技术股份有限公司 基于客观结构化临床考试框架的考站表生成方法及装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105373564A (zh) * 2014-08-29 2016-03-02 深圳锐取信息技术股份有限公司 基于客观结构化临床考试框架的考站表生成方法及装置
CN105373564B (zh) * 2014-08-29 2018-06-19 深圳锐取信息技术股份有限公司 基于客观结构化临床考试框架的考站表生成方法及装置
CN104317875A (zh) * 2014-10-20 2015-01-28 江苏科技大学 一种工程图学课程组卷系统

Similar Documents

Publication Publication Date Title
CN103455618A (zh) 一种基于vb的计算机自动出卷系统的设计
Capra A consideration of online learning
CN202632566U (zh) 一种英语语音教学装置
Cruz et al. Deploying technology to save endangered languages
CN203012995U (zh) 法律专业教学使用的学习机
Toe et al. Building information modelling (BIM) in small and medium enterprises (SMEs) within Malaysian construction sector: implementation
Li et al. Turning challenges into opportunities: Advancing studies of nonprofit organizations in China
Cuendet Tangible interfaces for learning: Training spatial skills in vocational classrooms
CN107403399A (zh) 一种基于多媒体教学的培训方法
Fry Students" Holding" the Moment: Learning Mathematics in an Inquiry Mathematics Classroom.
Tianxiang et al. A Mobile Intelligent Reading Teaching Annotation System
GU et al. Research on the Integration of Ideological and Political Elements in the Curriculum of Mechanical Specialty under the Background of Emerging Engineering Education
CN116991998A (zh) 一种基于ai语言应答模型的电力仿真培训方法、系统
Wang et al. A Study on the Cultivation of CAT Ability of Translation Majors in Big Data Era
Xu Translation and Typesetting for Publishers
CN202123818U (zh) 英语记忆台历
Lu Some Experiences on Business English Translation Teaching
Villagran-Glover Staying connected: Adjunct faculty and the community college online environment
Zhao Corpus-involved Education and Learning in European Universities
Ibrahim Educational Roots of Political Crisis in Egypt
Arciszewski et al. ASCE global center of excellence in computing
Cergolj Updating the multidimensional relationship to information in school environment
Singh et al. A review on question generation system from Punjabi text contain historical information
Ma et al. Preliminary Exploration on the Dilemmas of Computer-aided Interpretation
CN104462086A (zh) 智能电子学习器的识别保存系统及保存方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20131218