Sei sulla pagina 1di 25

Human-Computer Interaction

User Support
Requirement of user support
Approaches to user support
Adaptive Help System

Shermeen Adnan
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
• Provided by help and documentation
– help - problem-oriented and specific
– documentation - system-oriented and general
– same design principles apply to both
Types of user support
• Quick reference is used primarily as a reminder to the user
of the details of tools he is basically familiar with and has
used before.
• It may, for example, be used to find a particular command
option, or to remind the user of the syntax of the command.
Types of user support
• Task-specific help is required when the user has encountered
a problem in performing a particular task or when he is
uncertain how to apply the tool to his particular problem.
• The help that is offered is directly related to what is being
done.
Types of user support
• The more experienced or inquisitive user may require
a full explanation of a tool or command to enable him
to understand it more fully.
• This explanation will almost certainly include
information that the user does not need at that time.
• Tutorial is particularly aimed at new users of
a tool and provides step-by-step instruction (perhaps
by working through examples) of how to use the tool.
Types of user support
Requirements of User Support (Features)
• 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 predictable 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
• Context sensitive help
– help request interpreted according to context
in which it occurs. e.g. tooltips
Approaches to user support
• On-line tutorials
– user works through basics of application in a test
environment.
– can be useful but are often in flexible.
• 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.
Approaches to user support
• Wizards
– task specific tool leads the user through task, step
by step, using user’s answers to specific questions
– example: resumé
– useful for safe completion of complex or
infrequent tasks
– constrained task execution so limited flexibility
– must allow user to go back
Approaches to user support
• Assistants
– monitor user behavior and offer
suggestions
– unobtrusive and under user control
– ‘Clippy’ not unobtrusive, suggestions
inappropriate
– MS Office smart tags appear near object
of interest
wizards and assistants
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?
Adaptive Help Systems
• Knowledge representation: User modelling
– 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
• Stereotypes
• Overlay
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
Adaptive Help Systems
• 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
Adaptive Help Systems
• Knowledge representation : Advisory strategy
– involves choosing the correct style of advice for a
given situation.
e.g. reminder, tutorial, etc.
– few intelligent help systems model advisory
strategy, but choice of strategy is still important.
Adaptive Help Systems
• 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
Adaptive Help Systems
• Problems with knowledge representation and
modelling
– knowledge acquisition
– resources
– interpretation of user behaviour
Adaptive Help Systems
• Issues in adaptive help
– Initiative
• does the user retain control or can the system direct the
interaction?
• can the system interrupt the user to offer help?
– 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.
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.
Designing user support
• Presentation issues
– How is help requested?
• command, button, function (on/off), separate
application
– How is help displayed?
• new window, whole screen, split screen, pop-up
boxes, 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
Designing user support
• Implementation issues • Implementation issues
• Is help • What resources are
– operating system available?
command – screen space
– meta command – memory capacity
– Application – Speed
• Structure of help data • Issues
– single file – flexibility and extensibility
– file hierarchy – hard copy
– database – browsing
Summary
• Users require different support at different times
• User support should be:
– available but unobtrusive
– accurate and robust
– consistent and flexible

• User support comes in a number of styles:


– command-based, context sensitive help
– tutorial, online doc, wizards and assistants
– adaptive help

• Design of user support must take account of:


– presentation and implementation issues

Potrebbero piacerti anche