Tagged Questions
2
votes
1answer
110 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 ...
7
votes
3answers
184 views
Insert New Item - Before or After Selected?
For a list that allows the user to control the order of items, where should new items be inserted?
Hamlet
**Ophelia**
Polonius
After hitting "New Item", where should it go?
Before the ...
5
votes
3answers
221 views
In a ComboBox containing years, should I sort them in ascending or descending order?
My guess is descending, but I want to have some theoretical background. I was using an application and my intuition told me to click the scroll bar down just to find previous years, and I felt ...
3
votes
1answer
138 views
Specifying default sort
I want to add the ability to specify a default sort to this interface. Currently it allows users to specify the order of the columns display and the default size. I am revamping it into a table form ...
2
votes
4answers
564 views
Icon for ascending-descending sort [closed]
I'm trying to come up with two icons to represent ascending-descending sort order which would allow the user to sort the members ('bars') of a chart/visualization.
The control will be a toggle ...