UI Design Process
UI Design Process
UI Design Process
Roadmap
2. The user model describes the profile of the end users. (i.e.,
novices vs. experts, cultural background, etc.)
Implementation Mental
Model Model
Principle Description
Use terms and concepts familiar to the user.
User familiarity
Characteristic Description
Multiple windows allow different information to be
Windows
displayed simultaneously on the user’s screen.
Usually icons represent files (including folders and
Icons applications), but they may also stand for processes
(e.g., printer drivers).
Menus bundle and organize commands (eliminating the
Menus
need for a command language).
A pointing device such as a mouse is used for
Pointing command choices from a menu or indicating items of
interest in a window.
Graphical elements can be commands on the same
Graphics
display.
GUIs
Advantages
> They are easy to learn and use.
— Users without experience can learn to use the system quickly.
> The user may switch attention between tasks and applications.
> Fast, full-screen interaction is possible with immediate access to the
entire screen
Problems
> A GUI is not automatically a good interface
— Many software systems are never used due to poor UI design
— A poorly designed UI can cause a user to make catastrophic errors
Direct Manipulation
Advantages
> Users feel in control and are less likely to be intimidated by the
system
> User learning time is relatively short
> Users get immediate feedback on their actions
> mistakes can be quickly detected and corrected
Problems
> Finding the right user metaphor may be difficult
> It can be hard to navigate efficiently in a large information space.
> It can be complex to program and demanding to execute
Menu Systems
Advantages
> Users don’t need to remember
command names
> Typing effort is minimal
> User errors are trapped by the
interface
> Context-dependent help can be
provided (based on the current
menu selection)
Problems
> Actions involving logical conjunction (and) or disjunction (or) are
awkward to represent
> If there are many choices, some menu structuring facility must be
used
> Experienced users find menus slower than command language
Menu Structuring
Scrolling menus
> The menu can be scrolled to reveal additional choices
> Not practical if there is a very large number of choices
Hierarchical menus
> Selecting a menu item causes the menu to be replaced by a sub-
menu
Walking menus
> A menu selection causes another menu to be revealed
Advantages
> Allow experienced users to interact quickly with the system
> Commands can be scripted (!)
Problems
> Users have to learn and remember a command language
> Not suitable for occasional or inexperienced users
> An error detection and recovery system is required
> Typing ability is required (!)
Analogue vs. Digital Presentation
Digital presentation
> Compact — takes up little screen space
> Precise values can be communicated
Analogue presentation
> Easier to get an 'at a glance' impression of a value
> Possible to show relative values
> Easier to see exceptional data values
Pressure Temperature
0 100 200 300 400 0 25 50 75 100
Colour Use Guidelines
Includes
> System messages, including error messages
> Documentation provided for users
> On-line help
Help system use
Attribute Description
How long does it take a new user to
Learnability
become productive with the system?
Speed of How well does the system response
operation match the user’s work practice?
How tolerant is the system of user
Robustness
error?
How good is the system at recovering
Recoverability
from user errors?
How closely is the system tied to a
Adaptability
single model of work?
Roadmap
> The user interface design process involves user analysis, system
prototyping and prototype evaluation.
> User interface design principles should help guide the design of
user interfaces.
> Interaction styles include direct manipulation, menu systems form
fill-in, command languages and natural language.
> Graphical displays should be used to present trends and
approximate values. Digital displays when precision is required.
> Colour should be used sparingly and consistently.
> The goals of UI evaluation are to obtain feedback on how to
improve the interface design and to assess if the interface meets its
usability requirements.
What you should know!