SlideShare une entreprise Scribd logo
1  sur  21
chapter 6

HCI in the software
      process
HCI in the software process

• Software engineering and the design process
  for interactive systems

• Usability engineering

• Iterative design and prototyping

• Design rationale
the software lifecycle


• Software engineering is the discipline for
  understanding the software design process, or
  life cycle

• Designing for usability occurs at all stages of
  the life cycle, not as a single isolated activity
The waterfall model
       Requirements
       specification


                       Architectural
                          design


                                       Detailed
                                        design


                                                  Coding and
                                                  unit testing


                                                                 Integration
                                                                 and testing


                                                                               Operation and
                                                                               maintenance
Activities in the life cycle
Requirements specification
   designer and customer try capture what the system is
   expected to provide can be expressed in natural language or
   more precise languages, such as a task analysis would
   provide

Architectural design
   high-level description of how the system will provide the
   services required factor system into major components of the
   system and how they are interrelated needs to satisfy both
   functional and nonfunctional requirements

Detailed design
   refinement of architectural components and interrelations to
   identify modules to be implemented separately the refinement
   is governed by the nonfunctional requirements
Verification and validation

                               Real-world
                               requirements
                               and constraints   The formality gap


Verification
 designing the product right
Validation
 designing the right product

The formality gap
 validation will always rely to some extent on subjective means
 of proof
Management and contractual issues
 design in commercial and legal contexts
The life cycle for interactive
systems
     Requirements                                   cannot assume a linear
     specification
                                                       sequence of activities
                     Architectural                 as in the waterfall model
                        design


                                     Detailed
                                      design


                                                Coding and
                                                unit testing


                                                               Integration
lots of feedback!                                              and testing


                                                                             Operation and
                                                                             maintenance
Usability engineering
The ultimate test of usability based on measurement of user
  experience

Usability engineering demands that specific usability measures
  be made explicit as requirements

Usability specification
    –   usability attribute/principle
    –   measuring concept
    –   measuring method
    –   now level/ worst case/ planned level/ best case

Problems
    – usability specification requires level of detail that may not be
    – possible early in design satisfying a usability specification
    – does not necessarily satisfy usability
part of a usability
specification for a VCR

 Attribute: Backward recoverability
 Measuring concept:   Undo an erroneous programming
                      sequence
 Measuring method:    Number of explicit user actions
                      to undo current program
 Now level:           No current product allows such an undo
 Worst case:          As many actions as it takes to
                      program-in mistake
 Planned level:       A maximum of two explicit user actions
 Best case:           One explicit cancel action
ISO usability standard 9241

adopts traditional usability categories:

• effectiveness
  – can you achieve what you want to?
• efficiency
  – can you do it without wasting effort?
• satisfaction
  – do you enjoy the process?
some metrics from ISO 9241
Usability         Effectiveness       Efficiency            Satisfaction
objective         measures            measures              measures

Suitability       Percentage of       Time to               Rating scale
for the task      goals achieved      complete a task       for satisfaction

Appropriate for   Number of power     Relative efficiency   Rating scale for
trained users     features used       compared with         satisfaction with
                                      an expert user        power features

Learnability      Percentage of       Time to learn         Rating scale for
                  functions learned   criterion             ease of learning

Error tolerance   Percentage of       Time spent on         Rating scale for
                  errors corrected    correcting errors     error handling
                  successfully
Iterative design and
prototyping
• Iterative design overcomes inherent problems of incomplete
  requirements

• Prototypes
   – simulate or animate some features of intended system
   – different types of prototypes
        • throw-away
        • incremental
        • evolutionary


• Management issues
   –   time
   –   planning
   –   non-functional features
   –   contracts
Techniques for prototyping
Storyboards
   need not be computer-based
   can be animated

Limited functionality simulations
   some part of system functionality provided by designers
   tools like HyperCard are common for these
   Wizard of Oz technique

Warning about iterative design
   design inertia – early bad decisions stay bad
   diagnosing real usability problems in prototypes….
        …. and not just the symptoms
Design rationale

Design rationale is information that explains why
a computer system is the way it is.

Benefits of design rationale
   –   communication throughout life cycle
   –   reuse of design knowledge across products
   –   enforces design discipline
   –   presents arguments for design trade-offs
   –   organizes potentially large design space
   –   capturing contextual information
Design rationale (cont’d)

Types of DR:
• Process-oriented
  – preserves order of deliberation and decision-making
• Structure-oriented
  – emphasizes post hoc structuring of considered
    design alternatives


• Two examples:
  – Issue-based information system (IBIS)
  – Design space analysis
