GOMS Adapted from Berkeley Guir.

Slides:



Advertisements
Similar presentations
User Modeling CIS 376 Bruce R. Maxim UM-Dearborn.
Advertisements

Models and Theories. GOMS Example Photocopying an article Create a GOMS description of the task of photocopying an article from a journal. Assume –copy.
GUI Testing. High level System Testing Test only those scenarios and outputs that are observable by the user Event-driven Interactive Two parts to test.
Predictive Assessment of Usability Laura Marie Leventhal.
Evaluation Types GOMS and KLM
Task Analysis (continued). Task analysis Observations can be done at different levels of detail fine level (primitives, e.g. therbligs, keystrokes,GOMS.
Cognition in the virtual world. Which is easiest to read? What is the time?
Fitts’ Law and the Model Human Processor
SIMS 213: User Interface Design & Development
CS160 Discussion Section Fitts Law and KLM David Sun Sept 26 th 2007.
KLM and GOMS Professor: Tapan Parikh TA: Eun Kyoung Choe
Objectives Define predictive and descriptive models and explain why they are useful. Describe Fitts’ Law and explain its implications for interface design.
SIMS 213: User Interface Design & Development Marti Hearst Tues, April 6, 2004.
SIMS 213: User Interface Design & Development Marti Hearst Tues, April 19, 2005.
Predictive Evaluation Predicting performance. Predictive Models Translate empirical evidence into theories and models that can influence design. Performance.
I213: User Interface Design & Development Marti Hearst Tues, April 17, 2007.
Predictive Evaluation Simple models of human performance.
User Interface Design Chapter 11. Objectives  Understand several fundamental user interface (UI) design principles.  Understand the process of UI design.
Chapter 5 Models and theories 1. Cognitive modeling If we can build a model of how a user works, then we can predict how s/he will interact with the interface.
The Growth of Cognitive Modeling in Human- Computer Interaction Since GOMS By Judith Reitman Olson and Gary M. Olson The University of Michigan.
User Models Predicting a user’s behaviour. Fitts’ Law.
UNDERSTANDING USERS: MODELING TASKS AND LOW- LEVEL INTERACTION Human-Computer Interaction
Slides based on those by Paul Cairns, York ( users.cs.york.ac.uk/~pcairns/) + ID3 book slides + slides from: courses.ischool.berkeley.edu/i213/s08/lectures/i ppthttp://www-
Stanford hci group / cs October 2008 Inp ut Scott Klemmer.
GOMS CS 160 Discussion Chris Long 3/5/97. What is GOMS? l A family of user interface modeling techniques l Goals, Operators, Methods, and Selection rules.
Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 6 User Models Gary Marsden ( ) July 2002.
COMP5047 Pervasive Computing: 2012 GOMS and keystroke predictive methods Judy Kay CHAI: Computer human adapted interaction research group School of Information.
Identifying needs and establishing requirements
GOMs and Action Analysis and more. 1.GOMS 2.Action Analysis.
Evaluation of User Interface Design 4. Predictive Evaluation continued Different kinds of predictive evaluation: 1.Inspection methods 2.Usage simulations.
Analytical evaluation Prepared by Dr. Nor Azman Ismail Department of Computer Graphics and Multimedia Faculty of Computer Science & Information System.
Cognitive Modeling 1 Predicting thougts and actions
Predicting Task Execution Time on Handheld Devices Using the Keystroke Level Model Annie Lu Luo and Bonnie E. John School of Computer Science Carnegie.
© Simeon Keates 2009 Usability with Project Lecture 14 – 30/10/09 Dr. Simeon Keates.
ITM 734 Introduction to Human Factors in Information Systems
The Psychology of Human-Computer Interaction
6.813/6.831 User Interface Design and Implementation
Evaluation Using Modeling. Testing Methods Same as Formative Surveys/questionnaires Interviews Observation Documentation Automatic data recording/tracking.
1 Cognitive Modeling GOMS, Keystroke Model Getting some details right!
Cognitive Models Lecture # March, 2008Human Computer Intercation Spring 2008, Lecture #10 2 Agenda Cognitive models –KLM –GOMS –Fitt’s Law –Applications.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Prof Jim Warren with reference to sections 7.1 and 7.2 of The Resonant Interface.
1CS 338: Graphical User Interfaces. Dario Salvucci, Drexel University. Lecture 15: User Modeling.
1 1 ITM 734 Introduction to Human Factors in Information Systems Cindy Corritore This material has been developed by Georgia Tech HCI.
Evaluation Types GOMS and KLM CS352. Quiz Announcements Notice upcoming due dates (web page). Where we are in PRICPE: –Predispositions: Did this in Project.
A Survey on User Modeling in HCI PRESENTED BY: MOHAMMAD SAJIB AL SERAJ SUPERVISED BY: PROF. ROBERT PASTEL.
Midterm in-class Tuesday, Nov 6
Human Abilities: Vision & Cognition
Human Computer Interaction
Task Analysis CSCI 4800/6800 Feb 27, 2003.
CIS 376 Bruce R. Maxim UM-Dearborn
System Design Ashima Wadhwa.

Unit 2 User Interface Design.
Analytical Evaluation with GOMS and KLM
Models and Theories.
15. Human-Computer Interaction
GOMS as a Simulation of Cognition
Cognitive Models CS 160, Spring 2003 February 24, /11/2002
Efficiency CS 422: UI Design and Programming
Evaluation.
Model based design Cognitive (user) models
Cognitive models linguistic physical and device architectural
Model based design NGOMSL and CPM- GOMS
Model based design keystroke level model
Chapter 12 cognitive models.
Human Computer Interaction Lecture 24 Cognitive Models
Chapter 12 cognitive models.
Presentation transcript:

GOMS Adapted from Berkeley Guir

User Interface Design, Prototyping, and Evaluation GOMS Goals – what the user wants to do Operators – actions performed to reach the goal Methods – sequences of operators that accomplish a goal Selection Rules – describe when to choose one method over another July 2002 User Interface Design, Prototyping, and Evaluation

What is GOMS? “Crashtest Dummy for HCI" Family of techniques for modeling user’s interactions with a system Like cognitive walkthrough, begin with a set of tasks and the steps to accomplish them.

Cog Sci based Modeling Use what we know about human information processing in the brain to make predictions about how people will perform. Problem: the brain is still poorly understood. Experts only allows us to get away from trying to predict how someone might misinterpret a UI element, etc.

The Model Human Processor Card, Moran, & Newell (’83) (based on empirical data) Long-term Memory Working Memory Visual Image Store Auditory Image Perceptual Processor Cognitive Motor Eyes Ears Fingers, etc. sensory buffers

Where are we? We can’t accurately predict planning time. We can predict execution time given an expert who makes no errors.

Which leaves…. Learning Errors Long term recall Fatigue Etc.

Novice vs. Expert Use User testing focuses almost exclusively on first experiences. Learning issues Comprehension issues The GOMS family allows you to look at the expert experience. Where will users time go? Is that where we expect? Are there repetitive aspects we can eliminate?

So today… GOMS techniques are most useful for systems where There will be experts Users repeatedly perform a (relatively) small number of tasks GOMS is good for streamlining the efficiency of a process

How to do a GOMS Analysis Generate task description Pick high-level user Goal Write Method for accomplishing Goal - may invoke subgoals Write Methods for subgoals This is recursive Stops when Operators are reached Evaluate description of task Apply results to UI Iterate Adapted from Chris Long

Keystroke-Level Model Model was developed to predict time to accomplish a task on a computer Predicts expert error-free task-completion time with the following inputs: a task or series of subtasks method used command language of the system motor-skill parameters of the user response-time parameters of the system Prediction is the sum of the subtask times and overhead

KLM Accuracy Widely validated in academia KLM predictions are generally within 10-20% of actual expert performance Simplified cognitive model

Slide adapted from Newstetter & Martin, Georgia Tech KLM Keystroke level model 1. Predict 2. Evaluate Action 1 x sec. Action 2 y sec. Action 3 + z sec. Time using interface 1 t sec. Time using interface 2 Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Symbols and values Operator Remarks Time (s) K B P H D M R Press Key Mouse Button Press Point with Mouse Home hand to and from keyboard Drawing - domain dependent Mentally prepare Response from system - measure 0.2 .10/.20 1.1 0.4 - 1.35 Raskin excludes Assumption: expert user Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Raskin’s rules K B P H D M R 0.2 .10/.20 1.1 0.4 - 1.35 Rule 0: Initial insertion of candidate M’s M before K M before P iff P selects command i.e. not when P points to arguments Rule 1: Deletion of anticipated M’s If an operator following an M is fully anticipated, delete that M. e.g. when you point and click Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Raskin’s rules K B P H D M R 0.2 .10/.20 1.1 0.4 - 1.35 Rule 2: Deletion of M’s within cognitive units If a string of MK’s belongs to a cognitive unit, delete all M’s but the first. e.g. 4564.23 Rule 3: Deletion of M’s before consecutive terminators If a K is a redundant delimiter, delete the M before it. e.g. )’ Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Raskin’s rules Chunking K B P H D M R 0.2 .10/.20 1.1 0.4 - 1.35 Rule 2: Deletion of M’s within cognitive units If a string of MK’s belongs to a cognitive unit, delete all M’s but the first. e.g. 4564.23 Rule 3: Deletion of M’s before consecutive terminators If a K is a redundant delimiter, delete the M before it. e.g. )’ Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Raskin’s rules K B P H D M R 0.2 .10/.20 1.1 0.4 - 1.35 Rule 4: Deletion of M’s that are terminators of commands If K is a delimiter that follows a constant string, delete the M in front of it. Rule 5: Deletion of overlapped M’s Do not count any M that overlaps an R. Slide adapted from Newstetter & Martin, Georgia Tech

