SlideShare a Scribd company logo
1 of 61
USER INTERFACE
DESIGN
Design Principles, User System interaction, Information
Presentation, User Guidance, Interface Evaluation.
The user interface
• User interfaces should be designed to match the
skills, experience and expectations of its anticipated
users.
• System users often judge a system by its interface
rather than its functionality
• A poorly designed interface can cause a user to
make catastrophic errors
• Poor user interface design is the reason why so many
software systems are never used
Human factors in interface design
• Limited short-term memory
• People can instantaneously remember about 7 items of
information. If you present more than this, they are more liable
to make mistakes.
• People make mistakes
• When people make mistakes and systems go wrong,
inappropriate alarms and messages can increase stress and
hence the likelihood of more mistakes.
• People are different
• People have a wide range of physical capabilities. Designers
should not just design for their own capabilities.
• People have different interaction preferences
• Some like pictures, some like text.
Importance of User Interface
• “Most important part of any computer system”
• “Interface is the system for most users”
• Increasingly important
• GUIs a big improvement over previous approaches
• Platforms (e.g. Mac/ Microsoft) have style guides
• 50% of code devoted to interface
• Interface should “disappear” – users can focus
on their task, not the interface
• Biggest enemy of good interface design is time
Benefits of Good Design
• Small improvements can be worth big $$$
• Interface problems are treated as bugs
• Big Improvements can establish new products,
companies, markets …
• the browser was a UI idea – before it, search using
gopher etc was tedious.
• AOL was successful because it was more user
friendly than early leader CompuServe.
GUI characteristics
Characteristic Description
Windows Multiple windows allow different information to be
displayed simultaneously on the user’s screen.
Icons Icons different types of information.On some systems,
icons represent files; on others, icons represent
processes.
Menus Commands are selected from a menu rather than typed
in a command language.
Pointing A pointing device such as a mouse is used for selecting
choices from a menu or indicating items of interestin a
window.
Graphics Graphical elements can be mixed with texton the same
display.
GUI advantages
• They are easy to learn and use.
• Users without experience can learn to use the system
quickly.
• The user may switch quickly from one task to another
and can interact with several different applications.
• Information remains visible in its own window when
attention is switched.
• Fast, full-screen interaction is possible with immediate
access to anywhere on the screen
GUI characteristics
• Windows
• Icons
• Menus
• Pointing
• Graphics
Cont..
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
UI design principles
• UI design must take account of the needs, experience and capabilities of the system users.
• Designers should be aware of people’s physical and mental limitations (e.g. limited short-
term memory) and should recognise that people make mistakes.
• UI design principles underlie interface designs although not all principles are applicable to
all designs.
Design principles
• User familiarity
• The interface should be based on user-oriented terms and concepts rather than computer
concepts. For example, an office system should use concepts such as letters, documents, folders
etc. rather than directories, file identifiers, etc.
• Consistency
• The system should display an appropriate level of consistency.Commands and menus should
have the same format, command punctuation should be similar, etc.
• Minimal surprise
• If a command operates in a known way, the user should be able to predict the operation of
comparable commands
Design principles
• Recoverability
• The system should provide some resilience to user errors and allow the user to recover from
errors.This might include an undo facility, confirmation of destructive actions, 'soft' deletes, etc.
• User guidance
• Some user guidance such as help systems, on-line manuals, etc. should be supplied
• User diversity
• Interaction facilities for different types of user should be supported. For example, some users
have seeing difficulties and so larger text should be available
Design issues in UIs
• Two problems must be addressed in interactive systems design
• How should information from the user be provided to the computer system?
• How should information from the computer system be presented to the user?
• User interaction and information presentation may be integrated through a coherent
framework such as a user interface metaphor.
Interaction styles
• Direct manipulation
• Menu selection
• Form fill-in
• Command language
Interaction styles
Interaction
style
Main advantages Main disadvantages Application
examples
Direct
manipulation
Fast and intuitive
interaction
Easy to learn
May be hard to
implement
Only suitable where
there is a visual
metaphor for tasks and
objects
Video games
CAD systems
Menu
selection
Avoids user error
Little typing
required
Slow for experienced
users
Can become complex if
many menu options
Most general-purpose
systems
Form fill-in Simple data entry
Easy to learn
Takes up a lot of screen
space
Stock control,
Personal loan
processing
Command
language
Powerful and
flexible
Hard to learn
Poor error management
Operating systems,
Library information
retrieval systems
Direct manipulation advantages
• Users feel in control of the computer and are less likely to be intimidated by it
• User learning time is relatively short
• Users get immediate feedback on their actions so mistakes can be quickly detected and
corrected
Direct manipulation problems
• The derivation of an appropriate information space model can be very difficult
• Given that users have a large information space, what facilities for navigating around that
space should be provided?
• Direct manipulation interfaces can be complex to program and make heavy demands on
the computer system
Control panel interface
Title
Method
Type
Selection
NODE LINKS FONT LABEL EDIT
JSD. example
JSD
Network
Process
Units
Reduce
cm
Full
OUIT
PRINT
Grid Busy
Menu systems
• Users make a selection from a list of possibilities presented to them by the system
• The selection may be made by pointing and clicking with a mouse, using cursor keys or by
typing the name of the selection
• May make use of simple-to-use terminals such as touchscreens
Advantages of menu systems
• Users need not remember command names as they are always presented with a list of valid
commands
• Typing effort is minimal
• User errors are trapped by the interface
• Context-dependent help can be provided.The user’s context is indicated by the current
menu selection
Problems with menu systems
• Actions which involve logical conjunction (and) or disjunction (or) are awkward to represent
• Menu systems are best suited to presenting a small number of choices. If there are many
choices, some menu structuring facility must be
used
• Experienced users find menus slower than command language
Form-based interface
Title
Author
Publisher
Edition
Classification
Date of
purchase
ISBN
Price
Publication
date
Number of
copies
Loan
status
Order
status
NEWBOOK
Command interfaces
• User types commands to give instructions to the
system e.g. UNIX
• May be implemented using cheap terminals.
• Easy to process using compiler techniques
• Commands of arbitrary complexity can be
created by command combination
• Concise interfaces requiring minimal typing can
be created
Problems with command interfaces
• Users have to learn and remember a command language.Command interfaces are
therefore unsuitable for occasional users
• Users make errors in command. An error detection and recovery system is required
• System interaction is through a keyboard so typing ability is required
Command languages
• Often preferred by experienced users because they allow for faster interaction with the
system
• Not suitable for casual or inexperienced users
• May be provided as an alternative to menu commands (keyboard shortcuts). In some cases,
a command language interface and a menu-based interface are supported at the same time
Natural language interfaces
• The user types a command in a natural language.Generally, the vocabulary is limited and
these systems are confined to specific application domains (e.g. timetable enquiries)
• NL processing technology is now good enough to make these interfaces effective for casual
users but experienced users find that they require too much typing
Multiple user interfaces
Linuxoperating system
X-windows GUI
mana ger
Graphical user
inter face
(Gnome/KDE)
Command
language
interpreter
Unix shell
inter face
(ksh/csh)
Web-based interfaces
• Many web-based systems have interfaces
based on web forms.
• Form field can be menus, free text input,
radio buttons, etc.
Information presentation
• Information presentation is concerned with presenting system information
to system users
• The information may be presented directly (e.g. text in a word processor) or
may be transformed in some way for presentation (e.g. in some graphical
form)
• The Model-View-Controller approach is a way of supporting multiple
presentations of data
Information presentation
Information to
be displayed
Presentation
software
Display
Information presentation
• Static information
• Initialised at the beginning of a session. It does not change during the session
• May be either numeric or textual
• Dynamic information
• Changes during a session and the changes must be communicated to the system user
• May be either numeric or textual
Information display factors
• Is the user interested in precise information or data relationships?
• How quickly do information values change?
Must the change be indicated immediately?
• Must the user take some action in response to a change?
• Does the user need to interact with the displayed info via a direct manipulation interface?
• Is the information textual or numeric? Are relative values important?
0
1000
2000
3000
4000
Jan Feb Mar April May June
Jan
2842
Feb
2851
Mar
3164
April
2789
May
1273
June
2835
Alternative information presentations
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
Dynamic information display
1
3
4 2
0 10 20
Dial with needle Pie chart Thermometer Horizontal bar
Displaying relative values
0 100 200 300 400 0 25 50 75 100
Pressure Temperature
Textual highlighting
Data visualisation
• Concerned with techniques for displaying large amounts of information
• Visualisation can reveal relationships between entities and trends in the data
Colour displays
• Colour adds an extra dimension to an interface and can help the user understand complex
information structures
• Can be used to highlight exceptional events
• Common mistakes in the use of colour in interface design include over-use of colour in the
display
Colour use guidelines
• Don't use too many colours
• Use colour coding to support user tasks
• Allow users to control colour coding
• Design for monochrome then add colour
• Use colour coding consistently
• Avoid colour pairings which clash
• Use colour change to show status change
• Be aware that colour displays are usually lower
resolution
User guidance
• User guidance covers all system facilities to support users including on-line help, error
messages, manuals etc.
• The user guidance system should be integrated with the user interface to help users when
they need information about the system or when they make some kind of error
• The help and message system should, if possible, be integrated
Error messages
• Error message design is critically important.
Poor error messages can mean that a user
rejects rather than accepts a system
• Messages should be polite, concise, consistent
and constructive
• The background and experience of users
should be the determining factor in message
design
Design factors in message wording
• Context
• Experience
• Skill Level
• Style
• Culture
Design factors in message wording
Context The user guidance system should be aware of what the user is
doing and should adjust the output message to the current
context.
Experience As users become familiar with a system they become irritated
by long, ‘meaningful’ messages. However, beginners find it
difficult to understand short terse statements of the problem.
The user guidance system should provide bothtypes of message
and allow the user to control message conciseness.
Skill level Messages should be tailored to the user’s skills as well as their
experience. Messages for the different classes of user may be
expressed in different ways depending onthe terminology which
is familiar to the reader.
Style Messages should be positive rather than negative. They should
use the active rather than the passive mode of address. They
should never be insulting or try to be funny.
Culture Wherever possible, thedesigner of messages should be familiar
with the culture of thecountry where the system is sold. There
are distinct cultural differences between Europe, Asia and
America. A suitable message for one culture might be
unacceptable in another.
System and user-oriented error messages
Error #27
Invalid patient id entered?
O K Cancel
Patient J . Bates is not registered
C l i ck o n Pa t i e n t s fo r a l i s t o
Click on Retry to re-input a patient name
Click on Help for more information
Patients Help Retry C a n c e l
System-oriented error message
User-oriented error message
Help system design
• Help? means “ Help I want information”
• Help! means “HELP. I'm in trouble”
• Both of these requirements have to be taken
into account in help system design
• Different facilities in the help system may be
required
Help information
• Should not simply be an on-line manual
• Screens or windows don't map well onto paper
pages.
• The dynamic characteristics of the display can
improve information presentation.
• People are not as good at reading screen as
they are paper text.
• Content should be prepared with help of application specialists
• Content should not be too large – don’t overwhelm user
Help system use
• Multiple entry points should be provided so that the user can get into the help system from
different places.
• Some indication of where the user is positioned in the help system is valuable.
• Facilities should be provided to allow the user to navigate and traverse the help system.
• Index,TOC, and Search should be provided
Entry points to a help system
Help frame network
Top-level
entry
Entry from error
message system
Entry from
application
Help system windows
Mail redirection
Mail may be redirected to another
network user by pressing the
redirect button in the control
panel. The system asks for the
name of the user or users to
whom the mail has been sent
next topicsmore
Mail redirection
Mail may be redirected to another
network user by pressing the
redirect button in the control
panel. The system asks for the
name of the user or users to
whom the mail has been sent
Help frame map
You are here
Help history
1. Mail
2. Send mail
3. Read mail
4. Redirection
Help onWWW
• Easy to implement
• Easy for users to use
• Difficult to link to applications themselves
• users may need to make extra effort to get to help
• Help doesn’t know context where you needed help – cannot provide context sensitive
help
User documentation
• As well as on-line information, paper
documentation should be supplied with a system
• Documentation should be designed for a range of
users from inexperienced to experienced
• As well as manuals, other easy-to-use
documentation such as a quick reference card
may be provided
User document types
Description of
services
Functional
description
System
evaluators
How to install
the system
Installation
document
System
administrators
Getting
started
Introductory
manual
Novice
users
Facility
description
Reference
manual
Experienced
users
Operation and
maintenance
Administrator’s
guide
System
administrators
User interface evaluation
• Some evaluation of a user interface design should
be carried out to assess its suitability
• Full scale evaluation is very expensive and
impractical for most systems
• Ideally, an interface should be evaluated against a
usability specification. However, it is rare for such
specifications to be produced
Usability attributes
Attribute Description
Learnability How long does it take a new user to
become productive with the system?
Speed of operation How well does the system response match
the user’s work practice?
Robustness How tolerant is the system of user error?
Recoverability How good is the system at recovering from
user errors?
Adaptability How closely is the system tied to a single
model of work?
Simple evaluation techniques
• Questionnaires for user feedback
• Video recording of system use and subsequent
tape evaluation.
• Instrumentation of code to collect information
about facility use and user errors.
• The provision of a grip button for on-line user
feedback.
Things toTest
• Conformance with a requirement
• Conformance with guidelines for good design
• Identification of design problems
• Ease of system learning
• Retention of learning over time
• Speed of task completion
• Speed of need fulfillment
• Error rates
• Subjective user satisfaction
…System - User Interface Design Goals
• 5 human factors central to community evaluation:
• Time to learn
• Speed of performance
• Rate of errors by users
• Retention over time
• Subjective satisfaction
• Trade-offs sometimes necessary
• Test all design alternatives using mock-ups
Objective Measures of Usability
• Effectiveness
• Speed of performance, # errors (against some standard)
• Tasks completeable by required pct of target users
• Learnable
• Time to learn, amount of training and tech support needed (against some standard)
• Relearning time for intermittent users
• Flexible
• Subjective satisfaction
• Tiredness, discomfort, frustration, effort required, willingness/eagerness to use system
Simple evaluation techniques
• Questionnaires for user feedback
• Video recording of system use and subsequent tape evaluation.
• Observation of users at work with system and “thinking aloud” about how they are trying
to use system
• Instrumentation of code to collect information about facility use and user errors.
• The provision of a gripe button for on-line user feedback.
Kinds ofTests
• Guidelines review
• Heuristic evaluation (will be covered last due to extensive coverage)
• Cognitive walkthrough
• Think aloud evaluations
• Usability test
• Classic experiments
• Focus groups

