All Projects → mindskip → Xzs

mindskip / Xzs

Licence: agpl-3.0
学之思在线考试系统 - postgresql版,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便(集成部署、前后端分离部署、docker部署)、界面设计友好、代码结构清晰

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Xzs

Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (-36.89%)
Mutual labels:  live
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (-21.06%)
Mutual labels:  live
Binari
Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of dynamic programming.
Stars: ✭ 82 (-93.79%)
Mutual labels:  live
Hjdanmakudemo
A high performance danmaku engine for iOS
Stars: ✭ 844 (-36.06%)
Mutual labels:  live
Statsviz
🚀 Instant live visualization of your Go application runtime statistics (GC, MemStats, etc.) in the browser
Stars: ✭ 1,015 (-23.11%)
Mutual labels:  live
Bilibili Live Recorder
下载 bilibili 直播 视频流
Stars: ✭ 52 (-96.06%)
Mutual labels:  live
Tencent Now
🔥🔥🔥iOS视频直播:仿腾讯旗下 < NOW > 直播 斗鱼 抖音 火山视频 花椒 熊猫 YY 陌陌 映客 直播APP iOS Live video
Stars: ✭ 762 (-42.27%)
Mutual labels:  live
Kodeweave
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
Stars: ✭ 87 (-93.41%)
Mutual labels:  live
Topnews
一款Android新闻客户端,并提供电视台直播功能
Stars: ✭ 44 (-96.67%)
Mutual labels:  live
Abr Broadcaster
A real time encoder for Adaptive Bitrate Broadcast
Stars: ✭ 80 (-93.94%)
Mutual labels:  live
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-97.95%)
Mutual labels:  live
Tvlive
CCTV1~CCTV13和各大卫视的电视直播。
Stars: ✭ 34 (-97.42%)
Mutual labels:  live
Android P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 70 (-94.7%)
Mutual labels:  live
Real Live
A cross-platform network media aggregation application.
Stars: ✭ 942 (-28.64%)
Mutual labels:  live
Aurio
Audio Fingerprinting & Retrieval for .NET
Stars: ✭ 84 (-93.64%)
Mutual labels:  live
Bilibili Live Tools
python实现的bilibili直播助手
Stars: ✭ 819 (-37.95%)
Mutual labels:  live
Hugit
The humane Terminal UI for git!
Stars: ✭ 49 (-96.29%)
Mutual labels:  live
Livesourcecode
严振杰直播所有完整代码收集。
Stars: ✭ 90 (-93.18%)
Mutual labels:  live
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (-93.79%)
Mutual labels:  live
Danmaku
live video comments protocol and platform api
Stars: ✭ 70 (-94.7%)
Mutual labels:  live

Gitee star Gitee fork Github stars Github forks Github license

学之思在线考试系统 - Postgresql版

项目介绍

学之思在线考试系统是一款 java + vue 的前后端分离的考试系统。主要优点是开发、部署简单快捷、界面设计友好、代码结构清晰。支持web端和微信小程序,能覆盖到pc机和手机等设备。 支持多种部署方式:集成部署、前后端分离部署、docker部署。

开源版使用须知

  • 仅用个人学习
  • 禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负

演示地址

学之思仓库版本地址

学之思交流群(加群获取数据库脚本)

  • QQ交流群八:902855996
  • QQ:2693073475
  • 微信:alvis-u

开发部署教程

学生系统功能

  • 登录、注册: 注册时要选年级,过滤不同年级的试卷, 账号为:student/123456
  • 首页: 任务中心、固定试卷、时段试卷、试卷可以重复做
  • 试卷中心: 包含了所有能做的试卷,按学科来过滤和分页
  • 考试记录: 所有的试卷考试记录在此处分页,可以查看试卷结果、用时、得分、自行批改等
  • 错题本: 所有做错的题目,可以看到做题的结果、分数、难度、解析、正确答案等
  • 个人中心: 个人日志记录
  • 消息: 消息通知
  • 试卷答题和试卷查看: 展示出题目的基本信息和需要填写的内容

管理系统功能

  • 登录: 账号为: admin/123456
  • 主页: 包含了试卷、题目、做卷数、做题数、用户活跃度的统计功能,活跃度和做题数是按月统计
  • 用户管理: 对不同角色 学生、管理员 的增删改查管理功能
  • 卷题管理:
    1. 试卷列表:试卷的增删改查,新增包含选择学科、试卷类型、试卷名称、考试时间,试卷内容包含添加大标题,然后添加题目到此试卷中,组成一套完整的试卷
    2. 题目列表:题目的增删改查,目前题型包含单选题、多选题、判断题、填空题、简单题,支持图片、公式等。
  • 任务管理:对任务进行修改
  • 教育管理:对不同年级的学科进行增删改查
  • 答卷管理:查看学生成绩
  • 消息中心:可以对多个用户进行消息发送
  • 日志中心:用户的基本操作进行日志记录,了解用户使用过情况

小程序功能

  • 用户登录登出功能,登录会自动绑定微信账号,登出会解绑
  • 首页包含任务中心、固定试卷、时段试卷,和web端保持一致
  • 试卷模块,固定试卷和时段试卷的分页查询,下拉加载更多,上拉刷新当前数据
  • 记录模块,考试结果的分页,包含了试卷基本信息
  • 我的模块,包含个人资料的修改,个人动态,消息中心模块

系统展示

  • 学生考试系统
  • 小程序考试系统
  • 后台管理系统
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].