Nomination Sorting/Ranking

I was wondering if anyone knew about any web apps that would allow me to create a list of about 100 options and then invite about 3 judges to sort what they think the order should be.

So for instance if I were to have 100 songs - I am looking for three judges to collaboratively sort them as best to worst (best being 1…).

I’ve thought of a simple Google docs spreadsheet but if anyone knows anything more intuitive (the judges are not spreadsheet knowledgeable) so something as simple as dragging up and down or whatever.

If you searched long enough and kept an open mind about what kind of scripts you could adapt to that purpose, you might find something. But it’s an hour’s work for a good programmer, if you want to code that up or hire someone to do so at a freelance site. They just make a database table, write one page to display the options, one page to save the sort order, and drop in a JavaScript library to add drag-and-drop.

Thanks. I might just force the issue with a spreadsheet. I have to save on building a temporary solution.