More Related Content

What's hot

Human computer interaction
Human computer interactionHuman computer interaction
Human computer interactionsai anjaneya
 
User Interface Design
User Interface DesignUser Interface Design
User Interface DesignGil Pasiona
 
User Interface Design Module 5 screen based controls
User Interface Design Module 5  screen based controlsUser Interface Design Module 5  screen based controls
User Interface Design Module 5 screen based controlsbrindaN
 
User Interface Design Basic
User Interface Design BasicUser Interface Design Basic
User Interface Design BasicHeru WIjayanto
 
HCI 3e - Ch 12: Cognitive models
HCI 3e - Ch 12:  Cognitive modelsHCI 3e - Ch 12:  Cognitive models
HCI 3e - Ch 12: Cognitive modelsAlan Dix
 
Usability Engineering Presentation Slides
Usability Engineering Presentation SlidesUsability Engineering Presentation Slides
Usability Engineering Presentation Slideswajahat Gul
 
User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principlesDavid Little
 
User Experience 3: User Experience, Usability and Accessibility
User Experience 3: User Experience, Usability and AccessibilityUser Experience 3: User Experience, Usability and Accessibility
User Experience 3: User Experience, Usability and AccessibilityMarc Miquel
 
HCI - Chapter 4
HCI - Chapter 4HCI - Chapter 4
HCI - Chapter 4Alan Dix
 
