Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T13:43:11.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T02:38:06.376Z (24 days ago)
- Topics: multiple-choice, multiple-choice-tests, php-library, questions-and-answers
- Language: PHP
- Size: 18.6 KB
- Stars: 12
- Watchers: 5
- 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`.