One of the principles of design is: if the product needs an explanation for every tiny detail, it's probably too complicated. Norman discusses therefore some examples for everyday objects. In this case, people are likely to blaim themselves for having a wrong model of how something is supposed to work, since it seems trivial once you know how to do it. Some examples:
- Controls for cooking fires. Normally, the plates on cooking fires are structured into a rectangular or triangular grid. Additionally, there might be an oven as well. Unfortunately, the controls are aligned in a row without an obvious mapping to the plate configuration (or the oven). Therefore, people often use the wrong control.
- The same applies to lighting switches: it's hard to know which switch controls the desired light.
- When I was in Sweden last year, some ATMs refused to take in my card. After studying the device, I noticed a label stating that the card should be inserted upside down. This is clearly inconsistent with the majority of ATMs. Even when I knew it, I kept making the mistake again and again.
- Doors are one of Norman's favourite examples. With good reason. I had some troubles myself figuring out how to use them. Should I push or pull? If so, where? Here, the problem can be solved using a design with the right 'affordances'. If a door should be pushed, make it impossible to pull. Labelling is not a real solution. For example, again in Sweden, Stockholm, the subway station's doors are labelled "dra" (pull) and "tryck" (push). However, in Dutch, which is quite similar, we use "duwen" or "drukken" (push) and "trekken" (pull). Quite confusing.
- Students using KotNet at the KULeuven are required to log out if they want to log in via a second system within the auto-logout period. Annoyed, you decide to walk through the procedure quickly. When you complete it, you get a red message on your screen to indicate success, similar to the error message you get when login fails. This is consistent in the sense that it indicates you're not logged in. I think however that most users will wonder whether they did something wrong when logging out.
- Shortcuts such as Ctrl+C and Ctrl+V are rather arbitrary, but once you've learned the convention, you use them a lot because many applications implement this functionality consistenly. Yet, my version of Matlab, shines by inventing its own convention. The equivalent for the actions mentioned before are Alt+W and Ctrl+Y. In fact, all shortcuts are different, except perhaps for Alt+F4. Most likely implemented in the window manager.
That KotNet issue is indeed annoying. Furthermore, when you successfully log out, there’s no link available to go back to the initial ‘Log In’ page: you have to type the URL again. Grrr. Even now, when I’m just thinking about it, I’m getting frustrated. Haha!
ReplyDeleteI suggest using Eduroam when you are on campus. In my dorm I am using Kotnet and Eduroam everywhere else. It limits the times you encounter this annoying problem.
ReplyDeleteI am glad I haven't had to use matlab for some while. But the one thing I remember are these strange shortcuts!