User interface (UI) for mobile applications
User interface (UI) for mobile applicationsUser interface (UI) for mobile applications
User interface (UI) for mobile applicationsAashish Uppal
 
Human computer interaction -Input output channel
Human computer interaction -Input output channelHuman computer interaction -Input output channel
Human computer interaction -Input output channelN.Jagadish Kumar
 
HCI 3e - Ch 8: Implementation support
HCI 3e - Ch 8:  Implementation supportHCI 3e - Ch 8:  Implementation support
HCI 3e - Ch 8: Implementation supportAlan Dix
 
hci in software development process
hci in software development processhci in software development process
hci in software development processKainat Ilyas
 
Human Computer Interaction Introduction
Human Computer Interaction IntroductionHuman Computer Interaction Introduction
Human Computer Interaction IntroductionN.Jagadish Kumar
 
Iteration and prototyping
Iteration and prototypingIteration and prototyping
Iteration and prototypingHafizMImran1
 
User Interface Design- Module 2 Uid Process
User Interface Design- Module 2 Uid ProcessUser Interface Design- Module 2 Uid Process
User Interface Design- Module 2 Uid ProcessbrindaN
 

What's hot (20)

Human computer interaction
Human computer interactionHuman computer interaction
Human computer interaction
 
User Interface Design
User Interface DesignUser Interface Design
User Interface Design
 
