cbrowser 16.7.1 → 16.8.0

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.
Files changed (73) hide show
  1. package/README.md +2 -0
  2. package/dist/browser.d.ts.map +1 -1
  3. package/dist/browser.js +52 -7
  4. package/dist/browser.js.map +1 -1
  5. package/dist/cognitive/index.d.ts.map +1 -1
  6. package/dist/cognitive/index.js +22 -0
  7. package/dist/cognitive/index.js.map +1 -1
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.d.ts.map +1 -1
  10. package/dist/index.js +3 -0
  11. package/dist/index.js.map +1 -1
  12. package/dist/personas.d.ts.map +1 -1
  13. package/dist/personas.js +17 -2
  14. package/dist/personas.js.map +1 -1
  15. package/dist/testing/nl-test-suite.d.ts +2 -0
  16. package/dist/testing/nl-test-suite.d.ts.map +1 -1
  17. package/dist/testing/nl-test-suite.js +38 -1
  18. package/dist/testing/nl-test-suite.js.map +1 -1
  19. package/dist/values/index.d.ts +14 -0
  20. package/dist/values/index.d.ts.map +1 -0
  21. package/dist/values/index.js +17 -0
  22. package/dist/values/index.js.map +1 -0
  23. package/dist/values/persona-values.d.ts +36 -0
  24. package/dist/values/persona-values.d.ts.map +1 -0
  25. package/dist/values/persona-values.js +343 -0
  26. package/dist/values/persona-values.js.map +1 -0
  27. package/dist/values/schwartz-values.d.ts +207 -0
  28. package/dist/values/schwartz-values.d.ts.map +1 -0
  29. package/dist/values/schwartz-values.js +130 -0
  30. package/dist/values/schwartz-values.js.map +1 -0
  31. package/dist/values/value-mappings.d.ts +97 -0
  32. package/dist/values/value-mappings.d.ts.map +1 -0
  33. package/dist/values/value-mappings.js +520 -0
  34. package/dist/values/value-mappings.js.map +1 -0
  35. package/docs/personas/Persona-ADHD.md +135 -0
  36. package/docs/personas/Persona-ElderlyUser.md +131 -0
  37. package/docs/personas/Persona-FirstTimer.md +131 -0
  38. package/docs/personas/Persona-ImpatientUser.md +132 -0
  39. package/docs/personas/Persona-Index.md +170 -0
  40. package/docs/personas/Persona-LowVision.md +133 -0
  41. package/docs/personas/Persona-MobileUser.md +133 -0
  42. package/docs/personas/Persona-MotorTremor.md +133 -0
  43. package/docs/personas/Persona-PowerUser.md +129 -0
  44. package/docs/personas/Persona-ScreenReaderUser.md +133 -0
  45. package/docs/research/Bibliography.md +269 -0
  46. package/docs/research/Research-Methodology.md +224 -0
  47. package/docs/traits/Trait-AnchoringBias.md +219 -0
  48. package/docs/traits/Trait-AttributionStyle.md +272 -0
  49. package/docs/traits/Trait-AuthoritySensitivity.md +133 -0
  50. package/docs/traits/Trait-ChangeBlindness.md +163 -0
  51. package/docs/traits/Trait-Comprehension.md +172 -0
  52. package/docs/traits/Trait-Curiosity.md +181 -0
  53. package/docs/traits/Trait-EmotionalContagion.md +136 -0
  54. package/docs/traits/Trait-FOMO.md +142 -0
  55. package/docs/traits/Trait-Index.md +158 -0
  56. package/docs/traits/Trait-InformationForaging.md +209 -0
  57. package/docs/traits/Trait-InterruptRecovery.md +241 -0
  58. package/docs/traits/Trait-MentalModelRigidity.md +220 -0
  59. package/docs/traits/Trait-MetacognitivePlanning.md +156 -0
  60. package/docs/traits/Trait-Patience.md +129 -0
  61. package/docs/traits/Trait-Persistence.md +157 -0
  62. package/docs/traits/Trait-ProceduralFluency.md +197 -0
  63. package/docs/traits/Trait-ReadingTendency.md +208 -0
  64. package/docs/traits/Trait-Resilience.md +154 -0
  65. package/docs/traits/Trait-RiskTolerance.md +154 -0
  66. package/docs/traits/Trait-Satisficing.md +173 -0
  67. package/docs/traits/Trait-SelfEfficacy.md +191 -0
  68. package/docs/traits/Trait-SocialProofSensitivity.md +147 -0
  69. package/docs/traits/Trait-TimeHorizon.md +259 -0
  70. package/docs/traits/Trait-TransferLearning.md +241 -0
  71. package/docs/traits/Trait-TrustCalibration.md +219 -0
  72. package/docs/traits/Trait-WorkingMemory.md +184 -0
  73. package/package.json +2 -2
