interface design rules - hci lecture 10

51
Interface Design Rules HCI Lecture 10 David Aspinall Informatics, University of Edinburgh 23rd October 2007

Upload: hacong

Post on 13-Jan-2017

232 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Interface Design Rules - HCI Lecture 10

Interface Design RulesHCI Lecture 10

David Aspinall

Informatics, University of Edinburgh

23rd October 2007

Page 2: Interface Design Rules - HCI Lecture 10

Outline

Principles and GuidelinesLearnabilityFlexibilityRobustness

Other GuidelinesGolden rules and heuristicsHCI patterns

Standards

Page 3: Interface Design Rules - HCI Lecture 10

Interface Design Roadmap

principles...

guidelines...

standards

=⇒

Conceptual DesignPhysical DesignInteraction ModesNavigation DesignDialogue DesignInformation PresentationScreen Layout

É design rules have differing generality and operateat various levels. They:É complement modelling and evaluation;É encapsulate understanding and best practice;É help us to design for maximum usability.

Page 4: Interface Design Rules - HCI Lecture 10

Types of Design Rules

É principlesÉ abstract design rulesÉ “an interface should be easy to navigate”

É guidelinesÉ advice on how to achieve principleÉ may conflict; understanding theory helps resolveÉ “use colour to highlight links”

É standardsÉ specific rules, measurableÉ “MondoDesktop links are RGB #1010D0”

Page 5: Interface Design Rules - HCI Lecture 10

Outline

Principles and GuidelinesLearnabilityFlexibilityRobustness

Other GuidelinesGolden rules and heuristicsHCI patterns

Standards

Page 6: Interface Design Rules - HCI Lecture 10

Usability Principles

É Learnabilitythe ease with which new users can begin effectiveinteraction and achieve maximal performance

É Flexibilitythe multiplicity of ways the user and systemexchange information

É Robustnessthe level of support provided to the user indetermining successful achievement andassessment of goal-directed behaviour

Page 7: Interface Design Rules - HCI Lecture 10

Usability Principles

É Learnabilitythe ease with which new users can begin effectiveinteraction and achieve maximal performance

É Flexibilitythe multiplicity of ways the user and systemexchange information

É Robustnessthe level of support provided to the user indetermining successful achievement andassessment of goal-directed behaviour

Page 8: Interface Design Rules - HCI Lecture 10

Usability Principles

É Learnabilitythe ease with which new users can begin effectiveinteraction and achieve maximal performance

É Flexibilitythe multiplicity of ways the user and systemexchange information

É Robustnessthe level of support provided to the user indetermining successful achievement andassessment of goal-directed behaviour

Page 9: Interface Design Rules - HCI Lecture 10

Learnability (1): PredictabilityPredictability — determinism and operation visibility

É System behaviour is observably deterministic:É Non-deterministic delays should be avoidedÉ Operation effect determinable by interaction history

É operation visibility:É user actions should be matched by a responseÉ affordance/logical constraints should be used toindicate available actions:

Page 10: Interface Design Rules - HCI Lecture 10

Learnability (1): PredictabilityPredictability — determinism and operation visibilityÉ System behaviour is observably deterministic:

É Non-deterministic delays should be avoidedÉ Operation effect determinable by interaction history

É operation visibility:É user actions should be matched by a responseÉ affordance/logical constraints should be used toindicate available actions:

Page 11: Interface Design Rules - HCI Lecture 10

Learnability (1): PredictabilityPredictability — determinism and operation visibilityÉ System behaviour is observably deterministic:

É Non-deterministic delays should be avoidedÉ Operation effect determinable by interaction history

É operation visibility:É user actions should be matched by a responseÉ affordance/logical constraints should be used toindicate available actions:

Page 12: Interface Design Rules - HCI Lecture 10

Learnability (2): Synthesisability

Synthesisability — can assess effect of past actions

É Direct Manipulation interfaces promise immediatehonesty

É Others have eventual honestyÉ Command line interfaces are never honest:

Page 13: Interface Design Rules - HCI Lecture 10

Learnability (3): Familiarity

Familiarity — matching users’ expectations

É how prior knowledge applies to new systemÉ guessability of the system

É knowledge of task and of other systemsÉ use of metaphor (e.g. tab-stops in word-processor)É use of natural language syntax, affordances

