Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6762923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:24:57+00:00 2026-05-26T14:24:57+00:00

I already have a 5 star rating system in place (user votes 1-5…and average

  • 0

I already have a 5 star rating system in place (user votes 1-5…and average score is displayed – i have a page where they vote and it inserts into the DB there username and vote), however I now want to improve it by integrating some sort of weight which functions solely to increase the impact your vote has on the average score of the content. It makes your vote “weigh” more than it would otherwise.

I currently have a $level (which is a number between 1-10 each user has…where 10 is the highest therefore having the most effect) which I’d like to use for consideration.

I’m just not sure on how to go by doing this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:24:58+00:00Added an answer on May 26, 2026 at 2:24 pm

    If a user has level X, you can make his/her vote weigh X level 1 votes. You can add another field “weight” to the table, and show an average of vote*weight:

    SELECT AVG(weight * vote)
    FROM rating
    WHERE item = ? 
    

    (where ? is you needed id)

    If you think this is too complicated for your needs (and you already store the user that made the vote), you can use this query:

    SELECT AVG(r.weight * u.level)
    FROM rating
    JOIN user ON r.user_id = u.id
    WHERE r.item = ?
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a working star rating system, but If a user has already voted
Right now I have a 5 star rating system in my application, but the
I'm adding a 5 star voting system to my new page. I have the
5 star rating script I have is made based on this tutorial http://php.about.com/od/finishedphp1/ss/rating_script.htm I
I already have written a login and register script. The user can login to
I already have a fully pledged membership system and want to integrate my own
I'm using the source code found on this site here: http://webtint.net/tutorials/5-star-rating-system-in-php-mysql-and-jquery/comment-page-1/#comment-2562 A fantastic resource,
I already have my azure web role running in cloud using azure sdk 1.6.
We already have the database with real data inside. Now we want to build
i already have a project with TreeNode class which creates a hierachy of nodes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.