@@ -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
@@ -0,0 +1,154 @@
1
+ # Risk Tolerance
2
+
3
+ **Category**: Tier 1 - Core Traits
4
+ **Scale**: 0.0 (very risk-averse) to 1.0 (very risk-seeking)
5
+
6
+ ## Definition
7
+
8
+ Risk tolerance represents a user's willingness to engage in uncertain or potentially negative outcomes during web interactions. This trait governs how users approach unfamiliar websites, whether they click on unknown links, how readily they enter personal information, and their willingness to try new features. Users with low risk tolerance require extensive reassurance and social proof before taking action, while high risk tolerance users readily explore, experiment, and commit to actions with less information.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "Losses loom larger than gains. The pain of losing is psychologically about twice as powerful as the pleasure of gaining... people are more willing to take risks to avoid a loss than to make a gain."
15
+ > - Kahneman & Tversky, 1979, p. 279
16
+
17
+ **Full Citation (APA 7):**
18
+ Kahneman, D., & Tversky, A. (1979). Prospect theory: An analysis of decision under risk. *Econometrica*, 47(2), 263-291. https://doi.org/10.2307/1914185
19
+
20
+ **DOI**: https://doi.org/10.2307/1914185
21
+
22
+ ### Supporting Research
23
+
24
+ > "The fourfold pattern of risk attitudes: risk aversion for gains and risk seeking for losses of high probability; risk seeking for gains and risk aversion for losses of low probability."
25
+ > - Tversky & Kahneman, 1992, p. 312
26
+
27
+ **Full Citation (APA 7):**
28
+ Tversky, A., & Kahneman, D. (1992). Advances in prospect theory: Cumulative representation of uncertainty. *Journal of Risk and Uncertainty*, 5(4), 297-323. https://doi.org/10.1007/BF00122574
29
+
30
+ ### Key Numerical Values
31
+
32
+ | Metric | Value | Source |
33
+ |--------|-------|--------|
34
+ | Loss aversion ratio | 2:1 (losses weighted 2x gains) | Kahneman & Tversky (1979) |
35
+ | Certainty effect magnitude | 0.79 weighting for 80% probability | Kahneman & Tversky (1979) |
36
+ | Risk premium for uncertainty | 15-30% of expected value | Tversky & Kahneman (1992) |
37
+ | Form abandonment (trust concerns) | 17% of cart abandonments | Baymard Institute (2023) |
38
+ | Conversion lift from trust badges | 32% average | ConversionXL (2019) |
39
+ | Secure checkout preference | 61% cite security as factor | Statista (2022) |
40
+
41
+ ## Behavioral Levels
42
+
43
+ | Value | Label | Behaviors |
44
+ |-------|-------|-----------|
45
+ | 0.0-0.2 | Very Risk-Averse | Refuses to click unknown links. Never enters credit card without extensive security verification. Abandons forms asking for personal info. Only uses well-known, established websites. Reads all terms and conditions. Exits immediately if anything seems "off." Requires HTTPS, trust badges, and reviews before any purchase. |
46
+ | 0.2-0.4 | Risk-Averse | Hesitates before providing email addresses. Checks for HTTPS before entering any data. Reads reviews before purchasing. Prefers guest checkout over account creation. Suspicious of pop-ups and overlays. Needs clear return/refund policies visible. May research company before transacting. |
47
+ | 0.4-0.6 | Moderate | Standard caution level. Checks basic trust signals (HTTPS, known brand). Willing to enter information on reputable-looking sites. May skip reading all terms. Uses familiar payment methods. Balances convenience against security. Accepts cookies with mild hesitation. |
48
+ | 0.6-0.8 | Risk-Tolerant | Readily explores new websites. Enters email freely for content access. Tries new payment methods. Downloads apps without extensive research. Clicks on interesting links even from unfamiliar sources. Creates accounts easily. Minimal verification before form submission. |
49
+ | 0.8-1.0 | Very Risk-Seeking | Clicks first, thinks later. Ignores security warnings. Enters personal data casually. Experiments with unverified sites and downloads. May fall for phishing without pattern recognition. No hesitation on unfamiliar checkouts. Dismisses browser warnings. |
50
+
51
+ ## Trait Correlations
52
+
53
+ | Related Trait | Correlation | Mechanism |
54
+ |---------------|-------------|-----------|
55
+ | [Trust Calibration](../traits/Trait-TrustCalibration) | r = -0.48 | Risk-averse users have stricter trust requirements |
56
+ | [Self-Efficacy](../traits/Trait-SelfEfficacy) | r = 0.35 | Confident users take more risks |
57
+ | [Patience](Trait-Patience) | r = -0.22 | Impatient users skip risk evaluation |
58
+ | [Curiosity](Trait-Curiosity) | r = 0.44 | Curious users accept risk to explore |
59
+ | [FOMO](../traits/Trait-FOMO) | r = 0.38 | Fear of missing out overrides risk concerns |
60
+
61
+ ## Prospect Theory Application
62
+
63
+ ### Loss Aversion in Web Context
64
+
65
+ The 2:1 loss aversion ratio means:
66
+ - **Perceived losses** (data breach, spam, fraud) are weighted 2x more than equivalent gains
67
+ - Users need perceived gains to be 2x the perceived risk to act
68
+ - A $50 savings must feel twice as large as the "risk" of entering credit card info
69
+
70
+ ### Framing Effects
71
+
72
+ Same action, different risk perception:
73
+ - "Save 20% today" (gain frame) vs "Don't lose 20% savings" (loss frame)
74
+ - Loss frame more effective for risk-averse users
75
+ - Gain frame more effective for risk-tolerant users
76
+
77
+ ### Certainty Effect
78
+
79
+ Users overweight certain outcomes:
80
+ - "Guaranteed free shipping" > "95% probability of free shipping" even if EV higher
81
+ - Risk-averse users especially prefer certain, smaller gains
82
+
83
+ ## Impact on Web Behavior
84
+
85
+ ### Form Submission
86
+
87
+ ```
88
+ Very Risk-Averse: Abandons at email field, never enters financial info
89
+ Risk-Averse: Needs trust signals, checks privacy policy
90
+ Moderate: Standard conversion with basic trust signals
91
+ Risk-Tolerant: Completes most forms readily
92
+ Very Risk-Seeking: Submits any form without hesitation
93
+ ```
94
+
95
+ ### Link Clicking
96
+
97
+ - **Low risk tolerance**: Only clicks clearly labeled, contextual links
98
+ - **High risk tolerance**: Clicks promotional links, external links, unfamiliar CTAs
99
+
100
+ ### Account Creation
101
+
102
+ - **Low risk tolerance**: Prefers guest checkout, temporary emails, minimal data
103
+ - **High risk tolerance**: Full registration, connected accounts, shared data
104
+
105
+ ## Persona Values
106
+
107
+ | Persona | Risk Tolerance Value | Rationale |
108
+ |---------|----------------------|-----------|
109
+ | [Anxious First-Timer](../personas/Persona-AnxiousFirstTimer) | 0.2 | High uncertainty amplifies risk perception |
110
+ | [Methodical Senior](../personas/Persona-MethodicalSenior) | 0.3 | Cautious, has experienced scams |
111
+ | [Distracted Parent](../personas/Persona-DistractedParent) | 0.35 | Protective instinct, limited verification time |
112
+ | [Rushed Professional](../personas/Persona-RushedProfessional) | 0.55 | Trades security for speed on familiar sites |
113
+ | [Tech-Savvy Explorer](../personas/Persona-TechSavvyExplorer) | 0.75 | Confident in detecting risks, explores freely |
114
+ | [Impulsive Shopper](../personas/Persona-ImpulsiveShopper) | 0.8 | Emotion overrides risk calculation |
115
+
116
+ ## UX Design Implications
117
+
118
+ ### For Low-Risk-Tolerance Users
119
+
120
+ - Display trust badges prominently (SSL, BBB, payment logos)
121
+ - Show security messaging near form fields
122
+ - Include testimonials and review counts
123
+ - Explain why information is needed
124
+ - Offer guest checkout options
125
+ - Display clear refund/return policies
126
+ - Use familiar brand associations
127
+
128
+ ### For High-Risk-Tolerance Users
129
+
130
+ - Can use more aggressive CTAs
131
+ - Less need for trust signals (though still beneficial)
132
+ - Can experiment with novel interaction patterns
133
+ - May respond to urgency/scarcity tactics
134
+
135
+ ## See Also
136
+
137
+ - [Trait Index](Trait-Index) - All cognitive traits
138
+ - [Trust Calibration](../traits/Trait-TrustCalibration) - Related credibility trait
139
+ - [Satisficing](../traits/Trait-Satisficing) - Decision-making under uncertainty
140
+ - [Persona Index](../personas/Persona-Index) - Pre-configured personas
141
+
142
+ ## Bibliography
143
+
144
+ Baymard Institute. (2023). 49 cart abandonment rate statistics 2023. https://baymard.com/lists/cart-abandonment-rate
145
+
146
+ ConversionXL. (2019). Trust seals and badges: Do they help conversions? https://cxl.com/blog/trust-seals/
147
+
148
+ Kahneman, D., & Tversky, A. (1979). Prospect theory: An analysis of decision under risk. *Econometrica*, 47(2), 263-291. https://doi.org/10.2307/1914185
149
+
150
+ Statista. (2022). Reasons for shopping cart abandonment during checkout worldwide. https://www.statista.com/statistics/379508/primary-reason-for-digital-shoppers-to-abandon-carts/
151
+
152
+ Tversky, A., & Kahneman, D. (1974). Judgment under uncertainty: Heuristics and biases. *Science*, 185(4157), 1124-1131. https://doi.org/10.1126/science.185.4157.1124
153
+
154
+ Tversky, A., & Kahneman, D. (1992). Advances in prospect theory: Cumulative representation of uncertainty. *Journal of Risk and Uncertainty*, 5(4), 297-323. https://doi.org/10.1007/BF00122574