Should Error Messages Allow User Feedback? (rosiesherry.com)
So here's an idea...I came across an iPhone Facebook app bug. I got an error message which gave me the option to enter a message. Entering a message appeared to do nothing, but it got me thinking, would it be useful in some scenarios to allow users to give feedback when presented with an error? Could this not be potentially useful in figuring out how and why errors occur?
9 comments
[ 2.5 ms ] story [ 28.5 ms ] threadAnd I tend to like the idea - a good percentage of the time when my small underfunded/staffed projects have encountered an error the logs tell me nothing about how it was provoked, and the code is not obviously* broken. A proper bug report rocks in these cases - and I often find myself wishing for one. The option for a user to leave an even improper one would be pretty awesome here. I might just do this.
*It’s obviously broken it’s just not obvious how it’s broken :)
Feedback has two uses.
1) lets the user vent 2) gives some feedback and mostly in a form that is humourous to read.
Not all feedback is read and taken note of but even if some is then it's better than not having it. Mostly it allows the user to vent. When that feedback is voice based is when we realy will start to have fun and the whole "Fn peace of shit computer" will actualy start to make sence. Now if they could add a tactile sensor on the side of the computer you could press with your fist as well to rate your frustration - then the whole feedback model will actualy fit with users expectations, until that day arrives I'll take my venting were I can ;).
Perhaps more/better logging during the development period? Stop letting a mass of non-technical users into betas?