How Polls Work
Two Rules
- You have to create a poll in either the source mode of the RichTextEditor, or the WikiTextEditor.
- the name the wiki software uses to handle the polls which may appear all over the site, is by the question string. So, don't make a poll where the question is "Who is coming to the next meeting?". Instead, use "Who is coming to the meeting on Nov 27th, 2011?
To Create a Poll
Type the syntax below, adding rows to add choices. Don't change the order, after you create the poll. Don't leave lines in-between any of the rows.
<poll>
What do you think of questions?
They are good.
They are necessary.
They annoy me.
Most are stupid.
</poll>
If it worked, you'll see this
<poll> What do you think of questions? They are good. They are necessary. They annoy me. Most are stupid. </poll>