User-Centred Design: Design Guidelines (lecture-6) Prof. Dr. Matthias Rauterberg Faculty Industrial Design Technical University of Eindhoven

Slides:



Advertisements
Similar presentations
User Interface Design CIS 322 Office hours: Tuesday 1-2pm Thursday 12-1pm Room
Advertisements

HCI Research in The Netherlands Prof. dr. Matthias Rauterberg IPO Center for User-System Interaction TU/e Eindhoven University of Technology.
Human Computer Interaction Course Overview. 16/01/2008Human Computer Interaction Spring 2008: Lecture #1 2 Course Objectives Four basic objectives of.
Course Overview Sem 1 (13/14) Section 1 & 2
CISB213 Human Computer Interaction Introduction and Overview.
User-System Interaction - program overview - Prof. dr. Matthias Rauterberg Stan Ackermans Institute, USI Design Program TU/e Technical University of Eindhoven.
User-System Interaction a challenge for the present and the future Prof. dr. Matthias Rauterberg IPO Center for User-System Interaction Eindhoven University.
7M701 1 User Interface Design Sommerville, Ian (2001) Software Engineering, 6 th edition: Chapter 15
Lecture 7 Date: 23rd February
User-System Interaction a challenge for the present and the future
Part 4: Evaluation Chapter 20: Why evaluate? Chapter 21: Deciding on what to evaluate: the strategy Chapter 22: Planning who, what, where, and when Chapter.
Recommended Books Human-Computer Interaction
User-Centered Design Prof. dr. Matthias Rauterberg IPO Center for User-System Interaction TU/e Eindhoven University of Technology.
Today’s class Group Presentation More about principles, guidelines, style guides and standards In-class exercises More about usability Norman’s model of.
Principles and Methods
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
Chapter 7 design rules.
User-Centred Design: Task Analysis (lecture-5) Prof. Dr. Matthias Rauterberg Faculty Industrial Design Technical University of Eindhoven
John Kelleher (IT Sligo) Cognitive Walkthrough. 1 Background Authors – Lewis & Polson (1991) Based on theory L&P CE+ Theory of Exploratory Learning Assesses.
Introduction To The Course Pro-Forma Human Computer Interaction (HCI) : WXGC6104/WXGC1604/ WKGA6311/WMGA6311 Introduction To The Course PM Dr. Siti Salwah.
INTRODUCTION. Concepts HCI, CHI Usability User-centered Design (UCD) An approach to design (software, Web, other) that involves the user Interaction Design.
What is HCI? IMD07101: Introduction to Human Computer Interaction Brian Davison 2011/12.
CS 6750 Human-Computer Interaction Fall 2009 Keith Edwards
1. Learning Outcomes At the end of this lecture, you should be able to: –Define the term “Usability Engineering” –Describe the various steps involved.
1 ISE 412 Human-Computer Interaction Design process Task and User Characteristics Guidelines Evaluation.
May 1, 2007Mohamad Eid SEG 3120 User Interface Design Mohamad Eid Office: SITE 5077 Tel: (613) ext. 2148
Human Computer Interaction 0. Preface National Chiao Tung Univ, Taiwan By: I-Chen Lin, Assistant Professor.
Human Computer Interaction Semester 1, 2013/2013.
© Copyright De Montfort University 2003 All Rights Reserved Interactive Design Sept 03 John T Burns Interactive Systems Design & Evaluation John Burns.
1 Human-Computer Interaction  Design process  Task and User Characteristics  Guidelines  Evaluation.
User interface design. Recap OOD is an approach to design so that design components have their own private state and operations Objects should have constructor.
CSC 480 Software Engineering Lecture 19 Nov 11, 2002.
Lecture 6 User Interface Design
3461P Crash Course Lesson on Usability Testing The extreme, extreme basics...
Design Rules-Part B Standards and Guidelines
Methodology and Explanation XX50125 Lecture 3: Usability testing Dr. Danaë Stanton Fraser.
Human Computer Interaction
Human-Computer Interaction (HCI): Copyright 2002 © Kumar, Unuakhalu, Carigan Ashok Kumar Mike Unuakhalu Jim.
Human Computer Interaction
Software Architecture
CS2003 Usability Engineering Human-Centred Design Dr Steve Love.
User-System Interaction: from gesture to action Prof. dr. Matthias Rauterberg IPO - Center for User-System Interaction TU/e Eindhoven University of Technology.
Human Computer Interaction CITB 243 Chapter 1 What is HCI
User Interface Evaluation Cognitive Walkthrough Lecture #16.
Dr. H. Rex Hartson Fall 2003 Introduction to the Course Copyright © 2003 H. Rex Hartson and Deborah Hix. CS5714 Usability Engineering.
RESPONSE TIME CS3xx3 Human Computer Interaction. Response Time [Deborah J. Mayhew] Task Time = System Response Time + System Display Rate + User Scan/Read.
Human-Computer Interaction Design process Task and User Characteristics Guidelines Evaluation ISE
Human Computer Interaction Introduction. Subject : Learning Outcomes At the end of this semester, the student should be able to: Identify the basic concept.
User Interface Evaluation Introduction Lecture #15.
How to Characterize a Research Line for User-System Interaction Prof. dr. Matthias Rauterberg /homepages/mrauterb/
Chapter 2: Advanced programming concepts Part 3: The user interface Lecture 5 1.
Design rules.
What Do We Mean by Usability?
Usability engineering
Usability engineering
Introduction: Human Computer Interaction
(Advanced Human Computer Interaction)
The Design Document References:
Human Computer Interaction (HCI)
HCI – DESIGN RATIONALE 20 November 2018.
Human computer interaction-com 402
CSE 310 Human-Computer Interaction
Course Overview.
COMP444 Human Computer Interaction Usability Engineering
CSE310 Human-Computer Interaction
Chapter 7 design rules.
Chapter 7 design rules.
Chapter 7 design rules.
CSE 310 Human-Computer Interaction
Chapter 7 design rules.
Presentation transcript:

