Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T00:21:31.000Z (over 3 years ago)
- Last Synced: 2024-05-16T11:02:34.067Z (6 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
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/clarkwinkelmann/flarum-ext-quiz-polls.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-quiz-polls) [![Total Downloads](https://img.shields.io/packagist/dt/clarkwinkelmann/flarum-ext-quiz-polls.svg)](https://packagist.org/packages/clarkwinkelmann/flarum-ext-quiz-polls) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](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)