How to calculate the average score? #8
Answered
by
CarlosHSF99
nelsonmestevao
asked this question in
Q&A
|
At the moment, the score is an arithmetic average. What are the alternatives to make this as fair as possible? |
Answered by
CarlosHSF99
May 1, 2022
Replies: 1 comment 5 replies
|
We could remove outliers to mitigate the effect of participants purposefully voting lower than they think the performance deserves to manipulate the final score in their favor. Outliers would be calculated with the use of a quartile method. Performers should not be able to vote in their performance. Every performance should be voted, more or less, by the same people as to ensure that performers won't have more (probably inflated) votes just because they have more friends voting. Not sure how to implement this... we could remove all votes from a participant that failed to vote in a predefined percentage of the performances. |
5 replies
Answer selected by
nelsonmestevao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could remove outliers to mitigate the effect of participants purposefully voting lower than they think the performance deserves to manipulate the final score in their favor. Outliers would be calculated with the use of a quartile method.
Performers should not be able to vote in their performance.
Every performance should be voted, more or less, by the same people as to ensure that performers won't have more (probably inflated) votes just because they have more friends voting. Not sure how to implement this... we could remove all votes from a participant that failed to vote in a predefined percentage of the performances.