Issue-based information
system (IBIS)
• basis for much of design rationale research
• process-oriented
• main elements:
  issues
      – hierarchical structure with one ‘root’ issue
   positions
      – potential resolutions of an issue
   arguments
      – modify the relationship between positions and issues

• gIBIS is a graphical version
structure of gIBIS
                                                           supports
                                              Position                  Argument
                                     responds to
                 Issue
                                     responds to
                                                           objects to
                                              Position                  Argument
   specializes



Sub-issue                                  generalizes

                         questions

                                                   Sub-issue

                     Sub-issue
Design space analysis

• structure-oriented

• QOC – hierarchical structure:
  questions (and sub-questions)
      – represent major issues of a design
  options
      – provide alternative solutions to the question
  criteria
      – the means to assess the options in order to make a choice


• DRL – similar to QOC with a larger language
  and more formal semantics
the QOC notation
                      Criterion
           Option


Question   Option     Criterion


           Option     Criterion


           …        Consequent    …
Question
                     Question
Psychological design rationale

• to support task-artefact cycle in which user tasks are
  affected by the systems they use
• aims to make explicit consequences of design for users
• designers identify tasks system will support
• scenarios are suggested to test task
• users are observed on system
• psychological claims of system made explicit
• negative aspects of design can be used to improve next
  iteration of design
Summary

The software engineering life cycle
   – distinct activities and the consequences for
     interactive system design
Usability engineering
   – making usability measurements explicit as
     requirements
Iterative design and prototyping
   – limited functionality simulations and animations
Design rationale
   – recording design knowledge
   – process vs. structure

Contenu connexe

Tendances

Nota sendiri hci-HCI
Nota sendiri hci-HCINota sendiri hci-HCI
Nota sendiri hci-HCI
Shafy Fify
 
Interview with a tester
Interview with a testerInterview with a tester
Interview with a tester
Johan Hoberg
 

Tendances (19)

Nota sendiri hci-HCI
Nota sendiri hci-HCINota sendiri hci-HCI
Nota sendiri hci-HCI
 
Planning and usability evaluation methods
Planning and usability evaluation methodsPlanning and usability evaluation methods
Planning and usability evaluation methods
 
Visualizing non-functional requirements
Visualizing non-functional requirementsVisualizing non-functional requirements
Visualizing non-functional requirements
 
Ch 9-design-engineering
Ch 9-design-engineeringCh 9-design-engineering
Ch 9-design-engineering
 
Foundations understanding users and interactions
Foundations  understanding users and interactionsFoundations  understanding users and interactions
Foundations understanding users and interactions
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
 
Interview with a tester
Interview with a testerInterview with a tester
Interview with a tester
 
Prvt file test
Prvt file testPrvt file test
Prvt file test
 
Design process design rules
Design process  design rulesDesign process  design rules
Design process design rules
 
Unit IV Software Engineering
Unit IV Software EngineeringUnit IV Software Engineering
Unit IV Software Engineering
 
1 introduction (1)
1 introduction (1)1 introduction (1)
1 introduction (1)
 
Analysis
AnalysisAnalysis
Analysis
 
An introduction to software engineering
An introduction to software engineeringAn introduction to software engineering
An introduction to software engineering
 
Chapter 21 project management concepts
Chapter 21 project management conceptsChapter 21 project management concepts
Chapter 21 project management concepts
 
SOFTWARE ENGINEERING
SOFTWARE ENGINEERINGSOFTWARE ENGINEERING
SOFTWARE ENGINEERING
 
Unit 8 software quality and matrices
Unit 8 software quality and matricesUnit 8 software quality and matrices
Unit 8 software quality and matrices
 
The Design Process
The Design ProcessThe Design Process
The Design Process
 
Iteration and prototyping
Iteration and prototypingIteration and prototyping
Iteration and prototyping
 
Check upload1
Check upload1Check upload1
Check upload1
 

Similaire à E3 chap-06

Software Engineering The Multiview Approach And Wisdm
Software Engineering   The Multiview Approach And WisdmSoftware Engineering   The Multiview Approach And Wisdm
Software Engineering The Multiview Approach And Wisdm
guestc990b6
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
Slideshare
 
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDpptunit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
WrushabhShirsat3
 

Similaire à E3 chap-06 (20)

e3-chap-06.ppt
e3-chap-06.ppte3-chap-06.ppt
e3-chap-06.ppt
 
HCI-in-sw-process.ppt
HCI-in-sw-process.pptHCI-in-sw-process.ppt
HCI-in-sw-process.ppt
 
Unit V.pptx
Unit V.pptxUnit V.pptx
Unit V.pptx
 
E3 chap-06
E3 chap-06E3 chap-06
E3 chap-06
 
Chapter 5 software process
Chapter 5 software processChapter 5 software process
Chapter 5 software process
 
