Chapter 11 Interaction styles

Slides:



Advertisements
Similar presentations
Interaction Techniques Level 2 Prepared by: RHR First Prepared on: Nov 23, 2006 Last Modified on: Quality checked by: MOH Copyright 2004 Asia Pacific Institute.
Advertisements

Graphical User Interface Design
User Interface Design Yonsei University 2 nd Semester, 2013 Sanghyun Park.
Tailoring Needs Chapter 3. Contents This presentation covers the following: – Design considerations for tailored data-entry screens – Design considerations.
MET CS 405/605 Human Computer Interface Design. Week 5 – Design  Interaction Style ~  Command Line  Menu Selection  Form Fill  Direct Manipulation.
User Interface Design Notes p7 T120B pavasario sem.
Ch 11 Cognitive Walkthroughs and Heuristic Evaluation Yonglei Tao School of Computing and Info Systems GVSU.
Design Activities in Usability Engineering laura leventhal and julie barnes.
Interaction Styles Course 6, CMC, 07/10/03 Direct Manipulation
Dialog Styles. The Five Primary Styles of Interaction 4 Menu selection 4 Form fill-in 4 Command language 4 Natural language 4 Direct manipulation.
Copyright © 2005, Pearson Education, Inc. Chapter 8 Command and Natural Languages.
Dialog Styles. The Six Primary Styles of Interaction n Q & A n Menu selection n Form fill-in n Command language n Natural language n Direct manipulation.
Part 4: Evaluation Days 25, 27, 29, 31 Chapter 20: Why evaluate? Chapter 21: Deciding on what to evaluate: the strategy Chapter 22: Planning who, what,
Lecture 7 Date: 23rd February
1 / 31 CS 425/625 Software Engineering User Interface Design Based on Chapter 15 of the textbook [SE-6] Ian Sommerville, Software Engineering, 6 th Ed.,
Interaction Styles - Forms Dr.s Barnes and Leventhal.
Ch 7 & 8 Interaction Styles page 1 CS 368 Designing the Interaction Interaction Design The look and feel (appearance and behavior) of interaction objects.
Interaction Styles Interface Widgets. What are Interaction Styles?  A Collection of interface objects and associated techniques from which an interaction.
Principles and Methods
Dialogue Styles.
CSC450 Software Engineering
Essential Guide to User Interface Design PART 1 The User Interface – Introduction and Overview Chapter 2 – Characteristics of the Graphical and Web UI.
Chapter 11: Interaction Styles. Interaction Styles Introduction: Interaction styles are primarily different ways in which a user and computer system can.
Spring /6.831 User Interface Design and Implementation1 Lecture 3: Visibility.
CSC 480 Software Engineering Lecture 19 Nov 11, 2002.
Lecture 6 User Interface Design
Computer Graphics Lecture 28 Fasih ur Rehman. Last Class GUI Attributes – Windows, icons, menus, pointing devices, graphics Advantages Design Process.
Interaction Styles. Hall of Fame The 3-point seatbelt Brief history ●1959: Invented by Nils Bohlin ○patent released by Volvo ○saving lives > profit ●1968.
These slides are designed to accompany Software Engineering: A Practitioner’s Approach, 7/e (McGraw-Hill, 2009) Slides copyright 2009 by Roger Pressman.1.
Software Evaluation Catherine McKeveney Medical Informatics 1st March 2000.
Nielsen’s Ten Usability Heuristics
10 Usability Heuristics for User Interface Design.
COMPSCI 345 S1 C and SoftEng 350 S1 C Interaction Styles Lecture 4 Chapter 2.3 (Heim)
Human Computer Interaction
A-Level Computing#BristolMet Session Objectives#15 MUST define the term user interface SHOULD describe the characteristics of different UIs and suggest.
Evaluating a UI Design Expert inspection methods Cognitive Walkthrough
Usability 1 Usability evaluation Without users - analytical techniques With users - survey and observational techniques.
Developed by Tim Bell Department of Computer Science and Software Engineering University of Canterbury Human Computer Interaction.
P6 BTEC Level 3 Subsidiary Diploma in ICT. Automation The end user of a spreadsheet may be proficient in using the software, but the more that you automate.
Fall 2002CS/PSY Dialog Design 2 Direct Manipulation 1) Continuous visibility of the objects and actions of interest 2) Rapid, reversible, incremental.
Conceptual Design Dr. Dania Bilal IS588 Spring 2008.
Conceptual Model Design Informing the user what to do Lecture # 10 (a) Gabriel Spitz.
Importance of user interface design – Useful, useable, used Three golden rules – Place the user in control – Reduce the user’s memory load – Make the.
User Interface Design Lecture #4 Part-A. 30 January, 2008Human Computer Interaction Spring 2008, Lecture #4A 2 Agenda Principles on User Interface Design.
CIS 210 Systems Analysis and Development Week 7 Part II Designing Interfaces and Dialogues,
Knowledge Based Systems ExpertSystems Difficulties in Expert System Development u Scarce resources – new technology – demand for trained personnel u Development.
Chapter 2: Advanced programming concepts Part 3: The user interface Lecture 5 1.
A user interface, like the one created by the DOS operating system, that makes use of typed commands.
Principles Determine users' skill levels Novice or first-time users - Knowledgeable intermittent users - create templates Expert frequent users-
Chapter 6 : User interface design
Characteristics of Graphical and Web User Interfaces
Chapter 16: User Interface Design
Chapter 2 Hix & Hartson Guidelines.
Human-Computer Interaction
Difficulties in Expert System Development
Interaction Styles.
Software engineering USER INTERFACE DESIGN.
GUI Week 9.
Copyright Catherine M. Burns
Dialog Design 2 Direct Manipulation
Lessons Vocabulary Access 2016.
10 Design Principles.
Chapter 26 Inspections of the user interface
Characteristics of Graphical and Web User Interfaces
Proper functionality Good human computer interface Easy to maintain
Nilesen 10 hueristics.
CHAPTER 2: Guidelines, Principles, and Theories
Dialog Design 1 Basic Dialog Styles.
Presentation transcript:

Chapter 11 Interaction styles

Interaction Styles Command Line Menu Selection Form-Fill Direct Manipulation Anthropomorphic UIDE Chapter 11

Command Line UIDE Chapter 11

Command Line Powerful – access to system functionality Flexible – options and parameters Limitations Commands must be remembered Commands are obscure and cryptic Better for experts to use Error rates are high UIDE Chapter 11

Menu Selection A set of options from which the user must choose Offer cues for user recognition Breaks the complex into small steps Example UIDE Chapter 11

Form Fill Capture user information Easy movement around the form Provide for error correction Indicate required fields Provide explanatory messages for fields UIDE Chapter 11

Direct Manipulation Allows direct interaction with the UI Visible and continuous representation of task objects Requires physical actions to manipulate Operations are rapid, incremental, reversible Users “feel” directly involved Easy to learn UIDE Chapter 11

Anthropomorphic Natural language interface Example Example2 Example3 UIDE Chapter 11

Blending Interaction Styles Choosing the Most Appropriate Interaction Style UIDE Chapter 11