Todo
Currently busy with some other important things, will definately would like to imporove the app with
1. Multiple choices selection and mapping to detail results
2. Question difficulty levels
3. Section subscription for registered users
4. User crud functionality in admin pannel
5. Modal implementation for user crud.
6. Plenty of other functionalites ofcourese.
Pull reqeusts are welcome, acceptance will depend on availability of time to review the pull requests.
User Quiz Home
Start A Quiz
Quiz Screen
Quiz Details
QuizApp
A laravel based QuizApp
Installation
git clone repo
cp .env.example .env
#Setup database
#Seed will create 1 super-admin, 1 admin and initial quotes loaded to database, spatie initial roles and permissions.
php artisan migrate:fresh --seed
php artisan key:generate
Login with below users and create some Sections->Questions
Username: [email protected] / [email protected]
Password: adminadmin
Register a new user and login -> Take a Quiz
License
The QuizApp is open-sourced software licensed under the MIT license.