The Value of Menu Choices
A common problem we always face is how to deal with Menu Choices… How many menus do I need? In which order should they be presented? Are the labels I’m using clear? Should I concentrate on actions callers can perform or objects they are looking for?
In particular, one that’s pretty hard to solve is the number of choices that should be offered at any time. Some developers stick to certain Human-factor derived rules such as the “5 choices maximum”. Others prefer to split them into layers so that you only offer two or three at a time, followed by the familiar “more choices” menu which then takes you to a second (or even third) set of choices. At any rate, you’ll notice there’s a common theme among all these choices: “How can I add more choices without hurting my callers too much?” (even if we don’t like to accept that’s what’s going on)
But a very intriguing question I normally have when adding a new choice is: “Are we adding more than we’re subtracting?”
It was interesting to see I’m not the only one with these types of questions. Gerry McGovern recently shared similar concerns in relationship with the internet and web applications. We are very familiar with this concept, particularly every time we ‘upgrade’ our computers or a particular application software – we know where things are, we know how to get what we want out of them, and then once we move up to an upgrade version, chances are we’re going to be welcomed by a new myriad of choices, different menus, and sometimes even different terminology for the same concepts we were already familiar with. Taken to the extreme, we run into situations like the one MS Office 2007 users are facing where interfaces are so different than it requires users to learn the mental model of the developer.
Now, taking that back to our VUI world, I’ll take one of McGovern’s examples which I think helps answer the question about the real value a choice adds.
If we were to have 100 units of “attention” we could use and we listen to 5 menu choices, it means we can give 20 units to each choice. If we were to add a new option, it would be like taking 4 units away from each of the other choices, or else you force the caller to spend more time processing the information and increasing the likelihood of them making a mistake or running into an error.
In other words, “Every time you add, you subtract attention.” says McGovern. And I’ve seen that in action both in production systems and in Usability tests: when menu choices exceed the attention capacity of a caller, there’s a point where they simply stop listening or give up.
Unfortunately, businesses don’t think that way (which make our job harder, but at the same time more important). For them, if they have 4 choices covering 80% of the calls (let’s say that gives them a value of 80, so 20 points each), and we add a fifth option that has an intrinsic value of 5 (lets assume it’s the reason for another 5% of the calls), they would argue we added value to the solution, which went up from having a value of 80 to 85.
However, what happens if the caller is looking for one of the original 4 choices and becomes distracted or confused by the new one? That could cause them to choose the wrong one, to choose more than one or to mix-and-match the choices which would leave us with an ambiguous result. So going back to our example that would mean that we would get the value of 5, but in return we lost the 20 we would have gained if they had chosen one of the original menu choices. And not only that, but the likelihood of them having to find a way to go back, running into errors or getting transferred just went up because they would not find what they were looking for.
Bottom line, any choice should add value to the caller and not waste their time. “Value IS what the impatient caller values.”
Trackbacks/Pingbacks
[...] quote from Eduardo Olvera’s blog I read last year, http://www.vuidesign.net/the-value-of-menu-choices.htm, “Bottom line, any choice should add value to the caller and not waste their time. ‘Value IS [...]