Human Computer Interactive Systems

Jeewantha Lahiru
12 min readDec 27, 2020

Human–computer interaction (HCI) studies the design and use of computer technology, focused on the interfaces between people (users) and computers. Researchers in the field of HCI observe the ways in which humans interact with computers and design technologies that let humans interact with computers in novel ways.

Design rules for Interactive Systems

Human Computer Interaction is a must to have design rules which can follow to increase the usability of the eventual software product.

Principles are abstract design rules, with high generality and low authority. Principles can provide the repeatability which paradigms in themselves cannot provide. The principles can be divided into three main categories.

Principles of Learnability

Several principles support learnability, which focuses on the features in the software system that allows users to understand how it works or how to have a maximum level of performance. They are Predictability, Synthesizability, Familiarity, Generalizability, and Consistency. Predictability supports the user to determine the effect of future action based on past interaction history. For example, mathematical puzzles are given with three or more numbers to determine the next number. Synthesizability supports the user to assess the effect of past operations on the current state. Familiarity supports the extent to which a user’s knowledge and experience in other real-world or computer-based domains can be applied when interacting with a new system. Generalizability supports for the user to extend knowledge of specific interaction within and across applications to other similar situations. Consistency supports likeness in input-output behavior arising from similar situations or similar task objectives.

Principles of Flexibility

Flexibility means the multiplicity of ways in which the user and system exchange information. There should not be an tough way for user to get information from the system. It also includes the ability of the system to support user interaction for more than one task at a time. There are five principles that contribute to the flexibility.

01. Dialog initiative — Allowing the user freedom from artificial constraints on the input dialog imposed by the system
02. Multi-threading — Ability of the system to support user interaction pertaining to more than one task at a time
03. Task migratability — The ability to pass control for the execution of a given task so that it becomes either internalized by the user
or the system or shared between them
04. Substitutivity — Allowing equivalent values of input and output to be arbitrarily substituted for each other
05. Customizability — Modifiability of the user interface by the user or the system

Principles of Robustness

Robustness is the level of support provided to the user in determining successful achievement and assessment of goals. It is the extent to which the user can reach the intended goal after recognizing an error in the previous interaction. There are four principles related to Robustness.
01. Observability — Ability of the user to evaluate the internal state of the system from its perceivable representation
02. Recoverability — Ability of the user to take corrective action once an error has been recognized
03. Responsiveness — How the user perceives the rate of communication with the system
04. Task conformance — The degree to which the system services support all of the tasks the user wishes to perform and in the way that the user understands them

Standards and Guideline for Interactive systems

Standards for interactive system design are usually set by national or international bodies to ensure compliance with a set of design rules by a large community. Standards can be applied specifically for either the hardware or the software which are being used to build the interactive systems.
We have observed that the incompleteness of the theories underlying the design of interactive software make it difficult to produce authoritative and specific standards. As a result, the majority of design rules for interactive systems are suggestive and more general guidelines.

Shneidermans’s 8 Golden Rules

Shneiderman’s eight golden rules provide a convenient and succinct summary of the key principles of interface design. They are intended to be used during design but can also be applied, like Nielsen’s heuristics, to the evaluation of systems.

  1. Strive for consistency in action sequences, layout, terminology, command use and so on.
  2. Enable frequent users to use shortcuts, such as abbreviations, special key sequences and macros, to perform regular, familiar actions more quickly.
  3. Offer informative feedback for every user action, at a level appropriate to the magnitude of the action.
  4. Design dialogs to yield closure so that the user knows when they have completed a task.
  5. Offer error prevention and simple error handling so that, ideally, users are prevented from making mistakes and, if they do, they are offered clear and informative instructions to enable them to recover.
  6. Permit easy reversal of actions in order to relieve anxiety and encourage
    exploration, since the user knows that he can always return to the previous state.
  7. Support internal locus of control so that the user is in control of the system, which responds to his actions.
  8. Reduce short-term memory load by keeping displays simple, consolidating
    multiple page displays and providing time for learning action sequences.

Norman’s 7 Principles

  1. Use both knowledge in the world and knowledge in the head.
  2. Simplify the structure of tasks.
  3. Make things visible: bridge the gulfs of Execution and Evaluation.
  4. Get the mappings right.
  5. Exploit the power of constraints, both natural and artificial.
  6. Design for error.
  7. When all else fails, standardize.

Evaluation techniques for interactive systems