Hci In The Software Process
Hci In The Software ProcessHci In The Software Process
Hci In The Software Process
 
HCI - Chapter 6
HCI - Chapter 6HCI - Chapter 6
HCI - Chapter 6
 
HCI 3e - Ch 6: HCI in the software process
HCI 3e - Ch 6:  HCI in the software processHCI 3e - Ch 6:  HCI in the software process
HCI 3e - Ch 6: HCI in the software process
 
Human Computer Interaction in software process.ppt
Human Computer Interaction in software process.pptHuman Computer Interaction in software process.ppt
Human Computer Interaction in software process.ppt
 
Unit ii
Unit   iiUnit   ii
Unit ii
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
HCI Chapter_2.pdf
HCI Chapter_2.pdfHCI Chapter_2.pdf
HCI Chapter_2.pdf
 
HCI Chapter_2.ppt
HCI Chapter_2.pptHCI Chapter_2.ppt
HCI Chapter_2.ppt
 
Software Engineering The Multiview Approach And Wisdm
Software Engineering   The Multiview Approach And WisdmSoftware Engineering   The Multiview Approach And Wisdm
Software Engineering The Multiview Approach And Wisdm
 
[2015/2016] Software development process
[2015/2016] Software development process[2015/2016] Software development process
[2015/2016] Software development process
 
Fostering MBSE in Engineering Culture
Fostering MBSE in Engineering CultureFostering MBSE in Engineering Culture
Fostering MBSE in Engineering Culture
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
The Role of the Software Architect (short version)
The Role of the Software Architect (short version)The Role of the Software Architect (short version)
The Role of the Software Architect (short version)
 
Software Development
Software DevelopmentSoftware Development
Software Development
 
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDpptunit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
unit-iipart-1.WDQWDQWDQWDQWDQWDQWDQWDQWDQWDppt
 

Plus de Lukmanulhakim Almamalik

Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)
Lukmanulhakim Almamalik
 
Buku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisiBuku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisi
Lukmanulhakim Almamalik
 

Plus de Lukmanulhakim Almamalik (20)

Promoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdfPromoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdf
 
UU_Perindustrian_No_3_2014.pdf
UU_Perindustrian_No_3_2014.pdfUU_Perindustrian_No_3_2014.pdf
UU_Perindustrian_No_3_2014.pdf
 
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLEPENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLE
 
Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]
 
Buku systems thinking
Buku systems thinkingBuku systems thinking
Buku systems thinking
 
Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)
 
Buku informasi tik.cs03.016.01
Buku informasi tik.cs03.016.01Buku informasi tik.cs03.016.01
Buku informasi tik.cs03.016.01
 
Buku informasi tik.cs03.011.01
Buku informasi tik.cs03.011.01Buku informasi tik.cs03.011.01
Buku informasi tik.cs03.011.01
 
Tik.cs03.008.01 buku informasi
Tik.cs03.008.01 buku informasiTik.cs03.008.01 buku informasi
Tik.cs03.008.01 buku informasi
 
Tik.cs03.007.01 buku informasi
Tik.cs03.007.01 buku informasiTik.cs03.007.01 buku informasi
Tik.cs03.007.01 buku informasi
 
Tik.cs03.006.01 buku informasi
Tik.cs03.006.01 buku informasiTik.cs03.006.01 buku informasi
Tik.cs03.006.01 buku informasi
 
Tik.cs02.053.01 buku informasi
Tik.cs02.053.01 buku informasiTik.cs02.053.01 buku informasi
Tik.cs02.053.01 buku informasi
 
Buku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisiBuku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisi
 
Buku informasi tik.cs03.010.01
Buku informasi tik.cs03.010.01Buku informasi tik.cs03.010.01
Buku informasi tik.cs03.010.01
 
Buku informasi memperbaiki monitor
Buku informasi   memperbaiki monitorBuku informasi   memperbaiki monitor
Buku informasi memperbaiki monitor
 
Ch22
Ch22Ch22
Ch22
 
Ch21
Ch21Ch21
Ch21
 
Ch20
Ch20Ch20
Ch20
 
Ch19
Ch19Ch19
Ch19
 
