Skip to content
Florian Bender edited this page Jun 10, 2015 · 2 revisions

Documentation Deprecated

This feature has been changed in v1.3. For updated information, see Creating a Poll in v1.3 and https://meta.discourse.org/t/a-better-poll-feature/28008.


The poll plugin allows you to create topics with polls in them.

Setting up a poll

You must start your topic title with Poll: . If you don't do this, the topic won't have a poll.

Once you've entered your title, all you need to do is include a Markdown list in your post. Here are some examples:

 - Option A
 - Option B
 - Option C
[poll]
 * $0 - $1,000
 * $1,000 - $10,000
 * $10,000 - $100,000
 * $100,000 - $1,000,000
[/poll]
 1. Four
 2. Eight
 3. Fifteen
 4. Sixteen
 5. Twenty-Three
 6. Forty-Two
Clone this wiki locally