C4.25.3Visible degraded-mode statedesignresearch

Fallback should not happen silently; users need to know they are in a degraded state

Aliases: silent fallback · visible degradation · degraded state

What it is

The system has already entered the fallback script—the vocabulary shrank, buttons were raised—yet if the UI still looks like it did thirty seconds ago, users will keep performing fine motions that have been switched off, or treat the buttons as advertising. Degraded state must be visible: what still works, what does not, and why it changed, readable on the spot. Silent fallback turns an emergency into another round of “random breakage.”

Why it happens

People predict the next step from a mental model. Fallback rewrites the input contract: some poses are no longer listened for, another channel suddenly counts. If the contract changes without being posted, prediction error is billed to the self or the device, not to “the rules already switched.” Visibility need not be a banner. It can be a toolbar that only lights still-live gestures, a change of cursor shape, a short status tone, a lamp on a physical remote. What matters is a stable, comparable difference from the happy path’s look. Leaving fallback has to be posted too, or users will keep avoiding fine motion, or keep hunting buttons that have been withdrawn.

Studying it

After injected failure and entry into fallback, give no extra spoken briefing and ask “how do you continue now.” Code whether they name the correct channel and whether they still perform retired gestures. Compare no visual change, a status bar, and channel highlighting. After leaving fallback, measure how long until they dare use the full vocabulary again. Dependent measures are time to the first correct action and count of wrong attempts, not whether they liked the banner.

Where it stops holding

In driving or surgery a large banner blocks the view; visibility has to move onto a status lamp already in use, or one spoken sentence, not a new modal. Far-field users who never look at the screen cannot be reached by a visual-only change. If fallback is entered and left often, announcing every entry becomes noise; use hysteresis and a persistent “still degraded” indicator rather than interrupting on each entry. Children may not read “recognition degraded”; visibility then wants an imperative such as “press the button below.”

Applying it

  • Change one stable chrome element on both enter and leave (gesture diagram goes grey, a button bar slides out). Do not rely only on a toast that vanishes.
  • Copy should say what to do, not an internal reason code. When a reason is needed, use “not enough light; using keys.”
  • Accept without briefing fallback: the first action after the look changes should be one inside the new contract. If they still pinch a retired pose, visibility failed.

Related

  • Same group: C4.25.1 When recognition fails, the system should follow a predefined fallback rather than going silent · C4.25.2 Fallback can mean shrinking to a simpler gesture set or switching to another modality · C4.25.4 Without a predefined fallback, edge cases present as random system failure
  • Adjacent: C4.29 Visibility of capture state · C4.26 Distinguishing three-state feedback
  • Search: degraded mode · mode visibility · silent fallback

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C4.25.3