É regions on the screen which denote buttons shouldbe shaded to give a three-dimensional appearance

Page 14: Interface Design Rules - HCI Lecture 10

Learnability (4): Consistency

Consistency — likeness in input/output behaviourarising from similar situations or task objectives

É probably the most widely mentioned principle: “Beconsistent!”

É challenge (and danger): consistency notself-containedÉ consistency within screensÉ consistency within applicationsÉ consistency within desktopÉ . . .

É Examples: consistent patterns in layout; sameshort-cut keys for similar action; same placementfor recurrent menu optionsÉ Always place the Quit command as the last item inthe leftmost menu

Page 15: Interface Design Rules - HCI Lecture 10

Learnability (4): Consistency

Consistency — likeness in input/output behaviourarising from similar situations or task objectives

É probably the most widely mentioned principle: “Beconsistent!”

É challenge (and danger): consistency notself-containedÉ consistency within screensÉ consistency within applicationsÉ consistency within desktopÉ . . .

É Examples: consistent patterns in layout; sameshort-cut keys for similar action; same placementfor recurrent menu optionsÉ Always place the Quit command as the last item inthe leftmost menu

Page 16: Interface Design Rules - HCI Lecture 10

Learnability (4): Consistency

Consistency — likeness in input/output behaviourarising from similar situations or task objectives

É probably the most widely mentioned principle: “Beconsistent!”

É challenge (and danger): consistency notself-containedÉ consistency within screensÉ consistency within applicationsÉ consistency within desktopÉ . . .

É Examples: consistent patterns in layout; sameshort-cut keys for similar action; same placementfor recurrent menu optionsÉ Always place the Quit command as the last item inthe leftmost menu

Page 17: Interface Design Rules - HCI Lecture 10

Learnability (4): Consistency

Consistency — likeness in input/output behaviourarising from similar situations or task objectives

É probably the most widely mentioned principle: “Beconsistent!”

É challenge (and danger): consistency notself-containedÉ consistency within screensÉ consistency within applicationsÉ consistency within desktopÉ . . .

É Examples: consistent patterns in layout; sameshort-cut keys for similar action; same placementfor recurrent menu optionsÉ Always place the Quit command as the last item inthe leftmost menu

Page 18: Interface Design Rules - HCI Lecture 10

Learnability (5): Generalizability

Generalizability — extending specific interactionknowledge to new situations

É helps give a predictive model of system for userÉ a form of consistencyÉ examples:

É drawing circles → drawing ellipsesÉ UI standards and guidelines assist/enforcegeneralizabilityÉ applications should offer the Cut/Copy/Pasteoperations whenever possible

Page 19: Interface Design Rules - HCI Lecture 10

Learnability (5): Generalizability

Generalizability — extending specific interactionknowledge to new situations

É helps give a predictive model of system for userÉ a form of consistency

É examples:É drawing circles → drawing ellipses

É UI standards and guidelines assist/enforcegeneralizabilityÉ applications should offer the Cut/Copy/Pasteoperations whenever possible

Page 20: Interface Design Rules - HCI Lecture 10

Learnability (5): Generalizability

Generalizability — extending specific interactionknowledge to new situations

É helps give a predictive model of system for userÉ a form of consistencyÉ examples:

É drawing circles → drawing ellipses

É UI standards and guidelines assist/enforcegeneralizabilityÉ applications should offer the Cut/Copy/Pasteoperations whenever possible

Page 21: Interface Design Rules - HCI Lecture 10

Learnability (5): Generalizability

Generalizability — extending specific interactionknowledge to new situations

É helps give a predictive model of system for userÉ a form of consistencyÉ examples:

É drawing circles → drawing ellipsesÉ UI standards and guidelines assist/enforcegeneralizabilityÉ applications should offer the Cut/Copy/Pasteoperations whenever possible

Page 22: Interface Design Rules - HCI Lecture 10

Flexibility (1) : Dialogue initiativeDialogue initiative — who controls dialogue flow

É freedom from system imposed constraints on inputdialogue

É user should be able to abandon, suspend or resumetasks at any point

É modal dialog boxes are system pre-emptiveÉ direct manipulation is user pre-emptiveÉ minimise system pre-emptive dialogue andmaximise user pre-emptive dialogue

