Loading...
Loading...
Compare original and translation side by side
RT = a + b * log2(n+1)
Where:
RT = Reaction time
a = Time not involved in decision (physical movement, etc.)
b = Empirical constant (~0.155s for choice tasks)
n = Number of equally probable choicesRT = a + b * log2(n+1)
Where:
RT = Reaction time
a = Time not involved in decision (physical movement, etc.)
b = Empirical constant (~0.155s for choice tasks)
n = Number of equally probable choices| Choices | Relative Decision Time | User Experience |
|---|---|---|
| 2 | Baseline | Quick, confident |
| 4 | +1 unit | Still manageable |
| 8 | +2 units | Starting to slow |
| 16 | +3 units | Noticeable hesitation |
| 32 | +4 units | Overwhelm begins |
| 64+ | +5+ units | Paralysis likely |
| 选项数量 | 相对决策时间 | 用户体验 |
|---|---|---|
| 2 | 基准线 | 快速、有信心 |
| 4 | +1单位 | 仍可控 |
| 8 | +2单位 | 开始变慢 |
| 16 | +3单位 | 明显犹豫 |
| 32 | +4单位 | 开始出现不知所措 |
| 64+ | +5+单位 | 可能陷入选择瘫痪 |
User Satisfaction
^
| *
| * *
| * *
| * *
|* *____
+-----------------------> Number of Choices
Sweet spot
(4-7 items) User Satisfaction
^
| *
| * *
| * *
| * *
|* *____
+-----------------------> Number of Choices
Sweet spot
(4-7 items)| Screen/Flow | Decision Type | Options Count | Complexity |
|---|---|---|---|
| [Screen 1] | Navigation | [n] | [H/M/L] |
| [Screen 2] | Selection | [n] | [H/M/L] |
| [Screen 3] | Configuration | [n] | [H/M/L] |
| 页面/流程 | 决策类型 | 选项数量 | 复杂度 |
|---|---|---|---|
| [页面1] | 导航 | [n] | [高/中/低] |
| [页面2] | 选择 | [n] | [高/中/低] |
| [页面3] | 配置 | [n] | [高/中/低] |
Essential (keep) Nice-to-have (maybe) Remove
| | |
v v v
[_______] [_______] [_______]
[_______] [_______] [_______]
[_______] [_______] [_______]必要选项(保留) 非必要选项(可考虑) 移除选项
| | |
v v v
[_______] [_______] [_______]
[_______] [_______] [_______]
[_______] [_______] [_______]undefinedundefined| Location | Current Options | Target | Strategy |
|---|---|---|---|
| [Point 1] | [n] | [n] | [Chunk/Hide/Default] |
| [Point 2] | [n] | [n] | [Chunk/Hide/Default] |
| 位置 | 当前选项数量 | 目标数量 | 采用策略 |
|---|---|---|---|
| [决策点1] | [n] | [n] | [分组/隐藏/默认值] |
| [决策点2] | [n] | [n] | [分组/隐藏/默认值] |
undefinedundefinedInstead of:
[ ] Option A
[ ] Option B
[ ] Option C
Do:
[x] Option B (Recommended)
[ ] Option A
[ ] Option C替代方案:
[ ] Option A
[ ] Option B
[ ] Option C
推荐方案:
[x] Option B (Recommended)
[ ] Option A
[ ] Option CBasic Options
[Configure]
v Advanced (click to expand)
[_] Setting 1
[_] Setting 2基础选项
[配置]
v 高级设置(点击展开)
[_] Setting 1
[_] Setting 2Instead of 12 flat options:
Category A Category B Category C
- Item 1 - Item 5 - Item 9
- Item 2 - Item 6 - Item 10
- Item 3 - Item 7 - Item 11
- Item 4 - Item 8 - Item 12替代12个扁平化选项:
分类A 分类B 分类C
- 项目1 - 项目5 - 项目9
- 项目2 - 项目6 - 项目10
- 项目3 - 项目7 - 项目11
- 项目4 - 项目8 - 项目12| Method | Combined Use |
|---|---|
| Progressive Disclosure | Hide complexity, reveal on demand |
| Cognitive Load | Fewer choices = lower cognitive burden |
| Fogg Behavior Model | Simpler choices increase ability |
| Jobs-to-be-Done | Focus options on user's actual job |
| 方法 | 组合用途 |
|---|---|
| 渐进式披露 | 隐藏复杂度,按需展示 |
| 认知负荷 | 更少选项 = 更低认知负担 |
| 福格行为模型 | 更简单的选择提升行动意愿 |
| 用户任务理论 | 聚焦用户实际任务所需的选项 |