A web toy: Forced ranking assistant

Posted on in software with tags web.

I wanted to arrange some items in a strongly ranked order of preference, but found it quite hard. So I made a little web tool that tries to help.

The idea? A sort of battle royale.

  • Consider two of the items chosen at random. Which do you prefer? Give it one point.
  • Repeat for every possible pairing of the items, and add up the scores.

The tool: https://crazyscot.github.io/forced-rank/

It’s a Javascript single-page application written in VueJS. Source code