Forum Posting Basics

Starting a Poll

You can set up a range of polls within a post.

Single Choice Poll

[poll]
- Apples
- Oranges
- Pears
[/poll]

Multiple Choice Poll

[poll type=multiple]
- Apples
- Oranges
- Pears
[/poll]

Multiple Choice Limited Option Poll

[poll type=multiple min=1 max=2]
- Apples
- Oranges
- Pears
[/poll]

Number Rating Poll

[poll type=number min=1 max=4]
[/poll]

Named Polls

To include several polls in the same post, simply give each poll a name:

[poll name=fruits]
- Apples :apple:
- Oranges :tangerine:
- Pears :pear:
[/poll]

For more details, see this Discourse blog post