Voting on Submissions


End users can engage and promote Submissions by voting on the ones they like. Administrators can customize the vote settings for their initiatives in Site Setup > Ideas > Voting. This article provides an overview of how voting can be configured, to give you the best outcomes for your particular use case.

 

Promote-Idea.gif

Table of Contents

Voting Methods

There are three different types of Voting methods that Admins can choose from: Simple Voting, Restrictive Voting, and Chips Voting. Depending on how you want to configure your Initiative, each of these Voting options offer different experiences for your Users.

 

Simple Voting

Simple Voting allows Users to up-vote any idea they feel is worth promoting. With this option chosen, Users will see a Voting icon overlaying the Idea image in the top-left of the View Idea page.

Screen_Shot_2020-12-15_at_4.02.41_PM.png

This allows Users to provide one vote onto the Submission, indicating they support this idea. This option can also be paired with the Demote Voting option which can be enabled within the same Setup page. Note: Demoting a Submission only removes a point from the Submission, not from the Submitter or Submission Team. 

 

Restrictive Voting

Restrictive Voting limits the number of Votes for each User to one per Initiative. Each User will only have one Vote they can apply to only one Submission.

If a User navigates to another Submission within the Initiative and up-votes it, the Vote will be removed from the first Submission and applied to the second Submission.

 

Chips Voting

Admins can give users a different voting experience by enabling the Chips Voting option. 

With Chips Voting enabled Admins set the number of "chips" that each user is allotted and the number of "chips" that each User can allocate to a Submission. Admins can also choose to return all "chips" to the respective voters once a Submission reaches a certain Status.

For more information on Chips Voting, see our full article here.

Screenshot 2024-11-05 at 11.34.14 AM.png

 

Resetting Votes

Administrators can reset votes for their initiatives. This is particularly useful when managing ongoing initiatives, in order to periodically clear votes so that users can re-evaluate submissions from scratch.

In Site Setup > Ideas > Voting, a "Reset All Votes" button will appear at the top of the page.

Reset

Selecting this will display a confirmation popup explaining what will happen when votes are reset. On confirming, votes for all submissions in the initiative will be cleared. Some things to note:

  • For initiatives using chip voting, chips will be returned to all voters
  • For initiatives with the "Submitter auto-promote on submission" feature enabled, resetting the vote will retain the submitter's original vote
  • User reputation points and activity stats will not be affected

Administrators can view a record of the votes at time of reset from Site Setup > Exports > Votes, in the "Select a Report" dropdown menu. Each time votes are reset for an initiative, a new report will be generated and made available in the Votes exports section.

Vote

 

Additional Voting Options

Hiding Vote Buttons and Counters

Admins can completely hide voting buttons and counters. This can be useful if their initiative does not require votes, or if the voting period has ended and admins want to hide vote counts from their users.

Hide Vote Count UI.png

To hide voting, the "Voting" option in Site Setup > Voting > Voting must be disabled. Once disabled, the option "Hide Vote Count" will be available. When enabled, voting buttons and counters will no longer appear, including in View Idea and Idea Boards.

Note that vote history and vote total data will be retained, and will be visible if the option is disabled.

Promote Reason / Demote Reason

Admins can enable the option(s) Promote Reason or Demote Reason on the Voting Setup page. This will require all Users to provide a reason why they are promoting or demoting a Submission. A pop-up box will appear when a User chooses promote/demote.

Screen_Shot_2020-12-15_at_4.05.05_PM.png

After a User provides a reason for their vote, these reasons can be viewed within the Votes tab on the View idea page.

Screen_Shot_2020-12-15_at_4.05.39_PM.png

Auto-promote on Submission

When "Submitter auto-promote on Submission" is enabled, submitters will automatically add their vote to their own Submission after it is created. This feature is only applied to Simple voting.

New Voting Buttons

Voting Buttons have an updated look and feel that can enabled in Site Setup > Voting > Voting, under "New Voting Buttons". This will update the look and feel of the vote buttons for your initiative, as well as allow more customization using custom CSS (described below).

Screen_Shot_2020-12-15_at_4.01.47_PM.png

Changing the Voting icons using CSS

CSS code snippets can be applied to custom CSS to change the new voting UI icons on Idea Cards (Idea Boards) and View idea.

// Thin arrow
.f-card-voting .f-vote-arrow-container .f-view-idea-up-vote .fas:before {
content: "\F062";
}
.f-card-voting .f-vote-arrow-container .f-view-idea-down-vote .fas:before {
content: "\F063";
}

// Thumbs
.f-card-voting .f-vote-arrow-container .f-view-idea-up-vote .fas:before {
content: "\F164";
}
.f-card-voting .f-vote-arrow-container .f-view-idea-down-vote .fas:before {
content: "\F165";
}

// Hearts
.f-card-voting .f-vote-arrow-container .f-view-idea-up-vote .fas:before {
content: "\F004";
}
.f-card-voting .f-vote-arrow-container .f-view-idea-down-vote .fas:before {
content: "\F7a9";
}

// Plus Minus
.f-card-voting .f-vote-arrow-container .f-view-idea-up-vote .fas:before {
content: "\F067";
}
.f-card-voting .f-vote-arrow-container .f-view-idea-down-vote .fas:before {
content: "\F068";
}

Important Things to Note

  • Admins cannot transfer votes from one idea to another.  
  • Having additional rounds of voting is not supported. A workaround to consider is moving ideas to other Initiatives and initiating voting there.
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

  • Avatar
    Bhattacharya, Jaideep

    Hi - If you have Chips Voting, can you still the "Demote" function active ?

    I have the chips voting features switched on but I notice. i cannot "Demote" an idea any longer.

    Thanks,

    Jaideep

  • Avatar
    Brightidea Support

    Hi Jaideep,

    There is no 'demote' with chip voting, users can only add chips to the ideas.

    Thank you,

    Brightidea Support

  • Avatar
    Steve Domeck

    How can you hide the total amount of chips voted for an idea? I do not want to influence the community with the "mob effect" on an idea with a lot of votes

  • Avatar
    Walling Almonte

    Kindly explain demote voting further. We do not have demote voting enabled, but a user can still change their vote and that appears to remove the point as well.