A11.02.7Higher error frequency in children raises the bar for undoresearchdesign

Children mis-tap far more than adults, which makes reliable undo more urgent for them

Aliases: undo frequency children · error rate children · error budget children

What it is

Weak aiming precision, difficulty completing drags and long-presses, exploratory tapping, and misreadings caused by limited literacy are each independent constraints, but stacked together they push a child's overall error rate on an interface well above an adult's. That means undo can't be configured as an edge-case safety net in a child-facing product — it has to be a core capability, budgeted and designed for a frequency far above the adult baseline.

Why it happens

The strength of an undo mechanism is usually configured implicitly against an assumed error rate: a low expected error rate lets undo stay unobtrusive with a few extra steps to recover; a high expected error rate forces undo to be immediately reachable with near-zero recovery cost, or the whole experience gets dragged down by a constant error-find-undo-recover loop. A child user's error rate isn't the product of one single cause — it's the stacked effect of several independent constraints discussed elsewhere, and that stacking is exactly what makes an undo mechanism calibrated to adult error rates systematically under-provisioned when reused in a child-facing product.

Studying it

The way to check whether undo provisioning is adequate is to collect operation logs from children in the target age band completing a set of representative tasks, compute the share of all actions that are error actions, and compare that share against the adult baseline on comparable tasks. What matters here is the order-of-magnitude gap in that share, not the specific error types — those are already covered by the individual constraints elsewhere — because the goal here is a single aggregate frequency number that can be turned directly into a budget.

Where it stops holding

This applies to scenarios where children operate independently and the task genuinely requires multi-step interaction. For extremely simple actions (a single tap to advance to the next screen, say, with almost no room for error), the stacking effect is negligible and doesn't call for reinforced undo. The gap also narrows toward the adult level as children get older, so applying the undo strength calibrated for the youngest band unchanged to adolescents is overkill — undo's visibility and the number of steps to reach it should be tiered by age band rather than using one setting across the whole range.

Applying it

  • Make undo a persistently visible, one-step-reachable feature on the core action path rather than a secondary function buried in a menu — children rarely go looking for undo mid-task, so it needs to already be in view.
  • Support undoing several consecutive steps, not just the most recent one, since a child's mis-operations tend to arrive as a run rather than a single isolated slip; an undo limited to the last step alone doesn't cover the actual error pattern.
  • Verification: measure the ratio of undo triggers to total actions for children in the target age band completing a task, and compare its order of magnitude against the adult baseline. If the ratio is markedly higher but undo's visibility and reach are configured the same as in an adult product, provisioning hasn't kept up with actual demand and reachability needs to be rebudgeted against that ratio.

Related

  • Same group: A11.02.2 Fine-motor development caps drag and long-press completion rates · A11.02.5 Exploratory manipulation outpaces consequence assessment
  • Adjacent: A10.08 Error tolerance and graceful degradation · A11.03.5 Undo stays persistently visible to reduce operating anxiety
  • Search: undo frequency · error rate children · error budget

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/A11.02.7