2
votes
3answers
68 views

What options to give for multiple choice subjective feedback?

I'm working on a very brief feedback survey as part of our product. To encourage use and simplify the received data I was thinking of restricting it to: Do you like [product name]? Any ...
8
votes
3answers
339 views

Using Dropdowns AND Radio Buttons to avoid confusion

For you reference I wanted to point out that this is a Video project. I am designing a menu in which the user can choose 1 of 4 formats for SD (standard definition) and two options for HD (high ...
3
votes
6answers
147 views

When to combine comboboxes?

Let's say that my GUI has two fields to configure: input and output. Both fields are implemented with comboboxes that may have the following values: Input Values: A, B, C, D, E, F Output Values: 1, ...
4
votes
2answers
119 views

Default Android input field styling

I have been showing a prototype of my app to a few people and am surprised by how many of them don't know where to type. The main screen has three input fields and a search button. I'm talking about ...
5
votes
3answers
100 views

Select numerical value with +/- buttons or manually entering?

The design I'm working on has the user assigning a value to each Item, then if the value is more than 1, a second dependent attribute appears (as shown). I want the numbers to be large and not default ...
5
votes
2answers
130 views

Can I reformat personal names obtained from a single form field?

I have been reading this excellent question and its answers, about collecting names from people in forms. The best answer (the accepted one anyway) seems to be to follow the W3C's advice on ...
8
votes
4answers
226 views

Submit textbox input without button

The users have a table and in the last row they have 6 different text inputs, one per column. This inputs will define a variable in the Database. I am trying to think how can I do it to avoid ...
6
votes
2answers
122 views

Numeric data input in a web based scientific software

(Note: I'm more a backend developer, so please forgive my lack of UX terminologies. Don't hesitate to edit the text or the tags) We are working on an online scientific software with specific ...
16
votes
10answers
2k views

Is it a good idea to enforce a minimum comment length?

In a social application focusing on a niche community where the level of comment quality matters, is it a good idea to enforce a minimum comment length? For example, see this set of comments on a ...
13
votes
8answers
1k views

App interface for changing relational percentages

Has anyone ever seen or used a good app interface (web or mobile) for changing relational percentages? E.g I need to change 3 amounts to make up £100 and I need to be able to use any permutation to do ...
2
votes
2answers
115 views

Date Range for Saturday-Saturday or Sunday-Sunday Vacations

So I'm having an interesting problem while selling vacations. Right now, I have two calendars for picking a date range. This date range is supposed to identify the days my customer is available to ...
3
votes
2answers
161 views

The calculator app question: preventing users from entering illegal input

I know there are a number of ways to prevent users from entering illegal input: disabling buttons, showing warnings, and other solutions that fit the domain of the problem. However, the usual ...
1
vote
1answer
199 views

What is the most intuitive way to force users to enter certain cells first in the new row of a data grid?

It was suggested that I post to this site the first half of a question I posted on StackOverflow. Paraphrased… I have a data grid (in my situation, Microsoft's .NET platform using WPF) wherein I ...
0
votes
1answer
77 views

What does a user expect tapping album artwork to do?

I'm designing a music player app, which will play from a stream on the internet. In the app, I plan to show a navigation bar, a tab bar, and some info about the song that the user is listening to. ...
3
votes
3answers
140 views

Get user Birth location

So i need to get the exact location of where a person was born. Currently, I have two maps on a page and an input field. So you can basically use either one. Right now the top map is a view of the ...