User Interface Design Module 5 screen based controls
User Interface Design Module 5  screen based controlsUser Interface Design Module 5  screen based controls
User Interface Design Module 5 screen based controls
 
User Interface Design Basic
User Interface Design BasicUser Interface Design Basic
User Interface Design Basic
 
HCI 3e - Ch 12: Cognitive models
HCI 3e - Ch 12:  Cognitive modelsHCI 3e - Ch 12:  Cognitive models
HCI 3e - Ch 12: Cognitive models
 
Usability Engineering Presentation Slides
Usability Engineering Presentation SlidesUsability Engineering Presentation Slides
Usability Engineering Presentation Slides
 
User interface design: definitions, processes and principles
User interface design: definitions, processes and principlesUser interface design: definitions, processes and principles
User interface design: definitions, processes and principles
 
User Experience 3: User Experience, Usability and Accessibility
User Experience 3: User Experience, Usability and AccessibilityUser Experience 3: User Experience, Usability and Accessibility
User Experience 3: User Experience, Usability and Accessibility
 
HCI - Chapter 4
HCI - Chapter 4HCI - Chapter 4
HCI - Chapter 4
 
User interface (UI) for mobile applications
User interface (UI) for mobile applicationsUser interface (UI) for mobile applications
User interface (UI) for mobile applications
 
Human computer interaction -Input output channel
Human computer interaction -Input output channelHuman computer interaction -Input output channel
Human computer interaction -Input output channel
 
HCI 3e - Ch 8: Implementation support
HCI 3e - Ch 8:  Implementation supportHCI 3e - Ch 8:  Implementation support
HCI 3e - Ch 8: Implementation support
 
Heuristic evaluation
Heuristic evaluationHeuristic evaluation
Heuristic evaluation
 
hci in software development process
hci in software development processhci in software development process
hci in software development process
 
UI / UX Design Presentation
UI / UX Design PresentationUI / UX Design Presentation
UI / UX Design Presentation
 
Human Computer Interaction Introduction
Human Computer Interaction IntroductionHuman Computer Interaction Introduction
Human Computer Interaction Introduction
 
Iteration and prototyping
Iteration and prototypingIteration and prototyping
Iteration and prototyping
 
Human Computer Interaction Evaluation
Human Computer Interaction EvaluationHuman Computer Interaction Evaluation
Human Computer Interaction Evaluation
 
User Interface Design- Module 2 Uid Process
User Interface Design- Module 2 Uid ProcessUser Interface Design- Module 2 Uid Process
User Interface Design- Module 2 Uid Process
 
The computer HCI
The computer HCIThe computer HCI
The computer HCI
 

Viewers also liked

Principles of User Interface Design
Principles of User Interface DesignPrinciples of User Interface Design
Principles of User Interface DesignKANKIPATI KISHORE
 
Fundamentals of User Interface Design
Fundamentals of User Interface DesignFundamentals of User Interface Design
Fundamentals of User Interface DesignMerlin Rebrović
 
User Interface Design
User Interface DesignUser Interface Design
User Interface DesignJReifman
 
Pengantar Metodologi Desain 2014 oleh Drs. Nasbahry Couto, M.Sn
Pengantar  Metodologi  Desain 2014 oleh Drs. Nasbahry Couto, M.Sn Pengantar  Metodologi  Desain 2014 oleh Drs. Nasbahry Couto, M.Sn
Pengantar Metodologi Desain 2014 oleh Drs. Nasbahry Couto, M.Sn Mustafa Putra
 
Exams Oct10 Timetable
Exams Oct10 TimetableExams Oct10 Timetable
Exams Oct10 Timetablemigrain2010
 
Principles of Interaction Design
Principles of Interaction DesignPrinciples of Interaction Design
Principles of Interaction DesignPatrick Morgan
 
Technical Excellence - OOP Munich 2015
Technical Excellence - OOP Munich 2015Technical Excellence - OOP Munich 2015
Technical Excellence - OOP Munich 2015James Grenning
 
User Interface Design in Practice
User Interface Design in PracticeUser Interface Design in Practice
User Interface Design in PracticeJustine Sanderson
 
Graphic and Web Design Principles
Graphic and Web Design PrinciplesGraphic and Web Design Principles
Graphic and Web Design PrinciplesWiLS
 
Basic Principles of Interface design
Basic Principles of Interface designBasic Principles of Interface design
Basic Principles of Interface designZdeněk Lanc
 
Analog and digital signals
Analog and digital signalsAnalog and digital signals
Analog and digital signalsteja reddy
 