Example 1 Temperature Converter K 0.2 B .10/.20 P 1.1 H 0.4 D - M 1.35 Choose which conversion is desired, then type the temperature and press Enter. Convert F to C. Convert C to F. Slide adapted from Newstetter & Martin, Georgia Tech

Example 1 Temperature Converter K B P H D M R 0.2 .10/.20 1.1 0.4 - 1.35 Temperature Converter Choose which conversion is desired, then type the temperature and press Enter. Convert F to C. Convert C to F. HPB (select F to C) PB (click in text box) HKKKKK Apply Rule 0 HMPMB PMB HMKMKMKMK MK Apply Rules 1 and 2 HMPB PB HMKKKKMK Convert to numbers .4+1.35+1.1+.20+ 1.1 + .2 +.4+1.35+4(.2)+1.35+.2 =8.45 Slide adapted from Newstetter & Martin, Georgia Tech

Which is more efficient? Operator Description Time (2) K Key Press 0.2 B Mouse Button Press 0.1 P Pointing with Mouse 1.1 H Home hand to/from keyboard 0.4 M Mentally prepare 1.35

How to do a GOMS Analysis Generate task description Evaluate description of task Apply results to UI Look for ways to remove steps (learning + execution) Look for ways to reuse sub-methods (learning) Make sure that the end state is the goal (error prevention) Iterate Adapted from Chris Long

