Vote To Promote Edit

Problem summary

The user wants to promote a specific piece of content in order to democratically help decide what content is more popular.

Example

VoteToPromote

Usage

  • Use when you want your users to democratically decide what is interesting content.
  • Use when you want your users to democratically submit content to your website.
  • Use when you want to trust your users subjective opinion on what items have more quality than otherddds.
  • Do not use when your website has a small community. A large user base and a strong community is important for enough votes to be generated and in turn for comparison between items to render meaningful.

Solution

This pattern consists of a number of mechanisms that work together:

  • Voting mechanism. Provide a mechanism for your users to vote for or against each item of content on your website. A user gets one vote and can change that vote at a later time. When a user casts a vote on an item, this information should be provided back to the user as feedback. Let the user see his or her prior votes and allow the user to change those votes.
  • Display number of votes an item has received. This will give your visitors a clear indication of how popular an item is and allow for comparison with other items.
  • Sum up popular items. Provide lists of popular content summed up on a main page.
  • Favor popular items. Favor popular items in search results, when browsing tags, and showing related information.
  • Content submission mechanism. You can let users submit content in several ways.
    * Provide a webpage with a submission form. The most basic and traditional way to let your users submit content is via a form on a webpage that you host. After content has been submitted, your users can freely vote on the submitted content’s quality.
    * Provide a widget for the user to to place on his or her website. If websites is type of content your users are submitting, you can provide a widget to your users to place on their own website. This will allow third-party publishers to submit content directly from their own website. The widget is really a javascript include code, that will add the address of the webpage, if the webpage has not been added to your site yet.

Rationale

The Vote To Promote pattern promotes community participation and can potentially help pick up and promote the newest and hottest content around. By using your community to judge what is more popular, you avoid the need to hire paid professional reviewers.

Discussion

Using the Vote To Promote pattern on your website brings the user to the center of your site. It is to implement a democratic control over the content of your website with the pros and cons that follows. It can be argued if all of your users share the same opinion that reflects your site and whether all of them possess good taste. Each user votes from an opinion on what defines good quality: their opinion is subjective. This raises the question whether the numeric number of votes on each item can really be compared and if the item with the most positive votes really is the item with the highest quality.

This dilemma raises the question whether some users should have more authority than others: if some users’ votes should count more than other users’ votes. This might be necessary if you want your site to retain the definition of quality that you like. Popular content is not necessarily the same as quality content.

Consider a number of measures to prevent users from misusing the system:

  • Limit user’s activity. Limit the number of votes a user can cast for a given time-period.
  • Watch for malicious activity against specific users. A user might get in a malicious mood and start demoting another user’s content. Limit the number of times a user can demote another user’s content.
  • Some votes count more than others. Consider giving votes from users to their friends less value than to strangers.
  • Some content is more important than others. Consider promoting original content rather than citing content.

“Wisdom of crowds”

When the amount of content submitted each second is larger than what your staff can handle, you will have to rely on what is referred to as the “wisdom of crowds” to decide what is good content and what is not (spam, untrue stories, “lame stuff”, bad categorizations, etc.). This could possibly work, if each user evaluated the quality of an item of content isolated from what other users has already voted. This however is not always the case.

Instead, crowd members communicate and affect each other’s qualitative judgment towards the lowest common denominator of opinion. The reason for this is the mix up of using measurable values when judging quality. The crowd has no wisdom: it will always be affected by the lowest common denominator of what others have voted.

More example images of the 'Vote To Promote' pattern


View more images

This document is in version 2 and was last updated on Jun 23, 2009 by Anders. Edit this pattern.

You are reading the "Vote To Promote" pattern.
Rated 75% positive
75.0
24 votes
This pattern was helpful This pattern is useless

Related information

Collection

Related patterns

Related links

See it in action

Vote To Promote has 2 comments

  • This is actually not a good idea, especially when the options are displayed without any visual reference. It presents the user to much unordered info, it doesn’t create a clear image of what differences there are between the options. To make a good voting, you need to know all the options. Otherwise your making a judgement of a single option, looking at each individual option at a time, more than comparing all options. And I think a user is more likely to base his choice on an induvidual judgment here.

  • Jasper Kennis: What do you mean by “all options”? Isn’t this the idea and essence behind the Vote to Promote pattern – that we have a big pool of options that you are most likely not to know in all about. But as you stumble upon something you fancy, you can promote it, so that other people with the same interest as you does not have to go through as many sites as you do to find that quality content.

    The pattern is about highlighting the bits and pieces as they are discovered – it’s not meant to provide a view of the absolute truth.

Post a comment

Required
Required
Will not be published
simple_captcha.jpg
Required
Type the code from the image