Principles of Design - Graphic Design Theory
Principles of Design - Graphic Design TheoryPrinciples of Design - Graphic Design Theory
Principles of Design - Graphic Design TheoryAbanoub Hanna
 
Jump start to OOP, OOAD, and Design Pattern
Jump start to OOP, OOAD, and Design PatternJump start to OOP, OOAD, and Design Pattern
Jump start to OOP, OOAD, and Design PatternNishith Shukla
 

Viewers also liked (17)

Principles of User Interface Design
Principles of User Interface DesignPrinciples of User Interface Design
Principles of User Interface Design
 
Fundamentals of User Interface Design
Fundamentals of User Interface DesignFundamentals of User Interface Design
Fundamentals of User Interface Design
 
User Interface Design
User Interface DesignUser Interface Design
User Interface Design
 
Pengantar Metodologi Desain 2014 oleh Drs. Nasbahry Couto, M.Sn
Pengantar  Metodologi  Desain 2014 oleh Drs. Nasbahry Couto, M.Sn Pengantar  Metodologi  Desain 2014 oleh Drs. Nasbahry Couto, M.Sn
Pengantar Metodologi Desain 2014 oleh Drs. Nasbahry Couto, M.Sn
 
Exams Oct10 Timetable
Exams Oct10 TimetableExams Oct10 Timetable
Exams Oct10 Timetable
 
User Interface Design Principles
User Interface Design PrinciplesUser Interface Design Principles
User Interface Design Principles
 
ADDIE - The Analyze Phase
ADDIE - The Analyze PhaseADDIE - The Analyze Phase
ADDIE - The Analyze Phase
 
User interface-design
User interface-designUser interface-design
User interface-design
 
Direct manipulation - ppt
Direct manipulation - pptDirect manipulation - ppt
Direct manipulation - ppt
 
Principles of Interaction Design
Principles of Interaction DesignPrinciples of Interaction Design
Principles of Interaction Design
 
Technical Excellence - OOP Munich 2015
Technical Excellence - OOP Munich 2015Technical Excellence - OOP Munich 2015
Technical Excellence - OOP Munich 2015
 
User Interface Design in Practice
User Interface Design in PracticeUser Interface Design in Practice
User Interface Design in Practice
 
Graphic and Web Design Principles
Graphic and Web Design PrinciplesGraphic and Web Design Principles
Graphic and Web Design Principles
 
Basic Principles of Interface design
Basic Principles of Interface designBasic Principles of Interface design
Basic Principles of Interface design
 
Analog and digital signals
Analog and digital signalsAnalog and digital signals
Analog and digital signals
 
Principles of Design - Graphic Design Theory
Principles of Design - Graphic Design TheoryPrinciples of Design - Graphic Design Theory
Principles of Design - Graphic Design Theory
 
Jump start to OOP, OOAD, and Design Pattern
Jump start to OOP, OOAD, and Design PatternJump start to OOP, OOAD, and Design Pattern
Jump start to OOP, OOAD, and Design Pattern
 

Similar to User interface design

User Interface design & methods for easy utilization
User Interface design & methods for easy utilizationUser Interface design & methods for easy utilization
User Interface design & methods for easy utilizationDipali M
 
Lecture (User Interface Design).ppt
Lecture (User Interface Design).pptLecture (User Interface Design).ppt
Lecture (User Interface Design).pptskknowledge
 
Slide 4 - User Interface Design.pptx interface rather than its functionality ...
Slide 4 - User Interface Design.pptx interface rather than its functionality ...Slide 4 - User Interface Design.pptx interface rather than its functionality ...
Slide 4 - User Interface Design.pptx interface rather than its functionality ...DennisAnaafi1
 
Software engineering 18 user interface design
Software engineering 18 user interface designSoftware engineering 18 user interface design
Software engineering 18 user interface designVaibhav Khanna
 
Hci user interface-design principals lec 7
Hci user interface-design principals lec 7Hci user interface-design principals lec 7
Hci user interface-design principals lec 7Anwal Mirza
 
Hci user interface-design principals
Hci user interface-design principalsHci user interface-design principals
Hci user interface-design principalsAnwal Mirza
 
Software engineering 19 user interface design elements
Software engineering 19 user interface design elementsSoftware engineering 19 user interface design elements
Software engineering 19 user interface design elementsVaibhav Khanna
 
Chapter 1.pdf
Chapter 1.pdfChapter 1.pdf
Chapter 1.pdfKaiEnTee1
 
UDSA Unit 4.pptx
UDSA Unit 4.pptxUDSA Unit 4.pptx
UDSA Unit 4.pptxSrilekhaK12
 
Designing user interface module 4
Designing user interface module 4Designing user interface module 4
Designing user interface module 4DBPMCF
 
User Interface Design,Principles & process
User Interface  Design,Principles & processUser Interface  Design,Principles & process
User Interface Design,Principles & processAbd-Ur Rehman Saqib
 
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptx
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptxLecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptx
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptxaliyafatimauwu
 
e3-chap-03.power point presentaion on interst rate
e3-chap-03.power point presentaion on interst ratee3-chap-03.power point presentaion on interst rate
e3-chap-03.power point presentaion on interst rateseidmohammed44
 

Similar to User interface design (20)

User Interface design & methods for easy utilization
User Interface design & methods for easy utilizationUser Interface design & methods for easy utilization
User Interface design & methods for easy utilization
 
Lecture (User Interface Design).ppt
Lecture (User Interface Design).pptLecture (User Interface Design).ppt
Lecture (User Interface Design).ppt
 
