https://github.com/clarkwinkelmann/flarum-ext-quiz-polls
Turn FoF Polls into Quizzes
https://github.com/clarkwinkelmann/flarum-ext-quiz-polls
Last synced: about 1 month ago
JSON representation
Turn FoF Polls into Quizzes
- Host: GitHub
- URL: https://github.com/clarkwinkelmann/flarum-ext-quiz-polls
- Owner: clarkwinkelmann
- License: mit
- Created: 2021-03-29T01:30:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T00:21:31.000Z (about 4 years ago)
- Last Synced: 2025-02-17T21:46:09.113Z (4 months ago)
- Language: PHP
- Homepage: https://discuss.flarum.org/d/26884
- Size: 83 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quiz Polls
 [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-quiz-polls) [](https://packagist.org/packages/clarkwinkelmann/flarum-ext-quiz-polls) [](https://www.paypal.me/clarkwinkelmann)
This extension allows turning polls created with the FriendsOfFlarum Polls extension into Quizzes.
It's very simple and there are definitely ways to "cheat" and find the answer before voting.
When a poll is in quiz mode, an additional class `.Poll--quiz` is placed on the container.
The answers have a `.PollOption--correct` and `.PollOption--wrong` classes added after the user voted.## Installation
composer require clarkwinkelmann/flarum-ext-quiz-polls
## Support
This extension is under **minimal maintenance**.
It was developed for a client and released as open-source for the benefit of the community.
I might publish simple bugfixes or compatibility updates for free.You can [contact me](https://clarkwinkelmann.com/flarum) to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.
## Links
- [GitHub](https://github.com/clarkwinkelmann/flarum-ext-quiz-polls)
- [Packagist](https://packagist.org/packages/clarkwinkelmann/flarum-ext-quiz-polls)