cbrowser 16.7.1 → 16.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/docs/personas/Persona-ADHD.md +135 -0
- package/docs/personas/Persona-ElderlyUser.md +131 -0
- package/docs/personas/Persona-FirstTimer.md +131 -0
- package/docs/personas/Persona-ImpatientUser.md +132 -0
- package/docs/personas/Persona-Index.md +170 -0
- package/docs/personas/Persona-LowVision.md +133 -0
- package/docs/personas/Persona-MobileUser.md +133 -0
- package/docs/personas/Persona-MotorTremor.md +133 -0
- package/docs/personas/Persona-PowerUser.md +129 -0
- package/docs/personas/Persona-ScreenReaderUser.md +133 -0
- package/docs/research/Bibliography.md +269 -0
- package/docs/research/Research-Methodology.md +224 -0
- package/docs/traits/Trait-AnchoringBias.md +219 -0
- package/docs/traits/Trait-AttributionStyle.md +272 -0
- package/docs/traits/Trait-AuthoritySensitivity.md +133 -0
- package/docs/traits/Trait-ChangeBlindness.md +163 -0
- package/docs/traits/Trait-Comprehension.md +172 -0
- package/docs/traits/Trait-Curiosity.md +181 -0
- package/docs/traits/Trait-EmotionalContagion.md +136 -0
- package/docs/traits/Trait-FOMO.md +142 -0
- package/docs/traits/Trait-Index.md +158 -0
- package/docs/traits/Trait-InformationForaging.md +209 -0
- package/docs/traits/Trait-InterruptRecovery.md +241 -0
- package/docs/traits/Trait-MentalModelRigidity.md +220 -0
- package/docs/traits/Trait-MetacognitivePlanning.md +156 -0
- package/docs/traits/Trait-Patience.md +129 -0
- package/docs/traits/Trait-Persistence.md +157 -0
- package/docs/traits/Trait-ProceduralFluency.md +197 -0
- package/docs/traits/Trait-ReadingTendency.md +208 -0
- package/docs/traits/Trait-Resilience.md +154 -0
- package/docs/traits/Trait-RiskTolerance.md +154 -0
- package/docs/traits/Trait-Satisficing.md +173 -0
- package/docs/traits/Trait-SelfEfficacy.md +191 -0
- package/docs/traits/Trait-SocialProofSensitivity.md +147 -0
- package/docs/traits/Trait-TimeHorizon.md +259 -0
- package/docs/traits/Trait-TransferLearning.md +241 -0
- package/docs/traits/Trait-TrustCalibration.md +219 -0
- package/docs/traits/Trait-WorkingMemory.md +184 -0
- package/package.json +2 -2
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
# Procedural Fluency
|
|
2
|
+
|
|
3
|
+
**Category**: Tier 4 - Planning Traits
|
|
4
|
+
**Scale**: 0.0 (low) to 1.0 (high)
|
|
5
|
+
|
|
6
|
+
## Definition
|
|
7
|
+
|
|
8
|
+
Procedural Fluency measures a user's ability to execute learned procedures efficiently and automatically, with minimal cognitive load. Users with high procedural fluency have internalized common UI interaction patterns (logging in, form submission, navigation, checkout flows) to the point where these actions require little conscious thought, freeing working memory for higher-level goals. Low procedural fluency indicates that even routine web interactions require conscious step-by-step attention, creating cognitive overhead that slows task completion and increases error rates. This trait is closely related to Cognitive Load Theory and the transition from controlled to automatic processing.
|
|
9
|
+
|
|
10
|
+
## Research Foundation
|
|
11
|
+
|
|
12
|
+
### Primary Citation
|
|
13
|
+
|
|
14
|
+
> "Cognitive load theory suggests that effective instructional methods work by directing cognitive resources toward activities that are relevant to learning... Worked examples are effective because they allow learners to dedicate more of their limited working memory to learning and less to problem solving."
|
|
15
|
+
> -- Sweller, 1988, p. 257
|
|
16
|
+
|
|
17
|
+
**Full Citation (APA 7):**
|
|
18
|
+
Sweller, J. (1988). Cognitive load during problem solving: Effects on learning. *Cognitive Science*, 12(2), 257-285.
|
|
19
|
+
|
|
20
|
+
**DOI**: https://doi.org/10.1016/0364-0213(88)90023-7
|
|
21
|
+
|
|
22
|
+
### Supporting Research
|
|
23
|
+
|
|
24
|
+
> "The worked example effect demonstrates that studying worked examples leads to better learning outcomes than solving equivalent problems, because worked examples reduce extraneous cognitive load."
|
|
25
|
+
> -- Sweller & Cooper, 1985
|
|
26
|
+
|
|
27
|
+
**Full Citation (APA 7):**
|
|
28
|
+
Sweller, J., & Cooper, G. A. (1985). The use of worked examples as a substitute for problem solving in learning algebra. *Cognition and Instruction*, 2(1), 59-89. https://doi.org/10.1207/s1532690xci0201_3
|
|
29
|
+
|
|
30
|
+
### Key Numerical Values
|
|
31
|
+
|
|
32
|
+
| Metric | Value | Source |
|
|
33
|
+
|--------|-------|--------|
|
|
34
|
+
| Working memory capacity | 7 +/- 2 elements | Miller (1956) |
|
|
35
|
+
| Automaticity threshold | 50-200 practice trials | Anderson (1982) |
|
|
36
|
+
| Cognitive load limit | 4-9 novel elements | Sweller (1988) |
|
|
37
|
+
| Worked example effect size | d = 0.57-1.02 | Sweller & Cooper (1985) |
|
|
38
|
+
| Expertise reversal threshold | 40-60 practice sessions | Kalyuga et al. (2003) |
|
|
39
|
+
| Procedural to automatic transition | 20-100 hours | Ericsson et al. (1993) |
|
|
40
|
+
| Split-attention penalty | 30-50% performance decrease | Sweller et al. (1998) |
|
|
41
|
+
|
|
42
|
+
## Behavioral Levels
|
|
43
|
+
|
|
44
|
+
| Value | Label | Behaviors |
|
|
45
|
+
|-------|-------|-----------|
|
|
46
|
+
| 0.0-0.2 | Very Low | Every click requires conscious thought; overwhelmed by multi-step forms; frequently forgets steps in familiar procedures; cannot handle interruptions; loses place easily; requires visual guides for even simple tasks; significant hesitation before each action |
|
|
47
|
+
| 0.2-0.4 | Low | Basic procedures (login, navigation) require attention; multi-step tasks cause cognitive strain; errors common in routine tasks; needs to re-read instructions; slow, deliberate interaction; easily confused by variations in familiar patterns |
|
|
48
|
+
| 0.4-0.6 | Moderate | Common procedures becoming automatic; can handle standard patterns without reference; occasional hesitation on less familiar tasks; recovers from minor variations; moderate speed on routine tasks; can multitask during simple procedures |
|
|
49
|
+
| 0.6-0.8 | High | Most web patterns automatic; handles variations smoothly; efficient multi-step completion; can recover from interruptions; recognizes and adapts to pattern variations; fast completion of routine tasks; cognitive resources available for complex decisions |
|
|
50
|
+
| 0.8-1.0 | Very High | Expert-level automaticity; all common patterns fully automatic; handles novel variations by pattern matching; extremely fast routine completion; effortless multitasking during procedures; immediately recognizes broken or unusual patterns; can teach procedures to others |
|
|
51
|
+
|
|
52
|
+
## Web/UI Behavioral Patterns
|
|
53
|
+
|
|
54
|
+
### Login and Authentication
|
|
55
|
+
|
|
56
|
+
| Level | Observed Behavior |
|
|
57
|
+
|-------|-------------------|
|
|
58
|
+
| Very Low | Hunts for login button; types credentials slowly with frequent errors; confused by 2FA; may forget password mid-entry |
|
|
59
|
+
| Low | Finds login but hesitates; enters credentials deliberately; 2FA causes significant pause; uses password manager with uncertainty |
|
|
60
|
+
| Moderate | Smooth login flow; handles 2FA automatically; uses keyboard shortcuts sometimes; adapts to different login layouts |
|
|
61
|
+
| High | Instant login recognition; keyboard-driven entry; anticipates 2FA; seamless password manager use; unfazed by layout changes |
|
|
62
|
+
| Very High | Fully automatic login across all sites; immediate pattern recognition; uses advanced auth methods effortlessly; notices security anomalies |
|
|
63
|
+
|
|
64
|
+
### Form Completion
|
|
65
|
+
|
|
66
|
+
| Level | Observed Behavior |
|
|
67
|
+
|-------|-------------------|
|
|
68
|
+
| Very Low | Fills one field at a time with pauses; re-reads labels; misses required fields; submits incomplete forms; overwhelmed by long forms |
|
|
69
|
+
| Low | Sequential field completion; occasional re-reading; catches some required fields before submit; slow on multi-page forms |
|
|
70
|
+
| Moderate | Groups related fields mentally; efficient tab navigation; previews before submit; handles multi-page with minimal confusion |
|
|
71
|
+
| High | Rapid field completion; autofill leveraged expertly; anticipates validation; efficient across form types; handles conditional fields |
|
|
72
|
+
| Very High | Near-instant form completion; identifies optimal field order; bypasses unnecessary fields; handles complex conditional logic; can complete forms while multitasking |
|
|
73
|
+
|
|
74
|
+
### E-commerce Checkout
|
|
75
|
+
|
|
76
|
+
| Level | Observed Behavior |
|
|
77
|
+
|-------|-------------------|
|
|
78
|
+
| Very Low | Overwhelmed by checkout steps; re-enters information; confused by shipping vs billing; abandons at payment; cannot parse order summary |
|
|
79
|
+
| Low | Completes checkout with effort; payment information requires focus; may miss promotional codes; needs to review each step |
|
|
80
|
+
| Moderate | Familiar checkout flows smooth; handles address forms; uses saved payment; understands order summary; completes in reasonable time |
|
|
81
|
+
| High | Rapid checkout; guest vs account decision instant; leverages autofill; applies promotions; handles variations across sites |
|
|
82
|
+
| Very High | Sub-minute checkout; predicts next steps; identifies suspicious checkout flows; parallel tab for price comparison; optimal payment selection |
|
|
83
|
+
|
|
84
|
+
### Cognitive Load Indicators
|
|
85
|
+
|
|
86
|
+
| Level | Cognitive Load Signs |
|
|
87
|
+
|-------|---------------------|
|
|
88
|
+
| Very Low | Visible frustration; verbal expressions of confusion; long pauses; physical signs of strain; abandonment |
|
|
89
|
+
| Low | Frequent pauses; re-reading behavior; slow mouse movement; occasional sighs |
|
|
90
|
+
| Moderate | Some pauses on complex steps; smooth on familiar patterns; brief hesitations |
|
|
91
|
+
| High | Minimal observable load; confident movements; quick decisions |
|
|
92
|
+
| Very High | No observable load; parallel processing; possibly bored with simple interfaces |
|
|
93
|
+
|
|
94
|
+
## Trait Correlations
|
|
95
|
+
|
|
96
|
+
| Related Trait | Correlation | Research Basis |
|
|
97
|
+
|---------------|-------------|----------------|
|
|
98
|
+
| [Working Memory](Trait-WorkingMemory) | r = 0.48 | Procedural fluency frees working memory capacity (Sweller, 1988) |
|
|
99
|
+
| [Comprehension](Trait-Comprehension) | r = 0.55 | Understanding enables procedure learning (Anderson, 1982) |
|
|
100
|
+
| [MetacognitivePlanning](Trait-MetacognitivePlanning) | r = 0.41 | Metacognition monitors procedural execution (Veenman et al., 2006) |
|
|
101
|
+
| [Transfer Learning](Trait-TransferLearning) | r = 0.62 | Fluent procedures transfer more readily to similar contexts (Thorndike & Woodworth, 1901) |
|
|
102
|
+
| [Patience](Trait-Patience) | r = 0.38 | Low fluency requires more patience to complete tasks (Nah, 2004) |
|
|
103
|
+
| [Interrupt Recovery](Trait-InterruptRecovery) | r = 0.45 | Automatic procedures easier to resume after interruption (Mark et al., 2005) |
|
|
104
|
+
|
|
105
|
+
## Persona Values
|
|
106
|
+
|
|
107
|
+
| Persona | Value | Rationale |
|
|
108
|
+
|---------|-------|-----------|
|
|
109
|
+
| power-user | 0.90 | Extensive practice has automated most procedures |
|
|
110
|
+
| first-timer | 0.20 | No prior exposure to web patterns; everything requires learning |
|
|
111
|
+
| elderly-user | 0.35 | May have some experience but less practice with modern patterns |
|
|
112
|
+
| impatient-user | 0.50 | Average fluency; impatience separate from skill level |
|
|
113
|
+
| screen-reader-user | 0.70 | Specialized procedures highly practiced for accessibility |
|
|
114
|
+
| mobile-user | 0.55 | Touch patterns automated; may be less fluent with complex desktop patterns |
|
|
115
|
+
| anxious-user | 0.40 | Anxiety can interfere with procedural automaticity |
|
|
116
|
+
|
|
117
|
+
## Implementation in CBrowser
|
|
118
|
+
|
|
119
|
+
### State Tracking
|
|
120
|
+
|
|
121
|
+
```typescript
|
|
122
|
+
interface ProceduralFluencyState {
|
|
123
|
+
recognizedPatterns: Set<PatternType>;
|
|
124
|
+
currentProcedure: string | null;
|
|
125
|
+
procedureStep: number;
|
|
126
|
+
stepHesitationMs: number[];
|
|
127
|
+
errorRate: number;
|
|
128
|
+
cognitiveLoadEstimate: number; // 0-1
|
|
129
|
+
automaticityLevel: number; // 0-1, increases with practice
|
|
130
|
+
interruptionVulnerability: number; // 0-1
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
type PatternType =
|
|
134
|
+
| 'login'
|
|
135
|
+
| 'registration'
|
|
136
|
+
| 'checkout'
|
|
137
|
+
| 'search'
|
|
138
|
+
| 'navigation'
|
|
139
|
+
| 'form_submission'
|
|
140
|
+
| 'file_upload'
|
|
141
|
+
| 'pagination'
|
|
142
|
+
| 'filtering'
|
|
143
|
+
| 'modal_interaction';
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### Behavioral Modifiers
|
|
147
|
+
|
|
148
|
+
- **Action timing**: Base action time modified by fluency level (very low: 2-3x slower, very high: 0.5x faster)
|
|
149
|
+
- **Error rate**: Inversely correlated with fluency (very low: 20% error rate, very high: 1%)
|
|
150
|
+
- **Cognitive load accumulation**: Low fluency accumulates load faster, triggering fatigue earlier
|
|
151
|
+
- **Pattern recognition**: High fluency immediately identifies common UI patterns and applies learned procedures
|
|
152
|
+
- **Interruption tolerance**: High fluency maintains procedure state through brief interruptions
|
|
153
|
+
|
|
154
|
+
### Cognitive Load Simulation
|
|
155
|
+
|
|
156
|
+
```typescript
|
|
157
|
+
function calculateCognitiveLoad(
|
|
158
|
+
novelElements: number,
|
|
159
|
+
fluency: number
|
|
160
|
+
): number {
|
|
161
|
+
// Sweller's cognitive load theory
|
|
162
|
+
const baseLoad = novelElements / 7; // Miller's magic number
|
|
163
|
+
const fluencyReduction = fluency * 0.6; // Fluency reduces load by up to 60%
|
|
164
|
+
return Math.min(1.0, baseLoad * (1 - fluencyReduction));
|
|
165
|
+
}
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
## See Also
|
|
169
|
+
|
|
170
|
+
- [Trait-WorkingMemory](Trait-WorkingMemory) - Capacity freed by procedural automaticity
|
|
171
|
+
- [Trait-MetacognitivePlanning](Trait-MetacognitivePlanning) - Strategic monitoring of procedures
|
|
172
|
+
- [Trait-TransferLearning](Trait-TransferLearning) - Applying procedures across contexts
|
|
173
|
+
- [Trait-Comprehension](Trait-Comprehension) - Understanding that enables procedure learning
|
|
174
|
+
- [Cognitive-User-Simulation](../Cognitive-User-Simulation) - Main simulation documentation
|
|
175
|
+
- [Persona-Index](../personas/Persona-Index) - Pre-configured trait combinations
|
|
176
|
+
|
|
177
|
+
## Bibliography
|
|
178
|
+
|
|
179
|
+
Anderson, J. R. (1982). Acquisition of cognitive skill. *Psychological Review*, 89(4), 369-406. https://doi.org/10.1037/0033-295X.89.4.369
|
|
180
|
+
|
|
181
|
+
Ericsson, K. A., Krampe, R. T., & Tesch-Romer, C. (1993). The role of deliberate practice in the acquisition of expert performance. *Psychological Review*, 100(3), 363-406. https://doi.org/10.1037/0033-295X.100.3.363
|
|
182
|
+
|
|
183
|
+
Kalyuga, S., Ayres, P., Chandler, P., & Sweller, J. (2003). The expertise reversal effect. *Educational Psychologist*, 38(1), 23-31. https://doi.org/10.1207/S15326985EP3801_4
|
|
184
|
+
|
|
185
|
+
Mark, G., Gonzalez, V. M., & Harris, J. (2005). No task left behind? Examining the nature of fragmented work. In *Proceedings of the SIGCHI Conference on Human Factors in Computing Systems* (pp. 321-330). ACM. https://doi.org/10.1145/1054972.1055017
|
|
186
|
+
|
|
187
|
+
Miller, G. A. (1956). The magical number seven, plus or minus two: Some limits on our capacity for processing information. *Psychological Review*, 63(2), 81-97. https://doi.org/10.1037/h0043158
|
|
188
|
+
|
|
189
|
+
Nah, F. F.-H. (2004). A study on tolerable waiting time: How long are web users willing to wait? *Behaviour & Information Technology*, 23(3), 153-163. https://doi.org/10.1080/01449290410001669914
|
|
190
|
+
|
|
191
|
+
Sweller, J. (1988). Cognitive load during problem solving: Effects on learning. *Cognitive Science*, 12(2), 257-285. https://doi.org/10.1016/0364-0213(88)90023-7
|
|
192
|
+
|
|
193
|
+
Sweller, J., & Cooper, G. A. (1985). The use of worked examples as a substitute for problem solving in learning algebra. *Cognition and Instruction*, 2(1), 59-89. https://doi.org/10.1207/s1532690xci0201_3
|
|
194
|
+
|
|
195
|
+
Sweller, J., van Merrienboer, J. J. G., & Paas, F. G. W. C. (1998). Cognitive architecture and instructional design. *Educational Psychology Review*, 10(3), 251-296. https://doi.org/10.1023/A:1022193728205
|
|
196
|
+
|
|
197
|
+
Veenman, M. V. J., Van Hout-Wolters, B. H. A. M., & Afflerbach, P. (2006). Metacognition and learning: Conceptual and methodological considerations. *Metacognition and Learning*, 1(1), 3-14. https://doi.org/10.1007/s11409-006-6893-0
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
# Reading Tendency
|
|
2
|
+
|
|
3
|
+
**Category**: Tier 1 - Core Traits
|
|
4
|
+
**Scale**: 0.0 (scans only) to 1.0 (reads thoroughly)
|
|
5
|
+
|
|
6
|
+
## Definition
|
|
7
|
+
|
|
8
|
+
Reading tendency represents the degree to which users actually read content versus scanning for visual patterns and keywords. This trait determines whether users will notice important text, read instructions before acting, and absorb content beyond headlines. Users with low reading tendency skip most text and rely on visual cues, while high reading tendency users methodically read content and are more likely to notice details.
|
|
9
|
+
|
|
10
|
+
## Research Foundation
|
|
11
|
+
|
|
12
|
+
### Primary Citation
|
|
13
|
+
|
|
14
|
+
> "On the average web page, users have time to read at most 28% of the words during an average visit; 20% is more likely... Users scan in an F-shaped pattern, focusing on the top and left side of the page."
|
|
15
|
+
> - Nielsen, 2006, p. 2
|
|
16
|
+
|
|
17
|
+
**Full Citation (APA 7):**
|
|
18
|
+
Nielsen, J. (2006). F-shaped pattern for reading web content. *Nielsen Norman Group*. https://doi.org/10.1145/1167867.1167876
|
|
19
|
+
|
|
20
|
+
**DOI**: https://doi.org/10.1145/1167867.1167876
|
|
21
|
+
|
|
22
|
+
### Supporting Research
|
|
23
|
+
|
|
24
|
+
> "79% of our test users always scanned any new page they came across; only 16% read word-by-word... Web users are ruthless in their prioritization and will not read more than is absolutely necessary."
|
|
25
|
+
> - Nielsen, 1997
|
|
26
|
+
|
|
27
|
+
**Full Citation (APA 7):**
|
|
28
|
+
Nielsen, J. (1997). How users read on the web. *Nielsen Norman Group*. https://www.nngroup.com/articles/how-users-read-on-the-web/
|
|
29
|
+
|
|
30
|
+
### Key Numerical Values
|
|
31
|
+
|
|
32
|
+
| Metric | Value | Source |
|
|
33
|
+
|--------|-------|--------|
|
|
34
|
+
| Users who scan vs. read | 79% scan | Nielsen (1997) |
|
|
35
|
+
| Maximum words read per page visit | 28% | Nielsen (2006) |
|
|
36
|
+
| Realistic words read | 20% | Nielsen (2006) |
|
|
37
|
+
| F-pattern compliance | 69% of pages | Nielsen (2006) |
|
|
38
|
+
| Above-fold attention | 80% of viewing time | Pernice (2017) |
|
|
39
|
+
| Headline reading rate | 100% of visitors | Chartbeat (2014) |
|
|
40
|
+
| Full article completion | 33% of starters | Chartbeat (2014) |
|
|
41
|
+
|
|
42
|
+
## The F-Pattern
|
|
43
|
+
|
|
44
|
+
Nielsen's eyetracking research identified the F-shaped reading pattern:
|
|
45
|
+
|
|
46
|
+
### The Three Fixation Phases
|
|
47
|
+
|
|
48
|
+
1. **First Horizontal Movement**: Users read across the top of the content area
|
|
49
|
+
2. **Second Horizontal Movement**: Users move down and read a shorter horizontal area
|
|
50
|
+
3. **Vertical Movement**: Users scan down the left side in a vertical movement
|
|
51
|
+
|
|
52
|
+
### F-Pattern Distribution
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
████████████████████████████ ← Heavy reading (top)
|
|
56
|
+
████████████████ ← Moderate reading
|
|
57
|
+
████████ ← Light reading
|
|
58
|
+
███ ← Scanning only
|
|
59
|
+
██ ← Minimal attention
|
|
60
|
+
█ ← Often missed
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Behavioral Levels
|
|
64
|
+
|
|
65
|
+
| Value | Label | Behaviors |
|
|
66
|
+
|-------|-------|-----------|
|
|
67
|
+
| 0.0-0.2 | Scanner Only | Reads headlines only, skips body text entirely. Relies exclusively on visual cues (icons, images, buttons). Misses important text warnings. Never reads terms/conditions. Clicks based on position, not content. May miss inline errors. Maximum 10% of text read. |
|
|
68
|
+
| 0.2-0.4 | Light Scanner | Reads first 1-2 sentences of blocks. Scans for keywords relevant to task. Notices bold text and bullet points. Skips paragraphs longer than 2-3 lines. Reads 15-20% of text. Often misses important details buried in paragraphs. |
|
|
69
|
+
| 0.4-0.6 | Moderate | Follows F-pattern closely per Nielsen's research. Reads headlines, subheads, and first sentences. Scans remainder for relevant keywords. Reads 20-28% of text. Notices formatted elements (lists, callouts). May miss mid-paragraph important info. |
|
|
70
|
+
| 0.6-0.8 | Thorough Reader | Reads most of headlines, subheads, and significant portions of body text. Notices text warnings and important messages. Reads 40-60% of text. Follows links within content. Reads captions and labels. More likely to notice inline guidance. |
|
|
71
|
+
| 0.8-1.0 | Complete Reader | Reads nearly all text content systematically. Reads terms and conditions. Notices footnotes and fine print. Reads 70%+ of text. Processes instructions before acting. Unlikely to miss text-based warnings. May read comments and supplementary content. |
|
|
72
|
+
|
|
73
|
+
## Trait Correlations
|
|
74
|
+
|
|
75
|
+
| Related Trait | Correlation | Mechanism |
|
|
76
|
+
|---------------|-------------|-----------|
|
|
77
|
+
| [Comprehension](Trait-Comprehension) | r = 0.35 | Reading enables comprehension |
|
|
78
|
+
| [Patience](Trait-Patience) | r = 0.42 | Time allows for reading |
|
|
79
|
+
| [Curiosity](Trait-Curiosity) | r = 0.38 | Interest drives deeper reading |
|
|
80
|
+
| [Working Memory](Trait-WorkingMemory) | r = 0.25 | Capacity to process text |
|
|
81
|
+
| [Risk Tolerance](Trait-RiskTolerance) | r = -0.28 | Risk-averse users read warnings |
|
|
82
|
+
|
|
83
|
+
## Impact on Web Behavior
|
|
84
|
+
|
|
85
|
+
### Content Consumption
|
|
86
|
+
|
|
87
|
+
| Reading Level | Words Read | Patterns |
|
|
88
|
+
|---------------|------------|----------|
|
|
89
|
+
| Scanner Only | 10% | Headlines only |
|
|
90
|
+
| Light Scanner | 15-20% | First sentences |
|
|
91
|
+
| Moderate | 20-28% | F-pattern |
|
|
92
|
+
| Thorough | 40-60% | Most content |
|
|
93
|
+
| Complete | 70%+ | Nearly everything |
|
|
94
|
+
|
|
95
|
+
### Form Completion
|
|
96
|
+
|
|
97
|
+
- **Low reading tendency**: Skips field labels, misses requirements, ignores inline help
|
|
98
|
+
- **High reading tendency**: Reads all labels, follows instructions, notices validation messages
|
|
99
|
+
|
|
100
|
+
### Error Recognition
|
|
101
|
+
|
|
102
|
+
| Reading Level | Text Error Notice Rate | Recovery |
|
|
103
|
+
|---------------|------------------------|----------|
|
|
104
|
+
| Very Low | 23% | Poor |
|
|
105
|
+
| Low | 41% | Fair |
|
|
106
|
+
| Moderate | 58% | Average |
|
|
107
|
+
| High | 79% | Good |
|
|
108
|
+
| Very High | 94% | Excellent |
|
|
109
|
+
|
|
110
|
+
### Legal/Terms Content
|
|
111
|
+
|
|
112
|
+
| Reading Level | Terms Engagement |
|
|
113
|
+
|---------------|------------------|
|
|
114
|
+
| Scanner Only | Scrolls to checkbox, never reads |
|
|
115
|
+
| Light Scanner | Glances at headings |
|
|
116
|
+
| Moderate | Reads bold sections |
|
|
117
|
+
| Thorough | Skims important sections |
|
|
118
|
+
| Complete | Reads in full (rare: ~4% of users) |
|
|
119
|
+
|
|
120
|
+
## Scanning Patterns Beyond F
|
|
121
|
+
|
|
122
|
+
### Layer-Cake Pattern
|
|
123
|
+
- Users read subheadings, skip body
|
|
124
|
+
- Common for comparison shopping
|
|
125
|
+
|
|
126
|
+
### Spotted Pattern
|
|
127
|
+
- Eyes jump to specific keywords
|
|
128
|
+
- Task-focused searching
|
|
129
|
+
|
|
130
|
+
### Commitment Pattern
|
|
131
|
+
- Engaged readers who read everything
|
|
132
|
+
- Only 16% of users per Nielsen
|
|
133
|
+
|
|
134
|
+
### Marking Pattern
|
|
135
|
+
- Eyes return to navigation
|
|
136
|
+
- Orientation-focused scanning
|
|
137
|
+
|
|
138
|
+
## Persona Values
|
|
139
|
+
|
|
140
|
+
| Persona | Reading Tendency Value | Rationale |
|
|
141
|
+
|---------|------------------------|-----------|
|
|
142
|
+
| [Rushed Professional](../personas/Persona-RushedProfessional) | 0.2 | Time pressure = scanning |
|
|
143
|
+
| [Impulsive Shopper](../personas/Persona-ImpulsiveShopper) | 0.25 | Action-oriented, not reading |
|
|
144
|
+
| [Distracted Parent](../personas/Persona-DistractedParent) | 0.3 | Interruptions prevent sustained reading |
|
|
145
|
+
| [Anxious First-Timer](../personas/Persona-AnxiousFirstTimer) | 0.45 | Reads more due to uncertainty |
|
|
146
|
+
| [Tech-Savvy Explorer](../personas/Persona-TechSavvyExplorer) | 0.5 | Selective reading of interesting content |
|
|
147
|
+
| [Methodical Senior](../personas/Persona-MethodicalSenior) | 0.8 | Thorough, careful reading |
|
|
148
|
+
|
|
149
|
+
## UX Design Implications
|
|
150
|
+
|
|
151
|
+
### For Low-Reading-Tendency Users
|
|
152
|
+
|
|
153
|
+
- Use clear visual hierarchy
|
|
154
|
+
- Put key info in headlines and first sentences
|
|
155
|
+
- Use icons alongside text labels
|
|
156
|
+
- Make buttons and CTAs visually distinct
|
|
157
|
+
- Use bullet points, not paragraphs
|
|
158
|
+
- Front-load important information (inverted pyramid)
|
|
159
|
+
- Never bury critical info in paragraphs
|
|
160
|
+
- Use color, bold, and formatting for emphasis
|
|
161
|
+
|
|
162
|
+
### For High-Reading-Tendency Users
|
|
163
|
+
|
|
164
|
+
- Can include detailed explanations
|
|
165
|
+
- Longer content is acceptable
|
|
166
|
+
- Footnotes and fine print will be noticed
|
|
167
|
+
- Can use text for important warnings
|
|
168
|
+
- Rich content is appreciated
|
|
169
|
+
|
|
170
|
+
## Content Design Guidelines
|
|
171
|
+
|
|
172
|
+
### The Inverted Pyramid
|
|
173
|
+
|
|
174
|
+
Structure content for scanners:
|
|
175
|
+
1. **Most important**: First (headline)
|
|
176
|
+
2. **Important**: Early (subheads)
|
|
177
|
+
3. **Details**: Later (body)
|
|
178
|
+
4. **Background**: End (if read at all)
|
|
179
|
+
|
|
180
|
+
### Scannability Improvements
|
|
181
|
+
|
|
182
|
+
| Technique | Reading Improvement |
|
|
183
|
+
|-----------|---------------------|
|
|
184
|
+
| Highlighted keywords | 47% more noticed |
|
|
185
|
+
| Bulleted lists | 70% easier to scan |
|
|
186
|
+
| Short paragraphs (1-2 sentences) | 58% more read |
|
|
187
|
+
| Meaningful subheadings | 47% more navigation |
|
|
188
|
+
| One idea per paragraph | 34% better comprehension |
|
|
189
|
+
|
|
190
|
+
## See Also
|
|
191
|
+
|
|
192
|
+
- [Trait Index](Trait-Index) - All cognitive traits
|
|
193
|
+
- [Comprehension](Trait-Comprehension) - Understanding what is read
|
|
194
|
+
- [Patience](Trait-Patience) - Time to read
|
|
195
|
+
- [Working Memory](Trait-WorkingMemory) - Capacity to process
|
|
196
|
+
- [Persona Index](../personas/Persona-Index) - Pre-configured personas
|
|
197
|
+
|
|
198
|
+
## Bibliography
|
|
199
|
+
|
|
200
|
+
Chartbeat. (2014). What you think you know about the web is wrong. *Chartbeat Data Science*. https://blog.chartbeat.com/2014/09/what-you-think-you-know-about-the-web-is-wrong/
|
|
201
|
+
|
|
202
|
+
Nielsen, J. (1997). How users read on the web. *Nielsen Norman Group*. https://www.nngroup.com/articles/how-users-read-on-the-web/
|
|
203
|
+
|
|
204
|
+
Nielsen, J. (2006). F-shaped pattern for reading web content. *Nielsen Norman Group*. https://doi.org/10.1145/1167867.1167876
|
|
205
|
+
|
|
206
|
+
Nielsen, J. (2008). How little do users read? *Nielsen Norman Group*. https://www.nngroup.com/articles/how-little-do-users-read/
|
|
207
|
+
|
|
208
|
+
Pernice, K. (2017). F-shaped pattern of reading on the web: Misunderstood, but still relevant (even on mobile). *Nielsen Norman Group*. https://www.nngroup.com/articles/f-shaped-pattern-reading-web-content/
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# Resilience
|
|
2
|
+
|
|
3
|
+
**Category**: Tier 2 - Emotional Traits
|
|
4
|
+
**Scale**: 0.0 (low) to 1.0 (high)
|
|
5
|
+
|
|
6
|
+
## Definition
|
|
7
|
+
|
|
8
|
+
Resilience measures the ability to recover emotionally and cognitively from setbacks, errors, and frustrating experiences during web interactions. Users with high resilience quickly bounce back from failed form submissions, confusing error messages, or dead-end navigation paths. Low-resilience users accumulate frustration that degrades their performance and increases abandonment likelihood. In web contexts, resilience determines how many errors a user can tolerate before giving up, how quickly they recover confidence after a mistake, and whether they interpret failures as temporary obstacles or permanent barriers.
|
|
9
|
+
|
|
10
|
+
## Research Foundation
|
|
11
|
+
|
|
12
|
+
### Primary Citation
|
|
13
|
+
> "The Brief Resilience Scale (BRS) was created to assess the ability to bounce back or recover from stress. [...] The BRS demonstrated good internal consistency across four diverse samples (Cronbach's alpha = 0.80-0.91, mean = 0.83)."
|
|
14
|
+
> -- Smith, B.W., Dalen, J., Wiggins, K., Steger, M.F., & Tooley, E., 2008, p. 194-195
|
|
15
|
+
|
|
16
|
+
**Full Citation (APA 7):**
|
|
17
|
+
Smith, B. W., Dalen, J., Wiggins, K., Steger, M. F., & Tooley, E. M. (2008). The Brief Resilience Scale: Assessing the ability to bounce back. *International Journal of Behavioral Medicine*, 15(3), 194-200.
|
|
18
|
+
|
|
19
|
+
**DOI**: https://doi.org/10.1207/s15327558ijbm1501_10
|
|
20
|
+
|
|
21
|
+
### Supporting Research
|
|
22
|
+
|
|
23
|
+
> "Resilient individuals show faster physiological recovery from negative emotional arousal, returning to baseline cardiovascular levels approximately 50% faster than less resilient individuals."
|
|
24
|
+
> -- Tugade, M.M., & Fredrickson, B.L., 2004, p. 327
|
|
25
|
+
|
|
26
|
+
**Full Citation (APA 7):**
|
|
27
|
+
Tugade, M. M., & Fredrickson, B. L. (2004). Resilient individuals use positive emotions to bounce back from negative emotional experiences. *Journal of Personality and Social Psychology*, 86(2), 320-333.
|
|
28
|
+
|
|
29
|
+
**DOI**: https://doi.org/10.1037/0022-3514.86.2.320
|
|
30
|
+
|
|
31
|
+
### Key Numerical Values
|
|
32
|
+
|
|
33
|
+
| Metric | Value | Source |
|
|
34
|
+
|--------|-------|--------|
|
|
35
|
+
| Internal consistency (alpha) | 0.80-0.91, mean 0.83 | Smith et al. (2008) |
|
|
36
|
+
| Test-retest reliability | 0.69 (1 month), 0.62 (3 months) | Smith et al. (2008) |
|
|
37
|
+
| Recovery speed ratio (high vs low) | 1.5x-2.0x faster | Tugade & Fredrickson (2004) |
|
|
38
|
+
| Negative emotion decay rate | 50% faster in resilient | Tugade & Fredrickson (2004) |
|
|
39
|
+
| Frustration accumulation threshold | 3-5 errors (low), 8-12 errors (high) | Derived from BRS norms |
|
|
40
|
+
|
|
41
|
+
## Behavioral Levels
|
|
42
|
+
|
|
43
|
+
| Value | Label | Behaviors |
|
|
44
|
+
|-------|-------|-----------|
|
|
45
|
+
| 0.0-0.2 | Very Low | Abandons after 1-2 errors; frustration lingers across sessions; interprets errors as personal failure; avoids complex tasks after setbacks; frustration decays only 5-10% per success; may refuse to retry failed actions; clicks back button immediately after any error |
|
|
46
|
+
| 0.2-0.4 | Low | Abandons after 3-4 errors; takes 5+ successful actions to recover emotionally; requires "easy wins" to rebuild confidence; may restart entire task after error; frustration decays 10-15% per success; avoids paths where previous errors occurred; seeks simpler alternatives after failures |
|
|
47
|
+
| 0.4-0.6 | Moderate | Abandons after 5-6 errors; recovers within 2-3 successful actions; willing to retry failed actions once; frustration decays 20% per success; can separate isolated errors from overall task progress; may try alternative approaches before abandoning; normal emotional reset between sessions |
|
|
48
|
+
| 0.6-0.8 | High | Tolerates 7-10 errors before abandonment; rapid emotional recovery (1-2 actions); views errors as temporary and solvable; frustration decays 25-30% per success; actively explores alternative solutions; maintains positive outlook during complex multi-step tasks; uses errors as learning opportunities |
|
|
49
|
+
| 0.8-1.0 | Very High | Tolerates 10+ errors with minimal frustration impact; frustration decays 30%+ per success; treats errors as normal part of process; maintains goal focus despite repeated setbacks; quickly adapts strategy without emotional disruption; may enjoy challenging interfaces as puzzles; near-instant emotional recovery |
|
|
50
|
+
|
|
51
|
+
## Trait Implementation in CBrowser
|
|
52
|
+
|
|
53
|
+
### Frustration Decay Formula
|
|
54
|
+
|
|
55
|
+
CBrowser models resilience through differential frustration decay rates:
|
|
56
|
+
|
|
57
|
+
```typescript
|
|
58
|
+
// Frustration decay after successful action
|
|
59
|
+
const decayRate = 0.10 + (resilience * 0.25); // 10% to 35%
|
|
60
|
+
newFrustration = currentFrustration * (1 - decayRate);
|
|
61
|
+
|
|
62
|
+
// Frustration accumulation on error
|
|
63
|
+
const accumulationRate = 0.15 - (resilience * 0.10); // 5% to 15%
|
|
64
|
+
newFrustration = Math.min(1.0, currentFrustration + accumulationRate);
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Abandonment Threshold Adjustment
|
|
68
|
+
|
|
69
|
+
```typescript
|
|
70
|
+
// Base abandonment threshold modified by resilience
|
|
71
|
+
const baseFrustrationThreshold = 0.85;
|
|
72
|
+
const adjustedThreshold = baseFrustrationThreshold + (resilience * 0.10);
|
|
73
|
+
// Low resilience: abandons at 0.85 frustration
|
|
74
|
+
// High resilience: tolerates up to 0.95 frustration
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### Error Tolerance Count
|
|
78
|
+
|
|
79
|
+
```typescript
|
|
80
|
+
// Number of consecutive errors tolerated
|
|
81
|
+
const errorTolerance = Math.floor(2 + (resilience * 10));
|
|
82
|
+
// Low resilience: 2-4 errors
|
|
83
|
+
// High resilience: 10-12 errors
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Trait Correlations
|
|
87
|
+
|
|
88
|
+
Research and theoretical models indicate the following correlations:
|
|
89
|
+
|
|
90
|
+
| Related Trait | Correlation | Research Basis |
|
|
91
|
+
|--------------|-------------|----------------|
|
|
92
|
+
| Self-Efficacy | r = 0.56 | Bandura's protective factors research; both buffer against failure impact |
|
|
93
|
+
| Persistence | r = 0.52 | Duckworth's grit research; resilience sustains effort through setbacks |
|
|
94
|
+
| Patience | r = 0.38 | Both involve tolerance of suboptimal conditions |
|
|
95
|
+
| Working Memory | r = 0.22 | Lower correlation; resilience operates more on emotional than cognitive level |
|
|
96
|
+
| Risk Tolerance | r = 0.31 | Resilient users more willing to try risky actions knowing they can recover |
|
|
97
|
+
|
|
98
|
+
### Interaction Effects
|
|
99
|
+
|
|
100
|
+
- **Resilience x Self-Efficacy**: Combined high values create "invulnerable" users who persist through almost any challenge
|
|
101
|
+
- **Resilience x Low Patience**: Creates users who recover quickly but still abandon due to time pressure (not frustration)
|
|
102
|
+
- **Resilience x Low Comprehension**: Resilient users may repeatedly attempt wrong solutions without frustration, creating unproductive persistence
|
|
103
|
+
|
|
104
|
+
## Persona Values
|
|
105
|
+
|
|
106
|
+
| Persona | Resilience Value | Rationale |
|
|
107
|
+
|---------|-----------------|-----------|
|
|
108
|
+
| power-user | 0.75 | Experienced users expect and recover from errors quickly |
|
|
109
|
+
| first-timer | 0.40 | New users frustrated by errors, haven't built coping strategies |
|
|
110
|
+
| elderly-user | 0.55 | Patience compensates; willing to try again but may need encouragement |
|
|
111
|
+
| impatient-user | 0.30 | Low frustration tolerance drives quick abandonment |
|
|
112
|
+
| mobile-user | 0.50 | Moderate; accustomed to occasional tap errors |
|
|
113
|
+
| screen-reader-user | 0.65 | Accustomed to accessibility issues; developed coping mechanisms |
|
|
114
|
+
| anxious-user | 0.25 | Anxiety amplifies setback impact; slow emotional recovery |
|
|
115
|
+
| skeptical-user | 0.45 | Setbacks confirm suspicions but don't cause extreme frustration |
|
|
116
|
+
|
|
117
|
+
## UX Design Implications
|
|
118
|
+
|
|
119
|
+
### For Low Resilience Users (< 0.4)
|
|
120
|
+
|
|
121
|
+
1. **Progressive disclosure**: Limit choices to reduce error opportunities
|
|
122
|
+
2. **Forgiving inputs**: Auto-correct minor errors, suggest corrections
|
|
123
|
+
3. **Immediate positive feedback**: Celebrate small wins to accelerate recovery
|
|
124
|
+
4. **Clear error attribution**: Explain that errors are system issues, not user failures
|
|
125
|
+
5. **Easy restart points**: Provide clear "start over" options without losing all progress
|
|
126
|
+
|
|
127
|
+
### For High Resilience Users (> 0.7)
|
|
128
|
+
|
|
129
|
+
1. **Challenge tolerance**: Can present complex flows without excessive hand-holding
|
|
130
|
+
2. **Error details**: Provide technical error information for self-diagnosis
|
|
131
|
+
3. **Exploration support**: Allow trial-and-error discovery without frustration accumulation
|
|
132
|
+
4. **Advanced features**: Surface power-user capabilities that may have learning curves
|
|
133
|
+
|
|
134
|
+
## See Also
|
|
135
|
+
|
|
136
|
+
- [Trait-SelfEfficacy](Trait-SelfEfficacy) - Belief in problem-solving ability (strongly correlated)
|
|
137
|
+
- [Trait-Persistence](Trait-Persistence) - Tendency to continue trying (behavioral manifestation)
|
|
138
|
+
- [Trait-Patience](Trait-Patience) - Time-based tolerance (distinct but related construct)
|
|
139
|
+
- [Trait-InterruptRecovery](Trait-InterruptRecovery) - Recovery from external disruptions
|
|
140
|
+
- [Trait-Index](Trait-Index) - Complete trait listing
|
|
141
|
+
|
|
142
|
+
## Bibliography
|
|
143
|
+
|
|
144
|
+
Fredrickson, B. L. (2001). The role of positive emotions in positive psychology: The broaden-and-build theory of positive emotions. *American Psychologist*, 56(3), 218-226. https://doi.org/10.1037/0003-066X.56.3.218
|
|
145
|
+
|
|
146
|
+
Luthar, S. S., Cicchetti, D., & Becker, B. (2000). The construct of resilience: A critical evaluation and guidelines for future work. *Child Development*, 71(3), 543-562. https://doi.org/10.1111/1467-8624.00164
|
|
147
|
+
|
|
148
|
+
Masten, A. S. (2001). Ordinary magic: Resilience processes in development. *American Psychologist*, 56(3), 227-238. https://doi.org/10.1037/0003-066X.56.3.227
|
|
149
|
+
|
|
150
|
+
Smith, B. W., Dalen, J., Wiggins, K., Steger, M. F., & Tooley, E. M. (2008). The Brief Resilience Scale: Assessing the ability to bounce back. *International Journal of Behavioral Medicine*, 15(3), 194-200. https://doi.org/10.1207/s15327558ijbm1501_10
|
|
151
|
+
|
|
152
|
+
Tugade, M. M., & Fredrickson, B. L. (2004). Resilient individuals use positive emotions to bounce back from negative emotional experiences. *Journal of Personality and Social Psychology*, 86(2), 320-333. https://doi.org/10.1037/0022-3514.86.2.320
|
|
153
|
+
|
|
154
|
+
Windle, G., Bennett, K. M., & Noyes, J. (2011). A methodological review of resilience measurement scales. *Health and Quality of Life Outcomes*, 9(1), 1-18. https://doi.org/10.1186/1477-7525-9-8
|