All Projects → netcan → HFUT_ChemLab

netcan / HFUT_ChemLab

Licence: GPL-3.0 license
A Laravel application for HFUT Chemistry lab learning and exam system.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
ApacheConf
554 projects

Projects that are alternatives of or similar to HFUT ChemLab

Kubernetes Certified Administrator
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
Stars: ✭ 3,438 (+5189.23%)
Mutual labels:  exam
examinee
Laravel Quiz and Exam System clone of udemy
Stars: ✭ 151 (+132.31%)
Mutual labels:  exam
online exam system
基于SSM的在线考试系统
Stars: ✭ 98 (+50.77%)
Mutual labels:  exam
Linkedin Skill Assessments Quizzes
Full reference of LinkedIn answers 2021 for skill assessments, LinkedIn test, questions and answers (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test
Stars: ✭ 7,014 (+10690.77%)
Mutual labels:  exam
xsim
eXercise Sheets IMproved
Stars: ✭ 57 (-12.31%)
Mutual labels:  exam
docker-laravel-vuejs
🌟 🎯 📰 Dockerized Blog + Forum + REST API + App using Laravel, Vue.js
Stars: ✭ 27 (-58.46%)
Mutual labels:  laravel-application
cissp-mind-map
CISSP mind map, 8 domains, 2020 edition, OSG/AIO eighth edition, 8th
Stars: ✭ 31 (-52.31%)
Mutual labels:  exam
OMRChecker
An Android app to scan OMR Sheet http://letssolvetogether.in
Stars: ✭ 22 (-66.15%)
Mutual labels:  exam
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (-32.31%)
Mutual labels:  laravel-application
laravel-booking-app
Laravel based application used to book rooms and bookings and manage bookings and clients. For now this is a basic booking management system for hotels.
Stars: ✭ 63 (-3.08%)
Mutual labels:  laravel-application
examrank-02-03-04-05-06
exam project 2020
Stars: ✭ 195 (+200%)
Mutual labels:  exam
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+156.92%)
Mutual labels:  laravel-application
lfcs
Personal notes to prepare for the Linux Foundation Certified System Administrator (LFCS) exam
Stars: ✭ 69 (+6.15%)
Mutual labels:  exam
Oscp Exam Report Template Markdown
📙 Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
Stars: ✭ 2,066 (+3078.46%)
Mutual labels:  exam
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-15.38%)
Mutual labels:  laravel-application
I-need-help
哇要考试了,还没预习呢,各位有资料不(北京大学软件与微电子)
Stars: ✭ 15 (-76.92%)
Mutual labels:  exam
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (-41.54%)
Mutual labels:  exam
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (+13.85%)
Mutual labels:  laravel-application
AWS-Certified-Solutions-Architect-Associate
AWS Certified Solutions Architect Associate exam preparation notes
Stars: ✭ 37 (-43.08%)
Mutual labels:  exam
founder
Laravel starter application
Stars: ✭ 47 (-27.69%)
Mutual labels:  laravel-application

A Laravel application for HFUT Chemistry lab learning and exam system

Introduction

合肥工业大学化学实验室安全教育与考试系统由化工系创新实验小组人员(Netcan全栈程序设计)开发,利用了全世界一流的Laravel框架,基于MVC设计模式,采用先进的Google Material设计,系统安全、可靠、稳定,操作流畅,用户体验良好。

目前系统已经制作完成,正在投入使用,效果达到预期要求。平台运行在Debian系统上,采用Laravel框架+MySQL数据库存储数据。

系统集题库管理、试卷管理、成绩管理、用户管理、资源管理于一身。

其中题库管理采用一张questions表存储题型、题目、选项、正确答案,题库管理控制器对questions表进行查询、修改、更新、删除等操作,题库管理视图对界面进行渲染。

试卷管理采用一张papers表存储试卷的名称、题型分值、开始以及结束时间,再采取papers_questions表对试卷、题库进行关联,用于存储一张试卷上包含哪些题目,试卷管理控制器负责对试卷的增删查改、题目的添加等功能,视图定义了界面。

成绩管理采用一张user_paper表存储考生考试的成绩,控制器实现了考试功能,视图定义了考试、浏览试卷界面。

用户管理采用一张user表存储考生的登陆信息,比如学号、姓名、密码。为了安全性考虑,我们对密码字段进行了加密,防止考生的信息泄露。用户管理控制器实现了用户的授权、用户的添加、删除、修改等功能,视图定义了其界面。

资源管理采用了articles、categories等表存储文章、视频、分类等信息资源,控制器实现了相关功能,视图定义了界面。

我们采用MVC设计模式实现的系统,维护方便,运行效率高,从实际使用中可体现其模式的优良性。

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].