Ch18
Ch18Ch18
Ch18
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Dernier (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

E3 chap-06

  • 1. chapter 6 HCI in the software process
  • 2. HCI in the software process • Software engineering and the design process for interactive systems • Usability engineering • Iterative design and prototyping • Design rationale
  • 3. the software lifecycle • Software engineering is the discipline for understanding the software design process, or life cycle • Designing for usability occurs at all stages of the life cycle, not as a single isolated activity
  • 4. The waterfall model Requirements specification Architectural design Detailed design Coding and unit testing Integration and testing Operation and maintenance
  • 5. Activities in the life cycle Requirements specification designer and customer try capture what the system is expected to provide can be expressed in natural language or more precise languages, such as a task analysis would provide Architectural design high-level description of how the system will provide the services required factor system into major components of the system and how they are interrelated needs to satisfy both functional and nonfunctional requirements Detailed design refinement of architectural components and interrelations to identify modules to be implemented separately the refinement is governed by the nonfunctional requirements
  • 6. Verification and validation Real-world requirements and constraints The formality gap Verification designing the product right Validation designing the right product The formality gap validation will always rely to some extent on subjective means of proof Management and contractual issues design in commercial and legal contexts
  • 7. The life cycle for interactive systems Requirements cannot assume a linear specification sequence of activities Architectural as in the waterfall model design Detailed design Coding and unit testing Integration lots of feedback! and testing Operation and maintenance
  • 8. Usability engineering The ultimate test of usability based on measurement of user experience Usability engineering demands that specific usability measures be made explicit as requirements Usability specification – usability attribute/principle – measuring concept – measuring method – now level/ worst case/ planned level/ best case Problems – usability specification requires level of detail that may not be – possible early in design satisfying a usability specification – does not necessarily satisfy usability
  • 9. part of a usability specification for a VCR Attribute: Backward recoverability Measuring concept: Undo an erroneous programming sequence Measuring method: Number of explicit user actions to undo current program Now level: No current product allows such an undo Worst case: As many actions as it takes to program-in mistake Planned level: A maximum of two explicit user actions Best case: One explicit cancel action
  • 10. ISO usability standard 9241 adopts traditional usability categories: • effectiveness – can you achieve what you want to? • efficiency – can you do it without wasting effort? • satisfaction – do you enjoy the process?
  • 11. some metrics from ISO 9241 Usability Effectiveness Efficiency Satisfaction objective measures measures measures Suitability Percentage of Time to Rating scale for the task goals achieved complete a task for satisfaction Appropriate for Number of power Relative efficiency Rating scale for trained users features used compared with satisfaction with an expert user power features Learnability Percentage of Time to learn Rating scale for functions learned criterion ease of learning Error tolerance Percentage of Time spent on Rating scale for errors corrected correcting errors error handling successfully
  • 12. Iterative design and prototyping • Iterative design overcomes inherent problems of incomplete requirements • Prototypes – simulate or animate some features of intended system – different types of prototypes • throw-away • incremental • evolutionary • Management issues – time – planning – non-functional features – contracts
  • 13. Techniques for prototyping Storyboards need not be computer-based can be animated Limited functionality simulations some part of system functionality provided by designers tools like HyperCard are common for these Wizard of Oz technique Warning about iterative design design inertia – early bad decisions stay bad diagnosing real usability problems in prototypes…. …. and not just the symptoms
  • 14. Design rationale Design rationale is information that explains why a computer system is the way it is. Benefits of design rationale – communication throughout life cycle – reuse of design knowledge across products – enforces design discipline – presents arguments for design trade-offs – organizes potentially large design space – capturing contextual information
  • 15. Design rationale (cont’d) Types of DR: • Process-oriented – preserves order of deliberation and decision-making • Structure-oriented – emphasizes post hoc structuring of considered design alternatives • Two examples: – Issue-based information system (IBIS) – Design space analysis
  • 16. Issue-based information system (IBIS) • basis for much of design rationale research • process-oriented • main elements: issues – hierarchical structure with one ‘root’ issue positions – potential resolutions of an issue arguments – modify the relationship between positions and issues • gIBIS is a graphical version
  • 17. structure of gIBIS supports Position Argument responds to Issue responds to objects to Position Argument specializes Sub-issue generalizes questions Sub-issue Sub-issue
  • 18. Design space analysis • structure-oriented • QOC – hierarchical structure: questions (and sub-questions) – represent major issues of a design options – provide alternative solutions to the question criteria – the means to assess the options in order to make a choice • DRL – similar to QOC with a larger language and more formal semantics
  • 19. the QOC notation Criterion Option Question Option Criterion Option Criterion … Consequent … Question Question
  • 20. Psychological design rationale • to support task-artefact cycle in which user tasks are affected by the systems they use • aims to make explicit consequences of design for users • designers identify tasks system will support • scenarios are suggested to test task • users are observed on system • psychological claims of system made explicit • negative aspects of design can be used to improve next iteration of design
  • 21. Summary The software engineering life cycle – distinct activities and the consequences for interactive system design Usability engineering – making usability measurements explicit as requirements Iterative design and prototyping – limited functionality simulations and animations Design rationale – recording design knowledge – process vs. structure