http://qs321.pair.com?node_id=1219244


in reply to Re: RFC: Hide Very Bad Answers From Visitors -- suggestions
in thread RFC: Hide Very Bad Answers From Visitors

There needs to be an absolute and relative filter. If there is only a relative filter, and a node has only 1 vote, negative, the node is filtered.

Instead, set a vote minimum, perhaps 10. If there are less than 10 votes, and the sum is -7, filter the node.

If there are more than 10 votes, then use a formula, like:

if (($count > 10) and ($sum / $count < -0.2)) { filter(node); }

-QM
--
Quantum Mechanics: The dreams stuff is made of