2
votes
1answer
111 views

Ordering a short list of images with HTML input elements

I want to create a quick survey in Amazon Mechanical Turk for an image sorting task, say from brighter to darker images. I know that I can even create an external website and design a drag-and-drop ...
5
votes
2answers
284 views

What the best way to allow a user to re order items in a large list

How would you present an interface, that allows a user to re order a list of around 150 products anyway they want. so they can say "I want to show this 5 first, then these 3 next, and so on...". I ...
3
votes
5answers
695 views

In a grid, how to manually reorder rows?

I wish to let my users reorder elements in a grid - not do automatic sorting on a column. They select which element is the first, which one comes after the other, etc. I thought of and saw some ...