Voting Using Radio Buttons
As a project leader, I want to present several work options to my team so they can vote on what piece of work we should focus on next. I want this to be entirely anonymous and users to only vote for one option. I also want to prevent spam voting. |
---|
You can utilize Forms for Confluence internally to take into account several different and diverse views. You can make this anonymous so that each vote is considered equally. You can also make use of the spam-prevention feature to prevent users from using a bot and maintain fairness. To create this form, we start with the Forms macro which sets the destination and acts as the wrapper for all the macro components that make up the form. The following macros are then added to the Forms macro: Radio Button Group.
We will be using:
- Radio buttons to ensure that each mail casts only one vote from a list of pre-defined options
- Entirely anonymous voting so that each vote is considered equally
- CAPTCHA to prevent spamming of votes
Prerequisites
- Configure a Form ID (see Forms Administration for details on how to configure a Form ID)
- SPAM prevention turned on from within confluence (see Atlassian's guide on configuring Captcha for Spam prevention)
- Space permissions to create and edit pages
Instructions
- Navigate to the page you wish to use for the anonymous voting.
- Insert the Forms macro. In the Destination field, select the configured Form ID, e.g. Vote and then enter a subject for your form, e.g. Anonymous Voting.
- Select the Submit Button tab and enter the text to be displayed on the voting button, e.g Vote.
- Select the Advanced Options tab and select the Add a Captcha checkbox option.
- Insert a Radio Button Group macro to create a radio button for each option.
- In the Group Label field, enter the required text, e.g. Which project do you want to work on next? This is displayed to users in the form.
- In the Group Name field, enter a name to identify the radio button group internally. This is displayed in your responses data.
- Set one option to be selected by default. The user can overwrite this option.
- Save the form.