User-Centred Design: Design Guidelines (lecture-6) Prof. Dr. Matthias Rauterberg Faculty Industrial Design Technical University of Eindhoven

© M. Rauterberg, TU/e2 The History of Usability Definitions DIN part 8 (1988) EC directive 90/270/EEC (1990) ISO 9241 part 10 (1996) suitability for the task self-descriptiveness conformity with user expectations controllability error robustness suitability (activity adapted) feedback about system states appropriate format and pace of information presentation information and instruction of ease of use applicable to hearing and participation of suitability for the task self-descriptiveness conformity with user expectations suitability for learning suitability for individualization controllability error tolerance

© M. Rauterberg, TU/e3 ISO Definition of Quality of Use The ISO 9241 standard defines three components of "quality of use" applicable to the design of user interfaces:  Effectiveness Does the product do what the users require? Does it "do the right thing?"  Efficiency Can the users learn the user interface quickly? Can they carry out their tasks with minimum expended effort, including a minimum of errors? Does it improve the productivity/effort ratio? Does it "do things right?"  Satisfaction Do users express satisfaction with the product? Does the new product reduce stress? Do the end users now have a more satisfying job?

© M. Rauterberg, TU/e4 The Concept of Transparency

© M. Rauterberg, TU/e5 The Concept of Individualisation

© M. Rauterberg, TU/e6 The Basic Triangle: T-U-S user-oriented requirement analysis –know the user –describe the context of use –analyze the user‘s tasks –decide for user-system function allocation usersystem task(s) training usability task design automation functionality qualification

© M. Rauterberg, TU/e7 List of relevant books for the area of human-computer interaction (HCI) About HCI in general: –D. Norman, S. Draper: User centered system design. Lawrence Erlbaum, –P. Booth: An introduction to Human-Computer Interaction. Lawrence Erlbaum, –L. Barfield: The user interface - concepts & design. Addison Wesley, –A. Dix, J. Finlay, G. Abowd, R. Beale: Human-Computer Interaction. Prentice, –J. Preece, Y. Rogers, H. Sharp, D. Benyon, S. Holland, T. Carey: Human-Computer Interaction. Addison Wesley, –L. Macaulay: Human-Computer Interaction for Software Designers. Thomson, –B. Shneiderman: Designing the user interface. Addison Wesley, 1997, 3rd edition. About design principles: –C. Brown: Human-Computer Interface design guidelines. Ablex, –W. Galitz: Handbook of screen format design. QED, –D. Hix, R. Hartson: Developing user interfaces. Wiley, –ISO 9241 (Part 10: Dialogue principles, Part 12: Presentation of information, Part 14: Menu dialogues, Part 15: Command dialogues, Part 16: Direct manipulation dialogues, Part 17: Form fill-in dialogues) –D. Mayhew: Priniples and guidelines in software user interface design. Prentice, –C. Gram, G. Cockton (eds.): Design priniples for interactive software. Capman & Hall, About usability evaluation methods: –D. Freedman, G. Weinberg: Walkthroughs, Inspections, and technical reviews. Dorset, –J. Dumas, J. Redish: A practical guide to usability testing. Ablex, –A. Monk, P. Wright, J. Haber, L. Davenport: Improving your Human-Computer Interface: a practical technique. Prentice Hall, –ISO 9241 (Part 11: Guidance on usability, Part 13: User guidance) –J. Nielsen, R. Mack (ed.): Usability inspection methods. Wiley, 1994.