Real World Example Nynex estimates that for every second saved in operator support, a company could save $3 million a year. Phone co. considering replacing old workstations with new ones. 1000 new stations, $10K each. Promised to reduce operator support time.

Toll and Assistance Operators The people you get when you dial 0 (person to person, collect calls, calling card calls) Their task – answer 3 questions: Who pays? At what rate? Is the connection complete?

Field Trial to finalize purchase $70 million purchase for new system Wanted to gain in-house experience with training, using and maintaining new system Hoped to be able to show benefits of new system.

Prediction: New System Faster Based on – Reduced keystrokes on most call categories New system 880 msec faster at displaying a screenful of info Estimated savings of $12.3 million a year

Alongside: GOMS Modeling Models being built during the field trial. Based on the system specs, not field observation.

Field Trial Data New system ~1 second slower Learning does not appear to be a factor Differences in average times didn’t converge over time, as you would expect if there was a training effect.

Field Trial Results 78,240 phone calls, four months 24 TAOs using new system 24 TAOs using old system

What’s the problem? Original model captured a serial sequence of operations. In fact, TAOs do several things in parallel Listening to a customer Viewing display Entering info via the keyboard Model needs to use CPM GOMS (Critical Path Method/Cognitive Perceptual Motor)

With CPM-GOMS Predicted .6 sec slower Empirical data .8 sec slower Correctly predicted direction of difference in 13/15 call categories