Slide 4 - User Interface Design.pptx interface rather than its functionality ...
Slide 4 - User Interface Design.pptx interface rather than its functionality ...Slide 4 - User Interface Design.pptx interface rather than its functionality ...
Slide 4 - User Interface Design.pptx interface rather than its functionality ...
 
Software engineering 18 user interface design
Software engineering 18 user interface designSoftware engineering 18 user interface design
Software engineering 18 user interface design
 
Hci user interface-design principals lec 7
Hci user interface-design principals lec 7Hci user interface-design principals lec 7
Hci user interface-design principals lec 7
 
Hci user interface-design principals
Hci user interface-design principalsHci user interface-design principals
Hci user interface-design principals
 
Software engineering 19 user interface design elements
Software engineering 19 user interface design elementsSoftware engineering 19 user interface design elements
Software engineering 19 user interface design elements
 
User Interface.ppt
User Interface.pptUser Interface.ppt
User Interface.ppt
 
Hci [4]interaction
Hci [4]interactionHci [4]interaction
Hci [4]interaction
 
Chapter 1.pdf
Chapter 1.pdfChapter 1.pdf
Chapter 1.pdf
 
UDSA Unit 4.pptx
UDSA Unit 4.pptxUDSA Unit 4.pptx
UDSA Unit 4.pptx
 
SECh1516
SECh1516SECh1516
SECh1516
 
SDA-lecture-F5.pptx
SDA-lecture-F5.pptxSDA-lecture-F5.pptx
SDA-lecture-F5.pptx
 
Interaction styles
Interaction stylesInteraction styles
Interaction styles
 
Designing user interface module 4
Designing user interface module 4Designing user interface module 4
Designing user interface module 4
 
Chapter 12 user interface design
Chapter 12 user interface designChapter 12 user interface design
Chapter 12 user interface design
 
Lesson 2 HCI 2.pptx
Lesson 2 HCI 2.pptxLesson 2 HCI 2.pptx
Lesson 2 HCI 2.pptx
 
User Interface Design,Principles & process
User Interface  Design,Principles & processUser Interface  Design,Principles & process
User Interface Design,Principles & process
 
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptx
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptxLecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptx
Lecturvxxxxxxxxxxxxxxxxxxxxxxxxe 17.pptx
 
e3-chap-03.power point presentaion on interst rate
e3-chap-03.power point presentaion on interst ratee3-chap-03.power point presentaion on interst rate
e3-chap-03.power point presentaion on interst rate
 

Recently uploaded

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

