Tagged Questions
1
vote
3answers
44 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 ...
24
votes
3answers
1k views
Use old or new name for an update confirmation message when name itself has been updated?
I want to provide a user of a web application some confirmation message like:
The task "foobar" has been successfully updated.
Now, in term of usability, if the update consists in changing ...
4
votes
3answers
55 views
How do you show that a feature can be selected individually or combined with another feature?
The user has 3 options/features to choose from, but here is the problem:
Each feature can be selected separately/on its own.
Feature A can be selected/combined with feature B.
Feature B can be ...
15
votes
4answers
441 views
How to give users feedback about rejected input?
I've got a mobile app where the user takes a photo of an object. This photo is to go through some heavy-duty image processing server-side, so to prevent large wastage of time, a simple pre-check is ...
63
votes
11answers
4k views
How to “force” users to upgrade their browser?
I couldn't think of a better title for this question, but please don't jump to conclusions - I don't really want to point a gun at my users heads!
I have a site that works well with the modern ...
3
votes
2answers
113 views
Where do users expect to see feedback?
Circumstances where a user is adding a list of items to a page and hitting save then adding another. Where would the user expect to see items saved prior? Is it above the "add another" button or ...
5
votes
3answers
211 views
Managing an App's Loading Time Expectations
I was recently asked to come up with a framework to benchmark loading time expectations based on the tasks being performed in the app.
I found that there were three categories in which I could define ...
6
votes
2answers
317 views
Inviting users to send crash reports instead of bad reviews
I'm developing an Android app and I'm planning to use ACRA - Application Crash Report for Android to get crash reports from users.
It seems that a crash report has to survive to many user choices to ...
7
votes
4answers
492 views
Action confirmation through double clicking (click-twice confirmation)
Clarification:
Let me clarify first: By double-click I mean clicking something twice but not in a quick succession.
So here is the question/suggestion:
Usually on the web applications, designers have ...