Chapter 12 cognitive models.

Slides:



Advertisements
Similar presentations
Chapter 12 cognitive models.
Advertisements

Chapter 11 user support. Issues –different types of support at different times –implementation and presentation both important –all need careful design.
User Modeling CIS 376 Bruce R. Maxim UM-Dearborn.
Models of the User in Design IACT 403 IACT 931 CSCI 324 Human Computer Interface Lecturer:Gene Awyzio Room:3.117 Phone:
Z goal and task hierarchies z linguistic z physical and device z architectural Cognitive models.
Help and Documentation zUser support issues ydifferent types of support at different times yimplementation and presentation both important yall need careful.
Linux+ Guide to Linux Certification, Second Edition
Models of Human Performance Dr. Chris Baber. 2 Objectives Introduce theory-based models for predicting human performance Introduce competence-based models.
Predictive Evaluation Predicting performance. Predictive Models Translate empirical evidence into theories and models that can influence design. Performance.
Chapter 4 Cognitive Engineering HCI: Designing Effective Organizational Information Systems Dov Te’eni Jane M. Carey.
Some questions of hypermedia and CHI Josep Blat Universitat Pompeu Fabra.
Predictive Evaluation Simple models of human performance.
Task Analysis (TA). 2 TA & GOMS Both members of the same family of analysis techniques. TA covers a wide area of study. Actual distinction between TA,
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
Cognitive Models Material from Authors of Human Computer Interaction Alan Dix, et al.
Cognitive Models. 2 Contents Cognitive Models Device Models Cognitive Architectures.
1 Theories Lecture 3. CS774 – Spring Automation and human control Successful integration:  Users can avoid: Routine, tedious, and error prone tasks.
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.
Creating an Expression Web Site
Chapter 2 Developing a Web Page. Chapter 2 Lessons Introduction 1.Create head content and set page properties 2.Create, import, and format text 3.Add.
GOMS Keystroke analysis When (fine-grained) speed matters.
Chapter 12 cognitive models. 2 Cognitive models goal and task hierarchies linguistic physical and device.
Gary MarsdenSlide 1University of Cape Town Human-Computer Interaction - 6 User Models Gary Marsden ( ) July 2002.
CMPUT 301: Lecture 26,27 Models of the User Lecturer: Martin Jagersand Department of Computing Science University of Alberta Notes based on previous courses.
INTERACTION MODELS Lecture 3. Agenda CLG – designers’model of UI Users’models Hierarchical Models Linguistic Models Physical Models Laws in HCI (pointing,
Chapter 12 cognitive models. Cognitive models goal and task hierarchies linguistic physical and device architectural.
Chap#11 What is User Support?
Task Analysis CSCI 4800/6800 Feb 27, Goals of task analysis Elicit descriptions of what people do Represent those descriptions Predict difficulties,
CS 460/660 Compiler Construction. Class 01 2 Why Study Compilers? Compilers are important – –Responsible for many aspects of system performance Compilers.
ITM 734 Introduction to Human Factors in Information Systems
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
마스터 제목 스타일 편집 마스터 텍스트 스타일을 편집합니다 둘째 수준 셋째 수준 넷째 수준 다섯째 수준 The GOMS Family of User Interface Analysis Techniques : Comparison and Contrast Bonnie E. John.
Models of interaction task models –modelling jobs and activities dialogue models –modelling the observable interaction with a system system models –modelling.
Linux+ Guide to Linux Certification, Second Edition Chapter 4 Exploring Linux Filesystems.
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.
Copyright 2006 John Wiley & Sons, Inc Chapter 5 – Cognitive Engineering HCI: Developing Effective Organizational Information Systems Dov Te’eni Jane Carey.
Chapter 3: Mastering Editors Chapter 3 Mastering Editors (Emacs)
Human Computer Interaction Lecture 21 User Support
Windows 7 and file management
TAG Task Action Grammars.
Human Computer Interaction Lecture 23 Cognitive Models
Human Computer Interaction
Image by MIT OpenCourseWare Troughput (bps) Error rate (%) Mouse Trackball Joystick Touchpad.
Task Analysis CSCI 4800/6800 Feb 27, 2003.
Human Computer Interaction Lecture 21,22 User Support
CIS 376 Bruce R. Maxim UM-Dearborn
Muneo Kitajima Human-Computer Interaction Group
Many Factors Affect Learning
Guide To UNIX Using Linux Third Edition
MS-Excel Part 1.
Analytical Evaluation with GOMS and KLM
Dialog Design 1 Command languages and WIMP
“In the midst of chaos, there is also opportunity” - Sun Tzu
Models and Theories.
15. Human-Computer Interaction
GOMS as a Simulation of Cognition
New Perspectives on Windows XP
Chapter 11 user support.
Model based design Cognitive (user) models
Cognitive models linguistic physical and device architectural
Model based design NGOMSL and CPM- GOMS
High level models of human-computer behaviour
Human Computer Interaction Lecture 24 Cognitive Models
Lec00-outline May 18, 2019 Compiler Design CS416 Compiler Design.
Chapter 12 cognitive models.
Grauer and Barber Series Microsoft Word Overview
“In the midst of chaos, there is also opportunity” - Sun Tzu
Add Background Style Click the slide or slides that you want to add background style Click Design Tab Click Down arrow in the Themes group.
Presentation transcript:

chapter 12 cognitive models

Cognitive models goal and task hierarchies (GOMS, CCT) Linguistic (BNF, TAG) physical and device (KLM)

Cognitive models They model aspects of user: Common categorization: understanding knowledge intentions Processing….when they interact with devices. Common categorization: Competence vs. Performance

1. Goal and task hierarchies Mental processing as divide-and-conquer… Example: sales report produce report gather data . find book names . . do keywords search of names database . . . … further sub-goals . . sift through names and abstracts by hand . search sales database - further sub-goals layout tables and histograms - further sub-goals write description - further sub-goals

goals vs. tasks goals – intentions tasks – actions what you would like to be true tasks – actions how to achieve it

Techniques Goals, Operators, Methods and Selection (GOMS) Cognitive Complexity Theory (CCT) Hierarchical Task Analysis (HTA) - Chapter 15

GOMS Goals Operators Methods Selection what the user wants to achieve basic actions user performs Methods decomposition of a goal into subgoals/operators Selection means of choosing between competing methods

GOMS example GOAL: CLOSE-WINDOW . [select GOAL: USE-MENU-METHOD . MOVE-MOUSE-TO-FILE-MENU . PULL-DOWN-FILE-MENU . CLICK-OVER-CLOSE-OPTION GOAL: USE-CTRL-W-METHOD . PRESS-CONTROL-W-KEYS] For a particular user: Rule 1: Select USE-MENU-METHOD unless another rule applies Rule 2: If the application is GAME, select CTRL-W-METHOD

Cognitive Complexity Theory Two parallel descriptions: User production rules Computer systems dialogue Production rules are of the form: if condition then action

Example: editing with vi Production rules are in long-term memory Model working memory as attribute-value mapping: (GOAL perform unit task) (TEXT task is insert space) (TEXT task is at 5 23) (CURSOR 8 7) Rules are pattern-matched to working memory, e.g., LOOK-TEXT task is at %LINE %COLUMN is true, with LINE = 5 COLUMN = 23.

Four rules to model inserting a space Active rules: SELECT-INSERT-SPACE INSERT-SPACE-MOVE-FIRST INSERT-SPACE-DOIT INSERT-SPACE-DONE New working memory (GOAL insert space) (NOTE executing insert space) (LINE 5) (COLUMN 23) SELECT-INSERT-SPACE matches current working memory (SELECT-INSERT-SPACE IF (AND (TEST-GOAL perform unit task) (TEST-TEXT task is insert space) (NOT (TEST-GOAL insert space)) (NOT (TEST-NOTE executing insert space))) THEN ( (ADD-GOAL insert space) (ADD-NOTE executing insert space) (LOOK-TEXT task is at %LINE %COLUMN)))

Notes on CCT Parallel model Proceduralization of actions Novice versus expert style rules Error behaviour can be represented Measures depth of goal structure number of rules comparison with device description

2. Linguistic notations Understanding the user's behaviour and cognitive difficulty based on analysis of language between user and system. Similar in emphasis to dialogue models Backus–Naur Form (BNF) Task–Action Grammar (TAG)

Backus-Naur Form (BNF) Very common notation from computer science A purely syntactic view of the dialogue Terminals lowest level of user behaviour e.g. CLICK-MOUSE, MOVE-MOUSE Nonterminals ordering of terminals higher level of abstraction e.g. select-menu, position-mouse

Example of BNF Basic syntax: An expression nonterminal ::= expression contains terminals and nonterminals combined in sequence (+) or as alternatives (|) draw line ::= select line + choose points + last point select line ::= pos mouse + CLICK MOUSE choose points ::= choose one | choose one + choose points choose one ::= pos mouse + CLICK MOUSE last point ::= pos mouse + DBL CLICK MOUSE pos mouse ::= NULL | MOVE MOUSE+ pos mouse

Measurements with BNF Number of rules (not so good) Number of + and | operators Complications same syntax for different semantics no reflection of user's perception minimal consistency checking

Task Action Grammar (TAG) Making consistency more explicit

Consistency in TAG In BNF, three UNIX commands would be described as: copy ::= cp + filename + filename | cp + filenames + directory move ::= mv + filename + filename | mv + filenames + directory link ::= ln + filename + filename | ln + filenames + directory No BNF measure could distinguish between this and a less consistent grammar in which link ::= ln + filename + filename | ln + directory + filenames

Consistency in TAG (cont'd) consistency of argument order made explicit using a parameter, or semantic feature for file operations Feature Possible values Op = copy; move; link Rules file-op[Op] ::= command[Op] + filename + filename | command[Op] + filenames + directory command[Op = copy] ::= cp command[Op = move] ::= mv command[Op = link] ::= ln

3. Physical and device models The Keystroke Level Model (KLM) Based on empirical knowledge of human motor system User's task: acquisition then execution. these only address execution Complementary with goal hierarchies

Keystroke Level Model (KLM) lowest level of (original) GOMS six execution phase operators Physical motor: K – Keystroking B- Pressing a mouse button P – pointing, moving a mouse H – homing, switch hands D – drawing lines using mouse Mental M - mental preparation System R - response times are empirically determined. Texecute = TK + TP + TH + TD + TM + TR

KLM example GOAL: ICONISE-WINDOW [select GOAL: USE-CLOSE-METHOD . MOVE-MOUSE-TO- FILE-MENU . PULL-DOWN-FILE-MENU . CLICK-OVER-CLOSE-OPTION GOAL: USE-CTRL-W-METHOD PRESS-CONTROL-W-KEY] compare alternatives: USE-CTRL-W-METHOD vs. USE-CLOSE-METHOD assume hand starts on mouse USE-CLOSE-METHOD P[to menu] 1.1 B[LEFT down] 0.1 M 1.35 P[to option] 1.1 B[LEFT up] 0.1 Total 3.75 s USE-CTRL-W-METHOD H[to kbd] 0.40 M 1.35 K[ctrlW key] 0.28 Total 2.03 s

Architectural models All of these cognitive models make assumptions about the architecture of the human mind. Long-term/Short-term memory Problem spaces ACT (CMU)

Review Questions Compare and contrast GOMS and CCT. Compare and contrast BNF and TAG. What is KLM? Explain by examples. What are underlining assumptions of cognitive models? Why use cognitive models?

Homework Create a GOMS description of the task of scanning a photo from your IST 331 textbook. An example can be found on pp.424-425. Do a keystroke-level analysis for locating Wei-Fan Chen’s google scholar page, comparing two different methods for performing the task. Which method is faster than the other one? An example can be found on p.440.