Evaluation is required for any systems to understand whether system is functioning in keeping with the necessities, whether or not it complies with rules and pointers, whether or not it’s needed standards etc. analysis mustn’t be thought of as one introduce the planning method. Ideally, analysis ought to occur throughout the planning life cycle, with the results of the analysis feeding into modifications to the planning.

Goals of Evaluation

  • to assess the extent and accessibility of the system’s functionality — The design of the interface should clearly reachable by the user in terms of the actions that the user needs to take to perform the task. And should include appropriate functionality within the system.
  • to assess users’ experience of the interaction — This includes considering aspects such as how easy the system is to learn, its usability, and the user’s satisfaction with it. And it may also include his enjoyment and emotional response, particularly in the case of systems that are aimed at leisure or entertainment.
  • to identify any specific problems with the system — This is related to both the functionality and usability of the design.

Evaluation through expert analysis

A number of ways are projected to judge interactive systems through expert analysis. These depend on the designer, or a personality’s factors expert, taking the planning and assessing the impact that it’ll have upon a typical user. the essential intention is to spot any areas that are probably to cause difficulties as a result of they violate acknowledged psychological feature principles, or ignore accepted empirical results. These ways are often used at any stage within the development method from a style specification, through storyboards and prototypes, to full implementations, creating them flexible evaluation approaches.

Cognitive walkthrough

Walkthroughs require a detailed review of a sequence of actions which refers to the steps that an interface will require a user to perform in order to accomplish some known task. The evaluators then ‘step through’ that action sequence to check it for potential usability problems. Usually, the main focus of the cognitive walkthrough is to establish how easy a system is to learn.

Heuristic evaluation

A heuristic is a guideline or general principle or rule of thumb that can guide a design decision or be used to critique a decision that has already been made. Heuristic evaluation is a method for structuring the critique of a system using a set of relatively simple and general heuristics. The general idea behind heuristic evaluation is that several evaluators independently critique a system to come up with potential usability problems.

Model-based evaluation

Certain cognitive and design models provide a means of combining design specification and evaluation into the same framework. Design methodologies, such as design rationale, also have a role to play in evaluation at the design stage. Dialog models can also be used to evaluate dialog sequences for problems, such as unreachable states, circular dialogs and complexity.

Evaluation through user participation

User participation in evaluation tends to occur in the later stages of development when there is at least a working prototype of the system in place.

Styles of evaluation

  1. Laboratory studies — users are taken out of their normal work environment to take part in controlled tests, often in a specialist usability laboratory.
  2. Field studies This takes the designer or evaluator out into the user’s work environment in order to observe the system in action.

There are different approaches to evaluation through user participation. These include empirical or experimental methods, observational methods, query techniques, and methods that use physiological monitoring, such as eye tracking and measures of heart rate and skin conductance.

Empirical methods: experimental evaluation

One of the most powerful methods of evaluating a design or an aspect of a design is to use a controlled experiment. This provides empirical evidence to support a particular claim or hypothesis.

Any experiment has the same basic form. Within this basic form there are a number of factors that are important to the overall reliability of the experiment, which must be considered carefully in experimental design. These include the participants chosen, the variables tested and manipulated, and the hypothesis tested.

Observational techniques

A popular way to gather information about actual use of a system is to observe users interacting with it. Usually they are asked to complete a set of predetermined tasks. The evaluator watches and records the users’ actions. Few techniques used to evaluate systems by observing user behavior are: Think aloud and cooperative evaluation, Protocol analysis, Automatic protocol analysis tools, Post-task walkthroughs.

Query techniques

These techniques relies on asking the user about the interface directly. Query techniques can be useful in eliciting detail of the user’s view of a system. It may be difficult to get accurate feedback about alternative designs if the user has not experienced them. There are two main types of query technique: Interviews, Questionnaires.

Evaluation through monitoring physiological responses

Interest has grown recently in the ways of monitoring physiological aspects of computer use. This will allow us not only to see more clearly exactly what users do when they interact with computers, but also to measure how they feel. The two areas receiving the most attention to date are eye tracking and physiological measurement.

Universal Design for Interactive Systems

Universal design is the process of designing products so that they can be used by as many people as possible in as many situations as possible. This means designing interactive systems that are usable by anyone, with any range of abilities, using any technology platform.

Universal Design Principles

The 7 Principles of Universal Design were developed in 1997 by a working group of architects, product designers, engineers and environmental design researchers, led by the late Ronald Mace in the North Carolina State University.

