https://github.com/divineomega/laravel-multiple-choice
Package that provides multiple choice questions and answers
https://github.com/divineomega/laravel-multiple-choice
multiple-choice multiple-choice-tests php-library questions-and-answers
Last synced: 8 months ago
JSON representation
Package that provides multiple choice questions and answers
- Host: GitHub
- URL: https://github.com/divineomega/laravel-multiple-choice
- Owner: DivineOmega
- License: lgpl-3.0
- Created: 2017-03-31T23:23:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T13:43:11.000Z (over 8 years ago)
- Last Synced: 2025-06-03T18:42:58.945Z (about 1 year ago)
- Topics: multiple-choice, multiple-choice-tests, php-library, questions-and-answers
- Language: PHP
- Size: 18.6 KB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Multiple Choice
Package that provides multiple choice questions and answers
## Installation
1. Run `composer require divineomega/laravel-multiple-choice`.
2. Add `DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider::class` to `providers` array in `config/app.php`.
3. Run `php artisan vendor:publish --provider="DivineOmega\LaravelMultipleChoice\Providers\LMCServiceProvider" --tag="migrations" --force`.