Tagged Questions
5
votes
3answers
241 views
adding items to a list
When adding items to a list, is it better to let the user...
select the options first, then click 'add' to insert
or
click 'add' to insert blank item, then user selects options?
download ...
2
votes
3answers
129 views
How to allow the user to state 'No preference'
We have a situation where we have a list of choices (e.g Beers) from which a maximum of one may be chosen to associate with another item (e.g. My favourite beer).
It's also possible that the user may ...
3
votes
2answers
223 views
What is the best way to display 15-50 choices when most users will select all and not know meanings, but some users will want specific choices?
In a program with users spanning from basic users with limited knowledge to super users with specific needs and detailed knowledge, we need to offer the option to select and deselect among elements ...