www.Bzupages.com Chap#11 www.Bzupages.com What is User Support?

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

Human Computer Interface
Chapter 12 cognitive models.
Chapter 11 user support. Issues –different types of support at different times –implementation and presentation both important –all need careful design.
Tutorial 12: Enhancing Excel with Visual Basic for Applications
SYSTEM PROGRAMMING & SYSTEM ADMINISTRATION
Help and Documentation. 2 Agenda User Support Requirements Types of doc/help User Support Approaches Presentation issues.
1 Windows CIS*2450 Advancing Computing Techniques.
COMP 3715 Spring 05. Computer Interface Interaction between human and computer Has to deal with two things  User’s mental model Different user has different.
1 DAFFODIL Effective Support for Using Digital Libraries Norbert Fuhr University of Duisburg-Essen, Germany.
User Interface Design Notes p7 T120B pavasario sem.
Dialog Styles. The Five Primary Styles of Interaction 4 Menu selection 4 Form fill-in 4 Command language 4 Natural language 4 Direct manipulation.
Help and Documentation zUser support issues ydifferent types of support at different times yimplementation and presentation both important yall need careful.
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.
Case study - usability evaluation Howell Istance.
Designing Help… Mark Johnson Providing Support Issues –different types of support at different times –implementation and presentation both important.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 1: Introduction to Decision Support Systems Decision Support.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
Help and Documentation CSCI324, IACT403, IACT 931, MCS9324 Human Computer Interfaces.
User interface design Designing effective interfaces for software systems Objectives To suggest some general design principles for user interface design.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Statistical Natural Language Processing. What is NLP?  Natural Language Processing (NLP), or Computational Linguistics, is concerned with theoretical.
Microsoft Office Word 2013 Expert Microsoft Office Word 2013 Expert Courseware # 3251 Lesson 4: Working with Forms.
Semantic Web Technologies Lecture # 2 Faculty of Computer Science, IBA.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
MS Access Advanced Instructor: Vicki Weidler Assistant:
1 ISE 412 Human-Computer Interaction Design process Task and User Characteristics Guidelines Evaluation.
1 USING EXPERT SYSTEMS TECHNOLOGY FOR STUDENT EVALUATION IN A WEB BASED EDUCATIONAL SYSTEM Ioannis Hatzilygeroudis, Panagiotis Chountis, Christos Giannoulis.
Microsoft Wang Li, Wang Yini, Li YIcheng.  This is a presentation about Microsoft Windows7 guidelines  Wang Li K8wali00  Li Yicheng K8liyi00  Wang.
1 Lecture 16 - Chapter 11 User support Issues –different types of support at different times –implementation and presentation both important –all need.
User Support.
CSC141 Introduction to Computer Programming
11.10 Human Computer Interface www. ICT-Teacher.com.
Course Instructor: K ashif I hsan 1. Chapter # 2 Kashif Ihsan, Lecturer CS, MIHE2.
10/8/2015© Jeff Offutt, Menu Design Guidelines Jeff Offutt SWE 432 Design and Implementation of Software for.
Help and Documentation. Overview zUsers require different types of support at different times but all user support should fulfil some basic requirements.
Lecture 16 user support. Today’s Outline Users have different requirements for support at different times. User support should be:  available but unobtrusive.
MULTIMEDIA DEFINITION OF MULTIMEDIA
Python – Part 1 Python Programming Language 1. What is Python? High-level language Interpreted – easy to test and use interactively Object-oriented Open-source.
CHAPTER TEN AUTHORING.
CMPUT 301: Lecture 27 Help and Documentation Martin Jagersand Department of Computing Science University of Alberta.
User Support Chapter 8. Overview Assumption/IDEALLY: If a system is properly design, it should be completely of ease to use, thus user will require little.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
INTRODUCTION TO USER DOCUMENTATION Function and purpose Production specifications Evaluate the effectiveness.
Slide 5-1 Chapter 5 Terms Applications Software for Business Introduction to Information Systems Judith C. Simon.
Usability 1 Usability evaluation Without users - analytical techniques With users - survey and observational techniques.
Material from Authors of Human Computer Interaction Alan Dix, et al
Computing System Fundamentals 3.1 Language Translators.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
User support. Issues –different types of support at different times –implementation and presentation both important –all need careful design Types of.
Fall 2002CS/PSY Help and Documentation It’s In The Manual Agenda Guidelines Types of doc/help Presentation issues Doc organization.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
Human-Computer Interaction Design process Task and User Characteristics Guidelines Evaluation ISE
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Introduction to Computer Programming Concepts M. Uyguroğlu R. Uyguroğlu.
DOCUMENTATION REF: Essentials of IT (Hamilton et al) Chapter 1.
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
Chapter 11 user support. Overview Users require different types of support at different times. There are four main types of assistance that users require:
Human Computer Interaction Lecture 21 User Support
Classifications of Software Requirements
Human Computer Interaction Lecture 15 Usability Evaluation
Human Computer Interaction Lecture 21,22 User Support
CHAPTER 1 Introduction BIC 3337 EXPERT SYSTEM.
Architecture Components
Provide Effective Feedback and Guidance and Assistance
Chapter 11 user support.
Proper functionality Good human computer interface Easy to maintain
Help and Documentation It’s In The Manual
Cognitive models linguistic physical and device architectural
Presentation transcript:

Chap#11

What is User Support?

Issues –different types of support at different times –implementation and presentation both important –all need careful design

Types of user support Quick reference Task specific help Full explanation Tutorial

Difference b/w Help & Documentation –help - problem-oriented and specific –documentation - system-oriented and general –same design principles apply to both

Requirements Availability –continuous access concurrent to main application Accuracy and completeness –help matches and covers actual system behaviour Consistency –between different parts of the help system and paper documentation Robustness –correct error handling and unpredictable behaviour Flexibility –allows user to interact in a way appropriate to experience and task Unobtrusiveness –does not prevent the user continuing with work

Approaches to user support Command assistance –User requests help on particular command e.g., UNIX man, DOS help –Good for quick reference –Assumes user know what to look for Command prompts –Provide information about correct usage when an error occurs –Good for simple syntactic errors –Also assumes knowledge of the command

Approaches to user support (ctd) Context sensitive help –help request interpreted according to context in which it occurs. e.g. tooltips On-line tutorials –user works through basics of application in a test environment. –can be useful but are often inflexible. On-line documentation –paper documentation is made available on computer. –continually available in common medium –can be difficult to browse –hypertext used to support browsing.

Wizards –task specific tool leads the user through task, step by step, using user’s answers to specific questions –useful for safe completion of complex or infrequent tasks –constrained task execution so limited flexibility –must allow user to go back

Assistants –monitor user behaviour and offer contextual advice –can be irritating e.g. MS paperclip –must be under user control e.g. XP smart tag

Shahrukh 07-22

Adaptive Help Systems Use knowledge of the context, individual user, task, domain and instruction to provide help adapted to user's needs. Problems knowledge requirements considerable who has control of the interaction? what should be adapted? what is the scope of the adaptation?

Knowledge representation User modeling All help systems have a model of the user single, generic user (non-intelligent) user-configured model (adaptable) system-configure model (adaptive)

Approaches to user modelling Quantification user moves between levels of expertise based on quantitative measure of what he knows. Stereotypes user is classified into a particular category. Overlay idealized model of expert use is constructed actual use compared to ideal model may contain the commonality or difference Special case: user behaviour compared to known error catalogue

Knowledge representation Domain and task modelling Covers common errors and tasks current task Usually involves analysis of command sequences. Problems representing tasks interleaved tasks user intention

Atif Aneeq 07-15

Knowledge representation Advisory strategy Involves choosing the correct style of advice for a given situation. e.g. reminder, tutorial, etc.

Cont… Few intelligent help systems model advisory strategy, but choice of strategy is still important.

Techniques for knowledge representation rule based (e.g. logic, production rules) knowledge presented as rules and facts interpreted using inference mechanism can be used in relatively large domains. frame based (e.g. semantic network) knowledge stored in structures with slots to be filled useful for a small domain. network based knowledge represented as relationships between facts can be used to link frames. example based knowledge represented implicitly within decision structure trained to classify rather than programmed with rules requires little knowledge acquisition

Rule Based If Command is EDIT file1 AND Last Command is COMPILE THEN task is debug

Problems with knowledge representation and modelling knowledge acquisition resources interpretation of user behaviour

Issues in adaptive help (1-2) Initiative does the user retain control can the system direct the interaction? can the system interrupt the user to offer help?

Issues in adaptive help (2-2) Effect what is going to be adapted and what information is needed to do this? only model what is needed. Scope is modelling at application or system level? latter more complex e.g. expertise varies between applications.

Wasif Laeeq 07-01

Designing user support User support is not an `add on’ should be designed integrally with the system. Concentrate on content and context of help rather than technological issues.

Presentation issues How is help requested? How is help displayed? Effective presentation requirements

How is help requested? Command button function (on/off) separate application

command

command

Button

Function

Office assistant enabled

Shows help when turned ON

Separate Application

Separate Application

How is help displayed? new window whole screen split screen pop-up boxes hint icons

New Window

Whole Screen (1/3)

Whole Screen (2/3)

Whole Screen (3/3)

Split Screen

Popup Box

Hint icons

Effective presentation requires clear, familiar, consistent language instructional rather than descriptive language avoidance of blocks of text clear indication of summary and example information

Implementation issues Is help –operating system command –meta command –application Structure of help data –single file –file hierarchy –database What resources are available? screen space memory capacity speed Issues flexibility and extensibility hard copy browsing

Single file How to save Press CTRL+S How to Close Press ALT+F4