Single-access to a function means that operators have only one way to activate a function.
Considerations in
overloading a control with
scenario-dependent or situation-dependent functions include:
Multi-access function activation enables flexible user control but is error prone. Whenever possible, avoid multi-access to reduce the rate of risky user errors and facilitate skill acquisition.
Single-access enables error prevention and error protection. Whenever applicable, implement a single option for each function. Select the option according to the expected usage rate.
Provide single-access to functions in the following conditions:
Provide multi-access to functions in the following conditions:
Updated on 20 Apr 2016.