Page 23: Interface Design Rules - HCI Lecture 10

Flexibility (1) : Dialogue initiativeDialogue initiative — who controls dialogue flow

É freedom from system imposed constraints on inputdialogue

É user should be able to abandon, suspend or resumetasks at any point

É modal dialog boxes are system pre-emptiveÉ direct manipulation is user pre-emptiveÉ minimise system pre-emptive dialogue andmaximise user pre-emptive dialogue

Page 24: Interface Design Rules - HCI Lecture 10

Flexibility (1) : Dialogue initiativeDialogue initiative — who controls dialogue flow

É freedom from system imposed constraints on inputdialogue

É user should be able to abandon, suspend or resumetasks at any point

É modal dialog boxes are system pre-emptiveÉ direct manipulation is user pre-emptiveÉ minimise system pre-emptive dialogue andmaximise user pre-emptive dialogue

Page 25: Interface Design Rules - HCI Lecture 10

Flexibility (2): Multi-threadingMulti-threading — support simultaneous tasks

É concurrent vs. interleaving; multimodalityÉ provide multiple task contexts

Page 26: Interface Design Rules - HCI Lecture 10

Flexibility (2): Multi-threadingMulti-threading — support simultaneous tasks

É concurrent vs. interleaving; multimodality

É provide multiple task contexts

Page 27: Interface Design Rules - HCI Lecture 10

Flexibility (2): Multi-threadingMulti-threading — support simultaneous tasks

É concurrent vs. interleaving; multimodalityÉ provide multiple task contexts

Page 28: Interface Design Rules - HCI Lecture 10

Flexibility (3): Task migratability

Task migratability — how easily functions can bemoved between user and system

É People get bored doing routine tasks and stopconcentrating (Yerkes-Dodson Law)

É automate routine tasks, but don’t fix functionallocation

People are better at Machines are better at

Detecting small sensory inputs Responding quickly to signals

Improvising and using flexibleprocedures

Following procedures repeatedlyand precisely

Reasoning inductively Reasoning deductively

Selective information recall Total information recall

Exercising judgement Following orders

Page 29: Interface Design Rules - HCI Lecture 10

Flexibility (3): Task migratability

Task migratability — how easily functions can bemoved between user and system

É People get bored doing routine tasks and stopconcentrating (Yerkes-Dodson Law)

É automate routine tasks, but don’t fix functionallocation

People are better at Machines are better at

Detecting small sensory inputs Responding quickly to signals

Improvising and using flexibleprocedures

Following procedures repeatedlyand precisely

Reasoning inductively Reasoning deductively

Selective information recall Total information recall

Exercising judgement Following orders

Page 30: Interface Design Rules - HCI Lecture 10

Flexibility (4): SubstitutivitySubstitutivity — allowing equivalent values of inputand output to be substituted for each other

É representation multiplicity; equal opportunityÉ don’t force users to refer to objects by name if theycan point to them

Page 31: Interface Design Rules - HCI Lecture 10

Flexibility (4): SubstitutivitySubstitutivity — allowing equivalent values of inputand output to be substituted for each other

É representation multiplicity; equal opportunityÉ don’t force users to refer to objects by name if theycan point to them

Page 32: Interface Design Rules - HCI Lecture 10

Flexibility (5): CustomisabilityCustomisability — interface can be adapted to suitdifferent needs

É modifiability of the user interface by user(adaptability) or system (adaptivity)

É provide choice of methods; allow short-cuts; permitusers to change features: deferred design.

Page 33: Interface Design Rules - HCI Lecture 10

Flexibility (5): CustomisabilityCustomisability — interface can be adapted to suitdifferent needs

É modifiability of the user interface by user(adaptability) or system (adaptivity)

É provide choice of methods; allow short-cuts; permitusers to change features: deferred design.

Page 34: Interface Design Rules - HCI Lecture 10

Robustness (1): ObservabilityObservability — user impression of system state

É user should be able to evaluate the internal state ofthe system from its perceivable representation

É E.g., Where3What of navigation:É Where am I? — immediate honesty wrt system stateÉ Where am I going? — operation predictabilityÉ Where have I been? — synthesisabilityÉ What can I do now? — predictability

Page 35: Interface Design Rules - HCI Lecture 10

Robustness (1): ObservabilityObservability — user impression of system state