User interface design

  • 1. USER INTERFACE DESIGN Design Principles, User System interaction, Information Presentation, User Guidance, Interface Evaluation.
  • 2. The user interface • User interfaces should be designed to match the skills, experience and expectations of its anticipated users. • System users often judge a system by its interface rather than its functionality • A poorly designed interface can cause a user to make catastrophic errors • Poor user interface design is the reason why so many software systems are never used
  • 3. Human factors in interface design • Limited short-term memory • People can instantaneously remember about 7 items of information. If you present more than this, they are more liable to make mistakes. • People make mistakes • When people make mistakes and systems go wrong, inappropriate alarms and messages can increase stress and hence the likelihood of more mistakes. • People are different • People have a wide range of physical capabilities. Designers should not just design for their own capabilities. • People have different interaction preferences • Some like pictures, some like text.
  • 4. Importance of User Interface • “Most important part of any computer system” • “Interface is the system for most users” • Increasingly important • GUIs a big improvement over previous approaches • Platforms (e.g. Mac/ Microsoft) have style guides • 50% of code devoted to interface • Interface should “disappear” – users can focus on their task, not the interface • Biggest enemy of good interface design is time
  • 5. Benefits of Good Design • Small improvements can be worth big $$$ • Interface problems are treated as bugs • Big Improvements can establish new products, companies, markets … • the browser was a UI idea – before it, search using gopher etc was tedious. • AOL was successful because it was more user friendly than early leader CompuServe.
  • 6. GUI characteristics Characteristic Description Windows Multiple windows allow different information to be displayed simultaneously on the user’s screen. Icons Icons different types of information.On some systems, icons represent files; on others, icons represent processes. Menus Commands are selected from a menu rather than typed in a command language. Pointing A pointing device such as a mouse is used for selecting choices from a menu or indicating items of interestin a window. Graphics Graphical elements can be mixed with texton the same display.
  • 7. GUI advantages • They are easy to learn and use. • Users without experience can learn to use the system quickly. • The user may switch quickly from one task to another and can interact with several different applications. • Information remains visible in its own window when attention is switched. • Fast, full-screen interaction is possible with immediate access to anywhere on the screen
  • 8. GUI characteristics • Windows • Icons • Menus • Pointing • Graphics
  • 9. Cont.. 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
  • 10. UI design principles • UI design must take account of the needs, experience and capabilities of the system users. • Designers should be aware of people’s physical and mental limitations (e.g. limited short- term memory) and should recognise that people make mistakes. • UI design principles underlie interface designs although not all principles are applicable to all designs.
  • 11. Design principles • User familiarity • The interface should be based on user-oriented terms and concepts rather than computer concepts. For example, an office system should use concepts such as letters, documents, folders etc. rather than directories, file identifiers, etc. • Consistency • The system should display an appropriate level of consistency.Commands and menus should have the same format, command punctuation should be similar, etc. • Minimal surprise • If a command operates in a known way, the user should be able to predict the operation of comparable commands
  • 12. Design principles • Recoverability • The system should provide some resilience to user errors and allow the user to recover from errors.This might include an undo facility, confirmation of destructive actions, 'soft' deletes, etc. • User guidance • Some user guidance such as help systems, on-line manuals, etc. should be supplied • User diversity • Interaction facilities for different types of user should be supported. For example, some users have seeing difficulties and so larger text should be available
  • 13. Design issues in UIs • Two problems must be addressed in interactive systems design • How should information from the user be provided to the computer system? • How should information from the computer system be presented to the user? • User interaction and information presentation may be integrated through a coherent framework such as a user interface metaphor.
  • 14. Interaction styles • Direct manipulation • Menu selection • Form fill-in • Command language
  • 15. Interaction styles Interaction style Main advantages Main disadvantages Application examples Direct manipulation Fast and intuitive interaction Easy to learn May be hard to implement Only suitable where there is a visual metaphor for tasks and objects Video games CAD systems Menu selection Avoids user error Little typing required Slow for experienced users Can become complex if many menu options Most general-purpose systems Form fill-in Simple data entry Easy to learn Takes up a lot of screen space Stock control, Personal loan processing Command language Powerful and flexible Hard to learn Poor error management Operating systems, Library information retrieval systems
  • 16. Direct manipulation advantages • Users feel in control of the computer and are less likely to be intimidated by it • User learning time is relatively short • Users get immediate feedback on their actions so mistakes can be quickly detected and corrected
  • 17. Direct manipulation problems • The derivation of an appropriate information space model can be very difficult • Given that users have a large information space, what facilities for navigating around that space should be provided? • Direct manipulation interfaces can be complex to program and make heavy demands on the computer system
  • 18. Control panel interface Title Method Type Selection NODE LINKS FONT LABEL EDIT JSD. example JSD Network Process Units Reduce cm Full OUIT PRINT Grid Busy
  • 19. Menu systems • Users make a selection from a list of possibilities presented to them by the system • The selection may be made by pointing and clicking with a mouse, using cursor keys or by typing the name of the selection • May make use of simple-to-use terminals such as touchscreens
  • 20. Advantages of menu systems • Users need not remember command names as they are always presented with a list of valid commands • Typing effort is minimal • User errors are trapped by the interface • Context-dependent help can be provided.The user’s context is indicated by the current menu selection
  • 21. Problems with menu systems • Actions which involve logical conjunction (and) or disjunction (or) are awkward to represent • Menu systems are best suited to presenting a small number of choices. If there are many choices, some menu structuring facility must be used • Experienced users find menus slower than command language
  • 23. Command interfaces • User types commands to give instructions to the system e.g. UNIX • May be implemented using cheap terminals. • Easy to process using compiler techniques • Commands of arbitrary complexity can be created by command combination • Concise interfaces requiring minimal typing can be created
  • 24. Problems with command interfaces • Users have to learn and remember a command language.Command interfaces are therefore unsuitable for occasional users • Users make errors in command. An error detection and recovery system is required • System interaction is through a keyboard so typing ability is required
  • 25. Command languages • Often preferred by experienced users because they allow for faster interaction with the system • Not suitable for casual or inexperienced users • May be provided as an alternative to menu commands (keyboard shortcuts). In some cases, a command language interface and a menu-based interface are supported at the same time
  • 26. Natural language interfaces • The user types a command in a natural language.Generally, the vocabulary is limited and these systems are confined to specific application domains (e.g. timetable enquiries) • NL processing technology is now good enough to make these interfaces effective for casual users but experienced users find that they require too much typing
  • 27. Multiple user interfaces Linuxoperating system X-windows GUI mana ger Graphical user inter face (Gnome/KDE) Command language interpreter Unix shell inter face (ksh/csh)
  • 28. Web-based interfaces • Many web-based systems have interfaces based on web forms. • Form field can be menus, free text input, radio buttons, etc.
  • 29. Information presentation • Information presentation is concerned with presenting system information to system users • The information may be presented directly (e.g. text in a word processor) or may be transformed in some way for presentation (e.g. in some graphical form) • The Model-View-Controller approach is a way of supporting multiple presentations of data
  • 30. Information presentation Information to be displayed Presentation software Display
  • 31. Information presentation • Static information • Initialised at the beginning of a session. It does not change during the session • May be either numeric or textual • Dynamic information • Changes during a session and the changes must be communicated to the system user • May be either numeric or textual
  • 32. Information display factors • Is the user interested in precise information or data relationships? • How quickly do information values change? Must the change be indicated immediately? • Must the user take some action in response to a change? • Does the user need to interact with the displayed info via a direct manipulation interface? • Is the information textual or numeric? Are relative values important?
  • 33. 0 1000 2000 3000 4000 Jan Feb Mar April May June Jan 2842 Feb 2851 Mar 3164 April 2789 May 1273 June 2835 Alternative information presentations
  • 34. 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
  • 35. Dynamic information display 1 3 4 2 0 10 20 Dial with needle Pie chart Thermometer Horizontal bar
  • 36. Displaying relative values 0 100 200 300 400 0 25 50 75 100 Pressure Temperature
  • 38. Data visualisation • Concerned with techniques for displaying large amounts of information • Visualisation can reveal relationships between entities and trends in the data
  • 39. Colour displays • Colour adds an extra dimension to an interface and can help the user understand complex information structures • Can be used to highlight exceptional events • Common mistakes in the use of colour in interface design include over-use of colour in the display
  • 40. Colour use guidelines • Don't use too many colours • Use colour coding to support user tasks • Allow users to control colour coding • Design for monochrome then add colour • Use colour coding consistently • Avoid colour pairings which clash • Use colour change to show status change • Be aware that colour displays are usually lower resolution
  • 41. User guidance • User guidance covers all system facilities to support users including on-line help, error messages, manuals etc. • The user guidance system should be integrated with the user interface to help users when they need information about the system or when they make some kind of error • The help and message system should, if possible, be integrated
  • 42. Error messages • Error message design is critically important. Poor error messages can mean that a user rejects rather than accepts a system • Messages should be polite, concise, consistent and constructive • The background and experience of users should be the determining factor in message design
  • 43. Design factors in message wording • Context • Experience • Skill Level • Style • Culture
  • 44. Design factors in message wording Context The user guidance system should be aware of what the user is doing and should adjust the output message to the current context. Experience As users become familiar with a system they become irritated by long, ‘meaningful’ messages. However, beginners find it difficult to understand short terse statements of the problem. The user guidance system should provide bothtypes of message and allow the user to control message conciseness. Skill level Messages should be tailored to the user’s skills as well as their experience. Messages for the different classes of user may be expressed in different ways depending onthe terminology which is familiar to the reader. Style Messages should be positive rather than negative. They should use the active rather than the passive mode of address. They should never be insulting or try to be funny. Culture Wherever possible, thedesigner of messages should be familiar with the culture of thecountry where the system is sold. There are distinct cultural differences between Europe, Asia and America. A suitable message for one culture might be unacceptable in another.
  • 45. System and user-oriented error messages Error #27 Invalid patient id entered? O K Cancel Patient J . Bates is not registered C l i ck o n Pa t i e n t s fo r a l i s t o Click on Retry to re-input a patient name Click on Help for more information Patients Help Retry C a n c e l System-oriented error message User-oriented error message
  • 46. Help system design • Help? means “ Help I want information” • Help! means “HELP. I'm in trouble” • Both of these requirements have to be taken into account in help system design • Different facilities in the help system may be required
  • 47. Help information • Should not simply be an on-line manual • Screens or windows don't map well onto paper pages. • The dynamic characteristics of the display can improve information presentation. • People are not as good at reading screen as they are paper text. • Content should be prepared with help of application specialists • Content should not be too large – don’t overwhelm user
  • 48. Help system use • Multiple entry points should be provided so that the user can get into the help system from different places. • Some indication of where the user is positioned in the help system is valuable. • Facilities should be provided to allow the user to navigate and traverse the help system. • Index,TOC, and Search should be provided
  • 49. Entry points to a help system Help frame network Top-level entry Entry from error message system Entry from application
  • 50. Help system windows Mail redirection Mail may be redirected to another network user by pressing the redirect button in the control panel. The system asks for the name of the user or users to whom the mail has been sent next topicsmore Mail redirection Mail may be redirected to another network user by pressing the redirect button in the control panel. The system asks for the name of the user or users to whom the mail has been sent Help frame map You are here Help history 1. Mail 2. Send mail 3. Read mail 4. Redirection
  • 51. Help onWWW • Easy to implement • Easy for users to use • Difficult to link to applications themselves • users may need to make extra effort to get to help • Help doesn’t know context where you needed help – cannot provide context sensitive help
  • 52. User documentation • As well as on-line information, paper documentation should be supplied with a system • Documentation should be designed for a range of users from inexperienced to experienced • As well as manuals, other easy-to-use documentation such as a quick reference card may be provided
  • 53. User document types Description of services Functional description System evaluators How to install the system Installation document System administrators Getting started Introductory manual Novice users Facility description Reference manual Experienced users Operation and maintenance Administrator’s guide System administrators
  • 54. User interface evaluation • Some evaluation of a user interface design should be carried out to assess its suitability • Full scale evaluation is very expensive and impractical for most systems • Ideally, an interface should be evaluated against a usability specification. However, it is rare for such specifications to be produced
  • 55. Usability attributes Attribute Description Learnability How long does it take a new user to become productive with the system? Speed of operation How well does the system response match the user’s work practice? Robustness How tolerant is the system of user error? Recoverability How good is the system at recovering from user errors? Adaptability How closely is the system tied to a single model of work?
  • 56. Simple evaluation techniques • Questionnaires for user feedback • Video recording of system use and subsequent tape evaluation. • Instrumentation of code to collect information about facility use and user errors. • The provision of a grip button for on-line user feedback.
  • 57. Things toTest • Conformance with a requirement • Conformance with guidelines for good design • Identification of design problems • Ease of system learning • Retention of learning over time • Speed of task completion • Speed of need fulfillment • Error rates • Subjective user satisfaction
  • 58. …System - User Interface Design Goals • 5 human factors central to community evaluation: • Time to learn • Speed of performance • Rate of errors by users • Retention over time • Subjective satisfaction • Trade-offs sometimes necessary • Test all design alternatives using mock-ups
  • 59. Objective Measures of Usability • Effectiveness • Speed of performance, # errors (against some standard) • Tasks completeable by required pct of target users • Learnable • Time to learn, amount of training and tech support needed (against some standard) • Relearning time for intermittent users • Flexible • Subjective satisfaction • Tiredness, discomfort, frustration, effort required, willingness/eagerness to use system
  • 60. Simple evaluation techniques • Questionnaires for user feedback • Video recording of system use and subsequent tape evaluation. • Observation of users at work with system and “thinking aloud” about how they are trying to use system • Instrumentation of code to collect information about facility use and user errors. • The provision of a gripe button for on-line user feedback.
  • 61. Kinds ofTests • Guidelines review • Heuristic evaluation (will be covered last due to extensive coverage) • Cognitive walkthrough • Think aloud evaluations • Usability test • Classic experiments • Focus groups