Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)