资料详情

基于Vue+SpringBoot的在线考试带班级管理系统 论文范文参考+项目源码及数据库文件

头像

JAVA/JSP

编号:6

基于Spring Boot网络在线考试的设计与实现

摘  要

科技在进步,人们生活和工作的方式正发生着改变,不仅体现在人们的衣食住行,也体现在与时俱进的考试形式上。以前的考试需要组织者投入大量的时间和精力,需要对考试的试题进行筛选,对后期的考卷进行批阅,这么多的步骤影响了整个考试执行的效率。因此,本文提出了一种网络考试系统,用于解决上述的一些问题。

本文描述的网络考试系统主要是利用浏览器作为界面,利用B/S模式,即用户可利用浏览器直接访问本站点。主要用到的技术是采用JavaWeb技术和MySql数据库等设计出了各种功能。该系统主要有用户管理、功能管理、角色权限管理、学生网络考试、试题管理、错题管理、自动组卷等功能。

本文提供了一些该系统的部分代码跟截图帮助介绍该系统,对系统的总体设计、详细设计以及测试都给出了一些介绍,还对运行截图以及代码作出了相应的解释。该网络考试系统基本上可以满足一些简单的考试,运行良好,基本可以满足设计要求。

关键词: 考试;JavaWeb;网络

The design and implementation of the network examination system

Abstract

Science and technology in progress, people living and working the way is changing, not only reflected in people's basic necessities, but also reflected in the form of examination with the times. The previous exams require the organizers to devote a lot of time and effort to the examination of the examination questions, the late examination of the examination papers, so many steps affect the efficiency of the entire examination. Therefore, this paper presents a network test system, used to solve some of the above problems.

This article describes the network test system is mainly using the browser as an interface, the use of B / S mode, that users can use the browser to directly access the site. The main use of the technology is the use of JavaWeb technology and MySql database design a variety of functions. The system mainly has user management, function management, role rights management, student network examination, test questions management, wrong title management, automatic test paper and other functions.

This article provides some of the system code and screenshots to help introduce the system, the overall design of the system, detailed design and testing are given some introduction, but also on the operation of the screenshot and the code to make a corresponding explanation. The network test system is basically able to meet some simple exams, running well, the basic can meet the design requirements.

Keywords:Examination; JavaWeb; Network


目录

摘  要

Abstract

1 绪论

1.1 网络在线考试的现状与发展

1.1.1 国内外发展现状

1.2网络在线考试的研究内容

1.3 网络在线考试的研究目的和意义

1.4 本章小结

2 本户外活动网站的分析

2.1 可行性分析

2.1.1 技术可行性分析

2.1.2 经济可行性

2.1.3 操作可行性

2.2 需求分析

2.2.1 功能需求

2.2.2 性能需求

2.3 框架介绍

2.3.1 Spring Boot

2.3.2 Vue.js

2.3.3 MySQL

2.3.4 Echart

2.4 本章小结

3 网络在线考试系统概要设计

3.1 系统功能和数据设计

3.1.1 E-R图设计

3.1.2 系统活动图设计

3.1.3 网站类图设计

3.3 本章小结

5 网络在线考试的运行与效果分析

5.1 系统运行效果

5.1.1 学生端运行效果

5.1.2 管理员登录运行效果

5.2 本章小结

6 总结与展望

6.1 总结

致谢