Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

57%
+2 −1
Q&A Should we start displaying the score of a post instead of the raw votes?

All the proposals so far are missing what people really want to know, which are two orthogonal metrics: How good/bad the crowd thinks the answer is. How heavily the crowd has weighed in. The first...

posted 4y ago by Olin Lathrop‭

Answer
#1: Initial revision by user avatar Olin Lathrop‭ · 2020-07-14T22:16:42Z (almost 4 years ago)
All the proposals so far are missing what people really want to know, which are two orthogonal metrics:<ol>

<li>How good/bad the crowd thinks the answer is.

<li>How heavily the crowd has weighed in.

</ol>

The first tells you how much to believe the answer, and the second how much to believe the first point.  Put another way, you want to see a score and how big the error band is for that score.

So lets show that.

The obvious formula for #1 is (up votes) / (total votes).  I'd multiply that by 100 then round to the nearest integer.  Values from 0-100 are easier to explain than 0.0 to 1.0.  You don't really need to know the difference between 98.2 and 98.4, so keep it simple.

There are more choices how to present the confidence, but the total number of votes is a really simple value.  We could get into probability, gaussian distribution assumptions, standard deviations, and the like, but too many people won't understand that and just tune out.

<h3>Examples</h3>

+5, -3: <b>Score 63, votes 8</b>

+20, -15: <b>Score 57, votes 35</b>

+0, -0: <b>Votes 0</b>

+0, -3: <b>Score 0, votes 3</b>

I would display the 0-100 score most prominently, probably without a label, then the number of votes below that in smaller font with a label.