Blog

We've added the vote and survey macros to this instance of Confluence.
The vote macro allows you to create multiple-choice questions, one question per page.
The survey macro allows users to rate an arbitrary number of categories on a 1-5 scale.
Here is a simple example of the syntax for implementing the vote macro on a Confluence page:

{vote:What is your favorite color?}
Red
Blue
None of the above
{vote}

..and here's a simple example showing the syntax for implementing the survey macro:
Product One:

{survey:changeableVotes=true}
Design
Ease of Use
Functionality
{survey}

Note that the changeableVotes option is available for use with either macro.
The population of eligible voters corresponds to the people who have view access to the relevant page.
More information is available in the
Confluence Notation Guide