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.
A laravel based QuizApp
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
The QuizApp is open-sourced software licensed under the MIT license.