GOMS – old vs. new [Gray et al., GOMS Meets the Phone Company, Interact, 1990]

GOMS – old vs. new [Gray et al., GOMS Meets the Phone Company, Interact, 1990]

Model as Explanation [Gray et al., GOMS Meets the Phone Company, Interact, 1990]

Where do I use this? Situations where task performance is critical Airline/auto displays Emergency management systems Process control systems Customer service systems Etc.

Caveats *Very* idealized Assuming expert user Assuming perfect performance Depending on the scenario, you may need to choose your version of GOMS carefully

CogTool - Automating KLM Free software from Bonnie John’s group at CMU Take a collection of images Define the transitions Out comes a KLM model

Health Kiosk Screen Shots From: http://www.andrew.cmu.edu/user/sanchitg/healthkiosk.html

Example CogTool Comparison Results From Bellamy, John, and Kogan Deploying CogTool: Integrating Quantitative Usability into Real-World Software Development

Slide adapted from Newstetter & Martin, Georgia Tech Constant Time for Pointing Operator Remarks Time (s) K B P H D M R Press Key Mouse Button Press Point with Mouse Home hand to and from keyboard Drawing - domain dependent Mentally prepare Response from system - measure 0.2 .10/.20 1.1 0.4 - 1.35 Can we do better? Assumption: expert user Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Fitts’ Law Models movement time for selection tasks The movement time for a well-rehearsed selection task increases as the distance to the target increases decreases as the size of the target Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Newstetter & Martin, Georgia Tech Fitts’ Law Time (in msec) = a + b log2(D/S+1) where a, b = constants (empirically derived) D = distance S = size ID is Index of Difficulty = log2(D/S+1) Slide adapted from Newstetter & Martin, Georgia Tech

Slide adapted from Pourang Irani Fitts’ Law Time = a + b log2(D/S+1) Target 1 Target 2 Same ID → Same Difficulty Slide adapted from Pourang Irani

Slide adapted from Pourang Irani Fitts’ Law Time = a + b log2(D/S+1) Target 1 Target 2 Smaller ID → Easier Slide adapted from Pourang Irani

Slide adapted from Pourang Irani Fitts’ Law Time = a + b log2(D/S+1) Target 1 Target 2 Larger ID → Harder Slide adapted from Pourang Irani

Determining Constants for Fitts’ Law To determine a and b design a set of tasks with varying values for D and S (conditions) For each task condition multiple trials conducted and the time to execute each is recorded and stored electronically for statistical analysis Accuracy is also recorded either through the x-y coordinates of selection or through the error rate — the percentage of trials selected with the cursor outside the target Slide adapted from Pourang Irani

A Quiz Designed to Give You Fitts http://www.asktog.com/columns/022DesignedToGiv eFitts.html Microsoft Toolbars offer the user the option of displaying a label below each tool. Name at least one reason why labeled tools can be accessed faster. (Assume, for this, that the user knows the tool and does not need the label just simply to identify the tool.)

A Quiz Designed to Give You Fitts The label becomes part of the target. The target is therefore bigger. Bigger targets, all else being equal, can always be acccessed faster. Fitt's Law. When labels are not used, the tool icons crowd together.

A Quiz Designed to Give You Fitts You have a palette of tools in a graphics application that consists of a matrix of 16x16-pixel icons laid out as a 2x8 array that lies along the left- hand edge of the screen. Without moving the array from the left-hand side of the screen or changing the size of the icons, what steps can you take to decrease the time necessary to access the average tool?

A Quiz Designed to Give You Fitts Change the array to 1X16, so all the tools lie along the edge of the screen. Ensure that the user can click on the very first row of pixels along the edge of the screen to select a tool. There should be no buffer zone.

Fitts’ Law Example Which will be faster on average? Today Sunday Monday Tuesday Wednesday Thursday Friday Saturday Pop-up Linear Menu Pop-up Pie Menu Which will be faster on average? pie menu (bigger targets & less distance)

Principles of Operation (cont.) Fitts’ Law moving hand is a series of microcorrections correction takes Tp + Tc + Tm = 240 msec time Tpos to move the hand to target size S which is distance D away is given by: Tpos = a + b log2 (D/S + 1) summary time to move the hand depends only on the relative precision required