You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when creating a poll, the voters can select all the options, since the control used are checkboxes.
There are several cases when the creator of the poll wants to limit the voters to a single choice. This could be implemented by using radio controls instead.
Current:
Expected:
Proposal:
The text was updated successfully, but these errors were encountered:
ideally this option needs to be flexible. Users might change their mind and switch between options multiple times, or sometimes even if there are already votes given.
* add a new boolean property 'type' to the XPollClass for single and multple options
* refactored duplicated code into a macro to display the options input
* updated all the translations pages with the new added translations
acotiuga
changed the title
Limit the voting choices to a single option
Provide a way to create polls with either single or multiple options to vote
Oct 24, 2019
Currently, when creating a poll, the voters can select all the options, since the control used are checkboxes.
There are several cases when the creator of the poll wants to limit the voters to a single choice. This could be implemented by using radio controls instead.
Current:
Expected:
Proposal:
The text was updated successfully, but these errors were encountered: