Lecture 7: Errors Flashcards
What are the four error types?
- Slips
- Lapses
- Mistakes
- Mode
What are Slip errors?
Slips are errors with regards to a failure of execution.
What are Lapse errors?
Lapses are errors with regards to a failure of memory.
What are Mistakes?
Mistakes are errors with regards to using a wrong procedure to try achieve a certain goal.
What are two types of Slip errors?
- Capture
2. Description
What is the Capture slip error?
A capture slip error is when you start executing one sequence of actions, but drift into another, usually more familiar sequence.
What is the Description slip error?
A description slip error is when two actions are very similar, the users accidentally substitutes one for another.
What are the three types of lapse errors?
- Loss of intention
- Omissions due to interruption
- Omissions due to already-satisfied goal
What are Modes?
Modes are states in which actions have different meanings e.g. CAPS LOCK.
What are Mode errors?
Mode errors are generally slips (errors) in the execution of a learned procedure, caused by failing to correctly evaluate the state of the interface.
What are the two steps that can be taken to avoid capture and description slips?
- Avoid actions with very similar descriptions, the opposite of the consistency heuristics - different things should look and act differently.
- Keep dangerous commands away from common ones
What are the three steps that can be taken to avoid mode errors?
- Eliminate modes
- Increase visibility of mode
- Spring-loaded or temporary modes
What are the three steps that can be taken to avoid lapses?
- Keep procedures short
- Minimise interruptions
- Using forcing functions
What are the four general steps which can be taken for error prevention?
- Disable illegal commands
- Use menus and forms, no command languages
- All needed information should be visible
- Use combo boxes, not text boxes
What are the two key points around confirmation dialogues?
- Frequent commands should avoid confirmations.
- Operations that are very hard to reverse may deserve confirmation.