gary marsdenslide 1university of cape town human-computer interaction - 4 user centred design gary...

22
Gary Marsden Slide 1 University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ([email protected]) July 2002

Upload: eleanor-greene

Post on 04-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 1University of Cape Town

Human-Computer Interaction - 4

User Centred Design

Gary Marsden([email protected])

July 2002

Page 2: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 2University of Cape Town

Unit Objectives

We shall cover– Systems lifecycle requirements– Software Engineering Models– HCI models

Rationale:– There has to be some process whereby users

can be consulted in the creation of software– We look at what makes a good lifecycle model

and present solutions from SE and HCI

Page 3: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 3University of Cape Town

Lifecycle Models

Having seen how to program interactive applications, we need to fit this in to software engineering

There are four basic activities :– Identifying needs and establishing requirements– Developing alternative designs– Building interactive versions of the designs– Evaluating designs

Page 4: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 4University of Cape Town

Three key characteristics

Three key characteristics permeate these four activities:

1. Focus on users early in the design and evaluation of the artefact2. Identify, document and agree specific usability and user experience goals3. Iteration is inevitable. Designers never get it right first time

Page 5: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 5University of Cape Town

Some practical issues

•Who are the users?

•What are ‘needs’?

•Where do alternatives come from?

•How do you choose among alternatives?

Page 6: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 6University of Cape Town

Who are the users?

•Not as obvious as you think:

—those who interact directly with the product—those who manage direct users—those who receive output from the product —those who make the purchasing decision —those who use competitor’s products ???

Page 7: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 7University of Cape Town

More users

• Three categories of user: —primary: frequent hands-on—secondary: occasional or via someone

else; —tertiary: affected by its introduction, or

will influence its purchase.

Wider term: stakeholders

Page 8: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 8University of Cape Town

Who are the users? (contd)

•What are their capabilities? Humans vary in many dimensions!•Some examples are:

—size of hands may affect the size and positioning of input buttons; —motor abilities may affect the suitability of certain input and output devices; —height if designing a physical kiosk; —strength - a child’s toy requires little strength to operate, but greater strength to change batteries

Page 9: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 9University of Cape Town

What are ‘needs’?•Users rarely know what is possible•Users can’t tell you what they ‘need’ to help them achieve their goals •Instead, look at existing tasks:

—their context / what information do they require?—who collaborates to achieve the task?—why is the task achieved the way it is?

•Envisioned tasks:— future tasks

Page 10: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 10University of Cape Town

alternatives ?

•Humans stick to what they know works•But considering alternatives is important to ‘break out of the box’•Designers are trained to consider alternatives, software people generally are not•How do you generate alternatives?

—‘Flair and creativity’: research & synthesis —Seek inspiration: look at similar products or look at very different products

Page 11: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 11University of Cape Town

iMac

Page 12: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 12University of Cape Town

Choosing alternatives?

•Evaluation with users or with peers e.g. prototypes•Technical feasibility: some not possible•Quality thresholds: Usability goals lead to usability criteria set early on and check regularly

—safety: how safe?—utility: which functions are superfluous?

—effectiveness: appropriate support? task coverage, information available—efficiency: performance measurements

Page 13: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 13University of Cape Town

Lifecycle models

•Show how activities are related to each other•Lifecycle models are:

—management tools—simplified versions of reality

•Many lifecycle models exist, for example:—from software engineering: waterfall, spiral, JAD/RAD, Microsoft—from HCI: Star, usability engineering

Page 14: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 14University of Cape Town

Traditional lifecycle

Requirements analysis

Design

Code

Test

Maintenance

Page 15: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 15University of Cape Town

A simple interaction designmodel

Evaluate

(Re)Design

Identify needs/ establish

requirements

Build an interactive version

Final product

Page 16: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 16University of Cape Town

JAD workshops

Project set-up

Iterative design and build

Engineer and test final prototype

Implementationreview

A Lifecycle for RAD (Rapid Applications Development)

Page 17: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 17University of Cape Town

DSDM - Dynamic Systems development Methodology

Page 18: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 18University of Cape Town

•Important features:—Risk analysis—Prototyping—Iterative framework allowing ideas to be checked and evaluated—Explicitly encourages alternatives to be considered

•WinWin spiral model incorporates stakeholder identification and negotiation

Spiral model (Barry Boehm)

Page 19: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 19University of Cape Town

Spiral Overview

Page 20: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 20University of Cape Town

The Star lifecycle model

•Suggested by Hartson and Hix

•Important features:—Evaluation at the center of activities—No particular ordering of activities. Development may start in any one—Derived from empirical studies of interface designers

Page 21: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 21University of Cape Town

Star Overview

Page 22: Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 4 User Centred Design Gary Marsden ( gaz@cs.uct.ac.za ) July 2002

Gary Marsden Slide 22University of Cape Town

Summary•Four basic activities in the design process

1. Identify needs and establish requirements2. Design potential solutions ((re)-design)

3. Choose between alternatives (evaluate)4. Build the artefact

•These are permeated with three principles1. Involve users early in the design and evaluation of the artefact 2. Define quantifiable & measurable usability criteria3. Iteration is inevitable

•Lifecycle models show how these are related