01. Equitable use The design is useful to people with a range of abilities and appealing to all. No user is excluded or stigmatized. Wherever possible, access should be the same for all, where identical use is not possible, equivalent use should be supported. Where appropriate, security, privacy and safety provision should be available to all.

02. Flexibility in use — The design allows for a range of ability and preference, through choice of methods of use and adaptivity to the user’s pace, precision and custom.

03. simple and intuitive to use — Use of the design is easy to understand, regardless of the user’s experience, knowledge, language skills, or current concentration level.

04.Perceptible information The design communicates necessary information effectively to the user, regardless of ambient conditions or the user’s sensory abilities.

05.Tolerance for error Minimizing the impact and damage caused by mistakes or unintended behavior. Potentially dangerous situations should be removed or made hard to reach. Potential hazards should be shielded by warnings. Systems should fail safe from the user’s perspective and users should be supported in tasks that require concentration.

06.Low physical effortSystems should be designed to be comfortable to use, minimizing physical effort and fatigue. The physical design of the system should allow the user to maintain a natural posture with reasonable operating effort. Repetitive or sustained actions should be avoided.

07.Requires size and space for approach and useThe placement of the system should be such that it can be reached and used by any user regardless of body size, posture or mobility. Important elements should be on the line of sight for both seated and standing users. All physical components should be comfortably reachable by seated or standing users. Systems should allow for variation in hand size and provide enough room for assistive devices to be used.

Multi-modal interaction

A system needs to provide information through more than one medium and that can be elicited through multi-modal interaction. Multi-modal interaction covers the five senses namely, sight, sound, touch, taste and smell. Sight. Anyhow, taste and smell are less appreciated, may be they will be needed in future.

Sound in the interface

Sound is an important contributor to usability. There is experimental evidence to suggest that the addition of audio confirmation of modes, in the form of changes in keyclicks, reduces errors. The dual presentation of information through sound and vision supports universal design, by enabling access for users with visual and hearing impairments respectively. It also enables information to be accessed in poorly lit or noisy environments. Sound can convey transient information and does not take up screen space, making it potentially useful for mobile applications.

Touch in the interface

Touch is the only sense that can be used to both send and receive information. The use of touch in the interface is known as haptic interaction. Haptics is a generic term relating to touch, but it can be roughly divided into two areas: cutaneous perception, which is concerned with tactile sensations through the skin; and kinesthetics, which is the perception of movement and position.

Handwriting recognition

Like speech, we consider handwriting to be a very natural form of communication. The idea of being able to interpret handwritten input is very appealing, and handwriting appears to offer both textual and graphical input using the same tools. There are problems associated with the use of handwriting as an input medium.

Gesture recognition

Gesture is a component of human–computer interaction that has become the subject of attention in multi-modal systems. Being able to control the computer with certain movements of the hand would be advantageous in many situations where there is no possibility of typing, or when other senses are fully occupied. It could also support communication for people who have hearing loss, if signing could be ‘translated’ into speech or vice versa.

Designing Interfaces for diversity

Interfaces are usually designed to cater for the ‘average’ user, but unfortunately this may exclude people who are not ‘average’. There are three main areas to be considered in this context namely disability, age and culture.

Disability

When designing interfaces in the context of a disability, sensory, physical and cognitive senses must be taken into account. Systems should provide a good form of communication for the visually impaired. Indeed, if you have hearing loss, computer technology can improve communication for deaf people. E-mail and instant messaging are great organizational tools and can be used by both hearing and deaf users. Speech and visual recognition systems can be added to systems to help people with disabilities.

Age

In this context, older people and children have specific needs when it comes to interactive technology. The requirements of the older population may differ significantly from other population groups, and will vary considerably within the population group. Mobile technologies can be used to provide memory aids where there is age-related memory loss. Like older people, children have distinct needs when it comes to technology, and again, as a population, they are diverse. It is therefore important to involve them in the design of interactive systems that are for their use, though this in itself can be challenging as they may not share the designer’s vocabulary or be able to verbalize what they think.

Culture

Cultural difference is often used synonymously with national differences but this is too simplistic. Factors such as age, gender, race, sexuality, class, religion and political persuasion, may all influence an individual’s response to a system. This is particularly the case when considering websites where often the explicit intention is to design for a particular culture or subculture.

--

--

Jeewantha Lahiru

Undergraduate Software Engineer in University of Kelaniya