一、开发工具:VB+SQL2000
二、开发期限:2011年
三、相关介绍:

相关代码: Public Sub UpdateList() '设置表格的标头和样式 '动态从数据库中装载数据 '1 Dim arrName() arrName = Array("编号", "题目内容", "答案A", "答案B", "答案C", "答案D", "正确答案") Dim arrColwidth() arrColwidth = Array(0, ddd.Width / 6, ddd.Width / 6, ddd.Width / 6, ddd.Width / 6, ddd.Width / 6, ddd.Width / 6 - 300) ddd.Cols = 7 ddd.Rows = 2 Dim i As Long For i = 0 To ddd.Cols - 1 ddd.ColWidth(i) = arrColwidth(i) ddd.TextMatrix(0, i) = arrName(i) ddd.TextMatrix(1, i) = "" Next |
1、计算机毕业论文介绍
本系统实现了科目内容、试题类型、试题内容的设置;自动组卷、手动组卷、卷子信息的管理;课程内容、试题类型、组卷信息的浏览以及试题信息的查询和管理员对使用本系统用户的信息、权限的设置。
关键词:自动组卷系统 Visual Basic 6.0 SQL Server2000
〖资料来源:计算机毕业论文 www.xiaoniu168.com〗
ABSTRACT
Along with in the last few years the microcomputer technology, thenetwork technology, multimedia technical and the correspondingsoftware technology swift and violent development, work oneself and soon school teaching, management, test more and more could not leave thecomputer. On the one hand, the computer assistance education and thecomputer aided teaching are the computer technology count for muchapplication domain; On the other hand, the computer and the networkapplication even more promoted two rapid development, at present theygradually have become the modern teaching very important also theeffective method.
This system - - automatic group volume system, uses Visual the Basic 6.0 developments, uses the client side/server's model skeleton. The database uses SQL Server2000 to realize. Maximum limit satisfies the user in the design process the request, this system has the strong usability and pointed. Has the contact surface to be friendly, simplicity of operator, maintainability strong and so on characteristics.
This system followed the software engineering methodology to carry on the system analysis, the system design, the detailed design and the software testing basically. Has realized the subject content, the test question type, the test question content establishment; Automatic group volume, manual group volume, examination paper information management; The curriculum content, the test question type, the group volume information's browsing as well as the test question information's inquiry and the manager for use this system user the information, the jurisdiction establishment.
Key words:Automatic group volume system Visual Basic 6.0 SQL Server2000
2、计算机毕业设计功能介绍
2.3 系统应该具备的基本功能
2.3.1 试题维护管理
(1)单选题:对单选题内容信息进行添加、修改和删除操作。
(2)多选题:对多选题内容信息进行添加、修改和删除操作。
(3)判断题:对判断题内容信息进行添加、编辑和删除操作。
2.3.2 组卷信息管理
(1)启发式组卷:通过选择组卷的类别、输入试题的数量和总分数即可启发式的生成A卷和B卷。
(2)组卷历史:可以查看所有的组卷信息。
2.3.3 综合查询管理
(1)多选题查询:通过输入题目内容或答案可以查询出符合条件的多选题信息。
(2)单选题查询:通过输入题目内容或答案可以查询出符合条件的单选题信息。
(3)判断题查询:通过输入题目内容或答案可以查询出符合条件的判断题信息。
(4)组卷信息查询:通过选择卷子类型可以查询出符合条件的组卷信息。
除了实现上述功能以外,启发式组卷系统还应该具有友好、简洁的界面,安全性高,稳定性强的特点。
<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>