在线考试系统 论文

  • 格式:docx
  • 大小:28.80 KB
  • 文档页数:25

摘要:在线考试系统是借助计算机、互联网等先进技术为代表的信息手段,改变以往传统考试方式,采用无纸化考试方式。

相比传统的考试方式,基于 web 的在线考试系统的主要好处是一方面可以动态地管理各种考试信息,只要准备好足够大的题库,就可以按照要求自动生成各种试卷;另一方面,考试时间灵活,可以在规定的时间段内的任意时间参加考试;另外计算机化的考试的最大特点是阅卷快,系统可以在考试结束时当场给出客观题考试成绩,计算机阅卷给了考生最大的公平感。

本论文主要阐述一个功能相对简单的在线考试系统的后台操作过程及一些关键技术。

该系统用户信息主要分三种类别,考试时考生输入学号,核对正确后进入考生界面,考生界面主要有考生基本信息、修改密码、开始答题、查看成绩、查看答题等组成,关键实现了管理员对考生答题的控制,一方面为试题生成的控制,另一方面为答题的控制及是否可以查看试题答案。

管理员进入管理员界面,管理员界面主要由生成试卷、查看试卷、考试控制、查看成绩及题库维护等模块组成,在此界面下,完成对试题库的维护,及当有考试任务时,自动生成试题、答题控制、试题参考答案控制等功能,较完整地实现了在线考试的功能。

关键词:在线考试系统;模拟考试;登录;自动组卷Abstract: Online examination system is the use of computers, the Internet and other advanced technology, represented by means of information, changing the traditional examination methods, the use of paperless examination methods. Compared to the traditional examination based on the main benefits of the web online examination system is the one hand, you can dynamically manage a variety of test information, ready to be large enough exam, you can automatically generate a variety of papers as required; examination time is flexible, can take the exam at any time in the specified period of time; the biggest characteristic of the computerized exam scoring fast, the system give objective questions on the spot at the end of the examination test scores, computer scoring to give the candidates the largest sense of fairness. This thesis describes a relatively simple function of the background and process of online examination system and some key technologies. The system user information in three categories, the examination, candidates enter your student number, enter the candidates to check the correct interface, candidates interface students basic information, change passwords, and begin to view the results, view the answer, etc., to achieve critical administrator control of the candidates to answer, on the one hand, control the other hand, generate questions to answer in control and you can view the answers to questions. Administrator to enter the administrator interface, the administrator interface consists of papers generated to view the papers, examination control, view results and Exam maintenance module interface to complete the test database maintenance, and when the examination task, automatic generate questions, answer control, control of a Reference, complete the online exam function.Keywords: online examination system; mock examinations; login; automatic generation of一、概述(一)项目开发背景在当今信息时代,计算机技术与网络技术越来越广地应用于各个领域,改变着人们的学习、工作、生活乃至思维方式,也引起了教育领域的重大变革。

将计算机与网络技术应用于现代高等教育中,是现代高等教育发展的需要,也是改革教育模式,提高学校教学效果和教学效率、提高科研和管理水平的必要手段。

目前的一个发展趋势是采用大规模试题库的计算机网络考试模式随着计算机网络在生产生活、科技教育中的普及,传统试的考试出卷、答卷方式以及学绩管理正发生着巨大的变革,因此,如何使考试过程变得方便、高效、快捷、公正,是现代教育的一个重要课题。

在线考试系统是一个没有固定时间、固定地点、可以让学生随时随地检测对知识的掌握情况的系统,学生登录到该页面,注册账号成为会员,对于已有账号的同学,在输入密码之后就可以成功登录。

可以自由选择各专业、各学科的考试。

每位考生的信息,每次考核的结果,系统都会有记录,并且可供考生查询。

有利于考生制定适合自己的学习计划和学习目标。

在线考试的管理员,也可以凭管理员账号登录该系统,管理员可以对考生信息进行管理,也可以对试题库进行管理,及时更新试题库。

(二)系统开发目的无纸化的考试形式有着其科学、及时、准确、公平等优点,具有传统考试形式无法替代和比拟的优势:传统的考试形式的弊端。

传统的考试方法“一纸定终身”,存在重知识、轻能力的先天不足,成了一部分“高分低能”学生的摇篮;对另一部分学生,则因考试压力过大而罹患“考试恐惧症”,或者心存侥幸,投机取巧等等;信息技术为载体的网络考试的优点优点有:保密性高;考试时间灵活;提高了学校的教学水平;网络考试系统不只是考试工具,更是学习、分析工具。

网上考试的最终目的不是得到分数,而是让学生通过测验知道自己的不足,让老师知道下一步的讲授重点。

所以试题属性、答案解析必不可少。

而且考试系统应允许老师设置:是否允许学生看试题提示、答题后是否允许学生得到答案解析、考试是否计时、是否计分、是否允许学生得到个人分析结果、班级分析结果等。

二、需求分析(一)系统流程分析根据开发在线考试系统的需求分析,本系统只设计了一种两种用户,管理员用户和普通登录用户。

系统要求有管理员用户,我们设定系统管理员,当系统管理员使用账号登录后,需要查看有关考试的一系列的信息,管理员可以通过系统导航菜单进入学生信息管理界面、试题库管理。

进入学生信息系统可以查看学生的专业信息、考试成绩信息;进入试题库,可以查看当前所用的试题库,以及更新试题库。

(二)系统用例图系统用例图如图 2-1 所示。

(三)考生在线考试活动图考生在线考试活动三、数据库设计(一)E—R 图在线考试系统信息实体图如图 3-1 所示:图 3-1 在线考试系统信息实体 E-R 图(二)数据表根据系统的需求和分析,系统需要设计的数据库表有用户表、学生科目表、学生信息表、试卷类型表、试题答案表、试题表、试卷表等,见表3-1至3-7。

表3-1 users(用户表)字段名称 Id upwd uright 数据类型 Varchar(20) Varchar(20) tinyint 非空4允许空主\外键主键备注uroom unamevarchar(20) varchar(20) 表3-2 students-course(学生科目表)字段名称 Stu-id cid数据类型 Varchar(20) Varchar(20)允许空非空非空主\外键主键备注表3-3 student(学生信息表)字段名称 Stu-id pwd name sex Grade major class 数据类型 Varchar(20) Varchar(20) Vchar(8) Varchar(2) Varchar(4) Varchar(30) Varchar(4) 非空非空非空非空非空允许空主\外键主键备注表3-4 testpaper-list(试卷类型表)字段名称 Paper-idPaper-name Paper-time cid test Paper-styles Testway audit auditteacher Endtime 数据类型 int Varchar(50) datetimeVarchar Tinyint Varchar(1) tinyint tinyint Varchar(20) datetime 非空非空非空非空非空表3-5 answer(试题答案表)字段名称数据类型允许空主\外键备注非空允许空主\外键主键备注5aid qid optionsname options answerInt Int Varchar(1) Varchar(300) int 非空非空主键表3-6 question(试题表)字段名称 qid [content] cid sid chapter point qlevel Add-time Add-user audit auditteacher 数据类型int Text Varchar(20) Varchar(2) Tinyint Varchar(50) Int Datetime Varchar(20) Tinyint Varchar(20) 非空表3-7 testpaper (试卷表)字段名称 Paper-id qid q-num qscore 数据类型 int int int int 非空非空允许空主\外键主键外键备注非空允许空主\外键主键备注四、系统主要功能模块设计与实现(一)登录界面当管理员用户输入用户名、密码时,系统自动将输入的信息和相关数据表中的内容进行比较,如果该用户输入的内容和数据表中的内容相符,则通过验证,此次登录成功‘否则登录失败。