xzs-mysql/README.md

122 lines
5.3 KiB
Markdown
Raw Normal View History

2020-12-21 11:31:39 +08:00
<p></p>
<p></p>
<p align="center">
<a href="https://www.mindskip.net" target="_blank">
<img src="doc/image/logo/1.png" height="80"/>
<a/>
</p>
<div align="center">
2020-12-21 11:52:18 +08:00
[![Gitee star](https://gitee.com/mindskip/xzs-mysql/badge/star.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql)
2020-12-21 11:31:39 +08:00
[![Gitee fork](https://gitee.com/mindskip/xzs-mysql/badge/fork.svg?theme=gitee)](https://gitee.com/mindskip/xzs-mysql)
2020-12-21 11:52:18 +08:00
[![Github stars](https://img.shields.io/github/stars/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql)
[![Github forks](https://img.shields.io/github/forks/mindskip/xzs-mysql?logo=github)](https://github.com/mindskip/xzs-mysql)
[![Github license](https://img.shields.io/badge/license-AGPL-yellow)](https://gitee.com/mindskip/xzs-mysql/blob/master/LICENSE)
2020-12-21 11:31:39 +08:00
</div>
# 学之思在线考试系统 - Mysql版
2020-06-14 16:44:45 +08:00
2020-11-13 09:22:47 +08:00
## 项目介绍
2020-11-18 09:37:25 +08:00
学之思在线考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。支持web端和微信小程序能覆盖到pc机和手机等设备。
支持多种部署方式集成部署、前后端分离部署、docker部署。
2020-06-14 16:44:45 +08:00
### 开源版使用须知
2020-11-13 09:22:47 +08:00
* 仅用个人学习
* 禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负
2020-06-14 16:44:45 +08:00
### 演示地址
2020-11-13 09:22:47 +08:00
2020-12-23 09:20:07 +08:00
* 官网:[https://www.mindskip.net](https://www.mindskip.net)
* 学之思考试系统:[https://www.mindskip.net/xzs.html](https://www.mindskip.net/xzs.html)
* 思多多智能考试平台:[https://www.mindskip.net/sdd.html](https://www.mindskip.net/sdd.html)
* 维多多培训考试系统:[https://www.mindskip.net/wdd.html](https://www.mindskip.net/wdd.html)
* 学多多考试系统:[https://www.mindskip.net/xdd.html](https://www.mindskip.net/xdd.html)
2020-06-14 16:44:45 +08:00
### 学之思仓库版本地址
2020-11-13 09:22:47 +08:00
2021-01-15 12:58:15 +08:00
* gitee - postgresql [https://gitee.com/mindskip/uexam](https://gitee.com/mindskip/uexam)
2020-08-30 09:36:04 +08:00
* gitee - mysql [https://gitee.com/mindskip/xzs-mysql](https://gitee.com/mindskip/xzs-mysql)
2020-09-13 21:34:07 +08:00
* github - postgresql [https://github.com/mindskip/xzs](https://github.com/mindskip/xzs)
2020-08-30 09:36:04 +08:00
* github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/mindskip/xzs-mysql)
2020-06-14 16:44:45 +08:00
### 学之思交流群(加群获取数据库脚本)
2020-11-13 09:22:47 +08:00
2021-01-15 11:39:44 +08:00
* QQ交流群七`873533715`
2020-06-28 09:40:51 +08:00
* QQ`2693073475`
* 微信:`alvis-u`
2020-06-14 16:44:45 +08:00
2020-11-13 09:22:47 +08:00
### 开发部署教程
2020-12-23 09:20:07 +08:00
* [https://mindskip.gitee.io/xzs-mysql](https://mindskip.gitee.io/xzs-mysql)
2020-11-13 09:22:47 +08:00
2020-06-14 16:44:45 +08:00
### 学生系统功能
2020-11-13 09:22:47 +08:00
* 登录、注册: 注册时要选年级,过滤不同年级的试卷, 账号为student/123456
2020-06-14 16:44:45 +08:00
* 首页: 任务中心、固定试卷、时段试卷、可以能做的一部分试卷
* 试卷中心: 包含了所有能做的试卷,按学科来过滤和分页
* 考试记录: 所有的试卷考试记录在此处分页,可以查看试卷结果、用时、得分、自行批改等
* 错题本: 所有做错的题目,可以看到做题的结果、分数、难度、解析、正确答案等
* 个人中心: 个人日志记录
2020-11-13 09:22:47 +08:00
* 消息: 消息通知
2020-06-14 16:44:45 +08:00
* 试卷答题和试卷查看: 展示出题目的基本信息和需要填写的内容
### 管理系统功能
2020-11-13 09:22:47 +08:00
* 登录: 账号为: admin/123456
2020-06-14 16:44:45 +08:00
* 主页: 包含了试卷、题目、做卷数、做题数、用户活跃度的统计功能,活跃度和做题数是按月统计
2020-12-17 13:33:28 +08:00
* 用户管理: 对不同角色 学生、管理员 的增删改查管理功能
2020-06-14 16:44:45 +08:00
* 卷题管理:
1. 试卷列表:试卷的增删改查,新增包含选择学科、试卷类型、试卷名称、考试时间,试卷内容包含添加大标题,然后添加题目到此试卷中,组成一套完整的试卷
2. 题目列表:题目的增删改查,目前题型包含单选题、多选题、判断题、填空题、简单题,支持图片、公式等。
2021-01-22 10:36:32 +08:00
* 任务管理:对任务进行修改
2020-06-14 16:44:45 +08:00
* 教育管理:对不同年级的学科进行增删改查
2020-09-13 21:34:07 +08:00
* 消息中心:可以对多个用户进行消息发送
2020-06-14 16:44:45 +08:00
* 日志中心:用户的基本操作进行日志记录,了解用户使用过情况
2020-09-13 21:34:07 +08:00
### 小程序功能
2020-11-13 09:22:47 +08:00
2020-06-14 16:44:45 +08:00
* 用户登录登出功能,登录会自动绑定微信账号,登出会解绑
2020-09-13 21:34:07 +08:00
* 首页包含任务中心、固定试卷、时段试卷和web端保持一致
2021-01-22 10:34:11 +08:00
* 试卷模块:固定试卷和时段试卷的分页查询,下拉加载更多、上拉刷新当前数据
2021-01-15 11:39:44 +08:00
* 记录模块:考试结果的分页,包含了试卷基本信息
* 我的模块:包含个人资料的修改、个人动态、消息中心模块
2020-06-14 16:44:45 +08:00
### 系统展示
2020-11-13 09:22:47 +08:00
2020-06-14 16:44:45 +08:00
* 学生考试系统
<table>
<tr>
<td><img src="doc/image/student/2.png"/></td>
<td><img src="doc/image/student/12.png"/></td>
</tr>
</table>
* 小程序考试系统
<table>
<tr>
<td><img src="doc/image/wx/student/1.png"/></td>
<td><img src="doc/image/wx/student/2.png"/></td>
<td><img src="doc/image/wx/student/3.png"/></td>
<td><img src="doc/image/wx/student/4.png"/></td>
</tr>
<tr>
<td><img src="doc/image/wx/student/5.png"/></td>
<td><img src="doc/image/wx/student/8.png"/></td>
<td><img src="doc/image/wx/student/6.png"/></td>
<td><img src="doc/image/wx/student/7.png"/></td>
</tr>
</table>
* 后台管理系统
<table>
<tr>
<td><img src="doc/image/admin/12.png"/></td>
<td><img src="doc/image/admin/13.png"/></td>
</tr>
2020-11-13 09:22:47 +08:00
</table>