All Projects → myloveGy → examination

myloveGy / examination

Licence: BSD-3-Clause license
Yii2-basic 考试系统

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to examination

yii2-admin-theme
基于Yii2+layui的后台框架模板,实现了完善的RBAC权限控制
Stars: ✭ 87 (+14.47%)
Mutual labels:  yii2, yii2-admin
yii2-rest-rbac
yii2 rbac yii2 rest RBAC Auth manager for Yii2 RESTful(YII2权限管理rbac--rest接口方式)
Stars: ✭ 79 (+3.95%)
Mutual labels:  yii2, yii2-admin
yii2-jwt-tools
An easy way to configure JWT authentication and validation on Yii Framework 2 Projects
Stars: ✭ 22 (-71.05%)
Mutual labels:  yii2
yii2-linkable-behavior
Yii2 behavior to help creating urls easier
Stars: ✭ 12 (-84.21%)
Mutual labels:  yii2
cheatera.pp.ua
cheatera.pp.ua - UNIT Factory students stat: lvl, projects, etc
Stars: ✭ 19 (-75%)
Mutual labels:  yii2
yii2-bankcard-info
银行卡卡号分析(Yii2扩展)
Stars: ✭ 15 (-80.26%)
Mutual labels:  yii2
yii2-dingtalk
yii2钉钉接口
Stars: ✭ 23 (-69.74%)
Mutual labels:  yii2
luya-module-cms
The LUYA CMS module provides a full functional CMS for adding contents based on blocks.
Stars: ✭ 28 (-63.16%)
Mutual labels:  yii2
php-framework-benchmark
php framework benchmark (include laravel、symfony、silex、lumen、slim、yii2、tastphp etc)
Stars: ✭ 17 (-77.63%)
Mutual labels:  yii2
yii2-console-migration
yii2命令行中使用migration备份和还原数据库
Stars: ✭ 35 (-53.95%)
Mutual labels:  yii2
phd5-app
💜 Universal web application built upon Docker, PHP & Yii 2.0 Framework
Stars: ✭ 71 (-6.58%)
Mutual labels:  yii2
yii2-switch-widget
Bootstrap Switch Widget for Yii2
Stars: ✭ 17 (-77.63%)
Mutual labels:  yii2
yii2-querybuilder
Extension for Yii2 Framework to work with jQuery QueryBuilder
Stars: ✭ 41 (-46.05%)
Mutual labels:  yii2
leadshop
Leadshop是一款提供持续更新迭代服务的轻量级、高性能开源电商系统,前后端分离(uniapp +电商专用yii2.0),可视化DIY拖拽装修,旨在打造极致的用户体验! 支持微信小程序,公众号等
Stars: ✭ 168 (+121.05%)
Mutual labels:  yii2
Native-Exam-Analyse
PC桌面级客户端,电子化考试系统,支持多种题型,选择、填空、阅读理解、选词填空等。考试结果自动分析并可保存。
Stars: ✭ 63 (-17.11%)
Mutual labels:  examination
yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+3.95%)
Mutual labels:  yii2
yii2-vue-admin
Yii2 Vue Admin Template
Stars: ✭ 22 (-71.05%)
Mutual labels:  yii2
docker-php7
Docker image tailed to run PHP application
Stars: ✭ 18 (-76.32%)
Mutual labels:  yii2
memberhive
Relationship Management System for churches and organisations
Stars: ✭ 12 (-84.21%)
Mutual labels:  yii2
yii2-vote
Provides voting for any model 👍 👎
Stars: ✭ 70 (-7.89%)
Mutual labels:  yii2

考试系统

安装说明

  • 不想使用 composer 安装,可以从如下地址下载打包文件(最新) 下载后,需要从第3步开始:

  • 提示:请先确定安装了Composer Asset插件:

    php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
    
  1. git clone 项目

    git clone [email protected]:myloveGy/examination.git
    
  2. composer install

    php composer install
    
    • composer 如果安装慢的话,可能是 yii 镜像问题,建议镜像使用中国镜像

    中国镜像 https://pkg.phpcomposer.com/

  3. 将SQL文件导入数据库(文件位于目录下的/docs/examination.sql)

  4. 配置虚拟目录(需要开启路由重写),后台地址:域名/admin

    超级管理员: super 密码: admin123

    普通管理员: admin 密码: admin123

项目数据库配置文件被我屏蔽掉了,需要在项目 config 中添加 db.php 文件

return [
    'class'       => 'yii\db\Connection',
    'dsn'         => 'mysql:host=localhost;dbname=examination',
    'username'    => 'root',
    'password'    => '',
    'charset'     => 'utf8',
    'tablePrefix' => 'ks_',
];

Demo 地址

demo网址

预览

  1. 首页 首页
  2. 类型选择 类型选择
  3. 顺序答题 顺序答题
  4. 模拟考试 模拟考试
  5. 后台管理 后台管理

项目参考

驾考宝典

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