É user should be able to evaluate the internal state ofthe system from its perceivable representation

É E.g., Where3What of navigation:É Where am I? — immediate honesty wrt system stateÉ Where am I going? — operation predictabilityÉ Where have I been? — synthesisabilityÉ What can I do now? — predictability

Page 36: Interface Design Rules - HCI Lecture 10

Robustness (2): RecoverabilityRecoverability – support for undoing errors

É ability of user to take corrective action once anerror has been recognized

É reachabilityÉ user should be able to undo back to any point

É supported by reducing scope for making errorsÉ avoid free-form input where possibleÉ validate input immediately, allowing correction

É . . . and ability of user to understand errorsÉ error messages should be concise, informative,specific, constructive

Poor: Error 404: document not found

Better:The requested URLhttp://www.foobar.com/bar.htmlcould not be found

Page 37: Interface Design Rules - HCI Lecture 10

Robustness (2): RecoverabilityRecoverability – support for undoing errors

É ability of user to take corrective action once anerror has been recognized

É reachabilityÉ user should be able to undo back to any point

É supported by reducing scope for making errorsÉ avoid free-form input where possibleÉ validate input immediately, allowing correction

É . . . and ability of user to understand errorsÉ error messages should be concise, informative,specific, constructive

Poor: Error 404: document not found

Better:The requested URLhttp://www.foobar.com/bar.htmlcould not be found

Page 38: Interface Design Rules - HCI Lecture 10

Robustness (3): ResponsivenessResponsiveness — feedback should becommensurate with actionÉ Sensitivity to delay depends on contextÉ Echoing input < 0.1 secs, page turning < 0.5 secs,string search < 4 secs

If delay is inevitable, providereassurance: timeaffordances(Alex Paul Conn (1995))

A acceptance

B initiation and heartbeat

C progress (fine-grained)

D scope and remainder

E exception

F progress and completion

Page 39: Interface Design Rules - HCI Lecture 10

Robustness (4): Task conformance

Task conformance — degree to which the systemsupports the user’s tasks

É Few general purpose commands, long methods,simple

É Many highly tuned commands, short methods,complex

É identify core tasks; provide a command for eachÉ But core task set grows over time; language iscluttered as lexicon expandsÉ e.g., Unix command language, once a small set nowhas >700; 10% account for 90% of usage.

É Microsoft Word command lexicon now includes textformatting, drawing, annotating, WWW relatedcommands, etc.

Page 40: Interface Design Rules - HCI Lecture 10

Robustness (4): Task conformance

Task conformance — degree to which the systemsupports the user’s tasks

É Few general purpose commands, long methods,simple

É Many highly tuned commands, short methods,complex

É identify core tasks; provide a command for eachÉ But core task set grows over time; language iscluttered as lexicon expandsÉ e.g., Unix command language, once a small set nowhas >700; 10% account for 90% of usage.

É Microsoft Word command lexicon now includes textformatting, drawing, annotating, WWW relatedcommands, etc.

Page 41: Interface Design Rules - HCI Lecture 10

Outline

Principles and GuidelinesLearnabilityFlexibilityRobustness

Other GuidelinesGolden rules and heuristicsHCI patterns

Standards

Page 42: Interface Design Rules - HCI Lecture 10

Golden rules and heuristics

É “Broad brush” design rulesÉ Useful check list for good designÉ Better design using these than using nothing!

É Different collections e.g.:É Norman’s 7 Principles (see Lecture 4)É Nielsen’s 10 Heuristics (used in Heuristic Evaluation)É Shneiderman’s 8 Golden Rules:

1. Strive for consistency2. Enable frequent users to use shortcuts3. Offer informative feedback4. Design dialogs to yield closure5. Offer error prevention and simple error handling6. Permit easy reversal of actions7. Support internal locus of control8. Reduce short-term memory load

Page 43: Interface Design Rules - HCI Lecture 10

Golden rules and heuristics

É “Broad brush” design rulesÉ Useful check list for good designÉ Better design using these than using nothing!É Different collections e.g.:

É Norman’s 7 Principles (see Lecture 4)

É Nielsen’s 10 Heuristics (used in Heuristic Evaluation)É Shneiderman’s 8 Golden Rules:

1. Strive for consistency2. Enable frequent users to use shortcuts3. Offer informative feedback4. Design dialogs to yield closure5. Offer error prevention and simple error handling6. Permit easy reversal of actions7. Support internal locus of control8. Reduce short-term memory load

Page 44: Interface Design Rules - HCI Lecture 10

Golden rules and heuristics

É “Broad brush” design rulesÉ Useful check list for good designÉ Better design using these than using nothing!É Different collections e.g.:

É Norman’s 7 Principles (see Lecture 4)É Nielsen’s 10 Heuristics (used in Heuristic Evaluation)

É Shneiderman’s 8 Golden Rules:1. Strive for consistency2. Enable frequent users to use shortcuts3. Offer informative feedback4. Design dialogs to yield closure5. Offer error prevention and simple error handling6. Permit easy reversal of actions7. Support internal locus of control8. Reduce short-term memory load

Page 45: Interface Design Rules - HCI Lecture 10

Golden rules and heuristics

É “Broad brush” design rulesÉ Useful check list for good designÉ Better design using these than using nothing!É Different collections e.g.:

É Norman’s 7 Principles (see Lecture 4)É Nielsen’s 10 Heuristics (used in Heuristic Evaluation)É Shneiderman’s 8 Golden Rules:

1. Strive for consistency2. Enable frequent users to use shortcuts3. Offer informative feedback4. Design dialogs to yield closure5. Offer error prevention and simple error handling6. Permit easy reversal of actions7. Support internal locus of control8. Reduce short-term memory load

Page 46: Interface Design Rules - HCI Lecture 10

HCI design patterns

É An approach to reusing knowledge about successfuldesign solutions. Originated in architecture(Alexander).

É A pattern is an invariant solution to a recurrentproblem within a specific context.

É Examples:É Light on Two Sides of Every Room (architecture)É Go back to a safe place (HCI)

É Patterns do not exist in isolation but are linked toother patterns in a pattern language which enablescomplete designs to be generated

Page 47: Interface Design Rules - HCI Lecture 10

Outline

Principles and GuidelinesLearnabilityFlexibilityRobustness

Other GuidelinesGolden rules and heuristicsHCI patterns

Standards

Page 48: Interface Design Rules - HCI Lecture 10

Standards

É Set by national or international bodies to ensurecompliance by a large community of designers

É Standards require sound underlying theory andslowly changing technology

É Hardware standards more common than softwarehigh authority and low level of detail

É ISO 9241, Ergonomics of Human SystemInteraction, adopts traditional usability categories:É effectivenesscan you achieve what you want to?

É efficiencycan you do it without wasting effort?

É satisfactiondo you enjoy the process?

Page 49: Interface Design Rules - HCI Lecture 10

Standards

É Set by national or international bodies to ensurecompliance by a large community of designers

É Standards require sound underlying theory andslowly changing technology

É Hardware standards more common than softwarehigh authority and low level of detail

É ISO 9241, Ergonomics of Human SystemInteraction, adopts traditional usability categories:É effectivenesscan you achieve what you want to?

É efficiencycan you do it without wasting effort?

É satisfactiondo you enjoy the process?

Page 50: Interface Design Rules - HCI Lecture 10

Example metrics from ISO 9241

Usabilityobjective

Effectivenessmeasures

Efficiencymeasures

Satisfactionmeasures

Suitability for thetask

Percentage ofgoals achieved

Time tocomplete a task

Rating scale forsatisfaction

Appropriate fortrained users

Number of powerfeatures used

Efficiencyrelative to expertuser

Rating scale forease of learning

Learnability Percentage offunctions learned

Time to learncriterion

Rating scale forease of learning

Error tolerance Percentage oferrors correctedsuccessfully

Time spent oncorrecting errors

Rating scale forerror handling

Page 51: Interface Design Rules - HCI Lecture 10

References

Alex Paul Conn.Time affordances: the time factor in diagnostic usabilityheuristics.In CHI ’95: Proceedings of the SIGCHI conference onHuman factors in computing systems, pp 186–193, 1995.ACM.

See also:

É Dix et al, Chapter 7.

É More on HCI patterns: http://www.hcipatterns.org/(IFIP group), http://designinginterfaces.com(O’Reilly book by Tidwell).

Credits: some slides are due to Jon Oberlander, others are from webresources for Dix et al (see http://www.hcibook.com).