Blockrazor / blockrazor

Absolutely ALL information about EVERY blockchain project in a comparison tool that ANYONE can understand. Administered by @gazhayes
Mozilla Public License 2.0
47 stars 54 forks source link

Problem: cannot use inverse elo rating for comparison questions #29

Closed gsovereignty closed 6 years ago

gsovereignty commented 6 years ago

When user is asked to subjectively compare two currency wallets the question must always be in the positive to satisfy the elo rating algorithm, but sometimes questions need to be asked in the negative.

Solution: add logic to reverse the elo rating selection so that questions can be asked in the negative.

AshHimself commented 6 years ago

@gazhayes - Could you please advise on where this logic is invoked in the UI mate?

gsovereignty commented 6 years ago

At https://blockrazor.org/ratings if you add some wallet images it will populate the database with new 'rating questions'. These questions are then displayed to the user when they click next (or reload the page).

The way it currently works, the ELO rating accepts a 'winner' and a 'loser' based on user input. This problem is basically to avoid writing specially worded questions like "which wallet is the one that has the least number of problems and annoyances?" instead of "which one is the most annoying to use?"

It's best to try it out with some fake images and see how it works.