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,163 @@
1
+ # Change Blindness
2
+
3
+ **Category**: Tier 5 - Perception Traits
4
+ **Scale**: 0.0 (low susceptibility) to 1.0 (high susceptibility)
5
+
6
+ ## Definition
7
+
8
+ Change Blindness is the perceptual phenomenon where users fail to notice significant visual changes in a scene or interface, particularly when those changes occur during visual disruptions such as page loads, modal transitions, eye movements, or attention shifts. In web and UI contexts, this trait determines how likely users are to miss important updates, error states, navigation changes, or newly appearing content. Users with high change blindness are more susceptible to overlooking critical interface modifications, while those with low change blindness maintain better situational awareness of dynamic content changes.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "We found that about half of the observers failed to notice a gorilla that walked through the scene, even though it was visible for 5 seconds. This suggests that without attention, even salient events can go completely unnoticed."
15
+ > — Simons, D. J., & Chabris, C. F., 1999, p. 1059
16
+
17
+ **Full Citation (APA 7):**
18
+ Simons, D. J., & Chabris, C. F. (1999). Gorillas in our midst: Sustained inattentional blindness for dynamic events. *Perception*, 28(9), 1059-1074.
19
+
20
+ **DOI**: https://doi.org/10.1068/p281059
21
+
22
+ ### Supporting Research
23
+
24
+ > "The failure to see changes that occur during visual disruptions is remarkably common, even when observers are looking directly at the changing object."
25
+ > — Rensink, R. A., O'Regan, J. K., & Clark, J. J., 1997, p. 368
26
+
27
+ **Full Citation (APA 7):**
28
+ Rensink, R. A., O'Regan, J. K., & Clark, J. J. (1997). To see or not to see: The need for attention to perceive changes in scenes. *Psychological Science*, 8(5), 368-373.
29
+
30
+ **DOI**: https://doi.org/10.1111/j.1467-9280.1997.tb00427.x
31
+
32
+ ### Key Numerical Values
33
+
34
+ | Metric | Value | Source |
35
+ |--------|-------|--------|
36
+ | Gorilla detection rate | 44% noticed | Simons & Chabris (1999) |
37
+ | Inattentional blindness rate | 46% miss unexpected objects | Simons & Chabris (1999) |
38
+ | Change detection with flicker | 40-60% detection rate | Rensink et al. (1997) |
39
+ | Detection time (central interest) | 4-8 seconds average | Rensink et al. (1997) |
40
+ | Detection time (marginal interest) | 12-24 seconds average | Rensink et al. (1997) |
41
+ | "Person swap" detection | 50% failed to notice | Simons & Levin (1998) |
42
+ | Web notification miss rate | 23-45% of users | DiVita et al. (2004) |
43
+
44
+ ## Behavioral Levels
45
+
46
+ | Value | Label | Behaviors |
47
+ |-------|-------|-----------|
48
+ | 0.0-0.2 | Very Low | Immediately notices toast notifications, error messages, and status changes; catches subtle UI updates during page transitions; detects when form fields are auto-populated or modified; notices navigation breadcrumb updates; catches loading spinners and progress indicators; quickly identifies new badges or notification counts |
49
+ | 0.2-0.4 | Low | Notices most interface changes within 2-3 seconds; occasionally misses peripheral notifications but catches central updates; detects error states and warning banners reliably; notices when modal content changes; catches most form validation feedback; aware of sidebar or panel state changes |
50
+ | 0.4-0.6 | Moderate | Misses approximately 30-40% of non-central changes; frequently overlooks toast messages in corner positions; may not notice header updates during scrolling; sometimes misses inline form validation until submission fails; partial awareness of tab content changes; may miss loading states that complete quickly |
51
+ | 0.6-0.8 | High | Frequently misses status updates and notifications (50-60%); often unaware when page content refreshes automatically; misses error messages that disappear on timer; fails to notice shopping cart count updates; overlooks changed button states (enabled/disabled); misses success confirmations after form submissions |
52
+ | 0.8-1.0 | Very High | Fails to notice most interface changes unless directly cued; completely misses timed notifications and toasts; unaware of background data refreshes; does not notice when forms reset after errors; misses navigation state changes entirely; requires explicit confirmation dialogs to acknowledge any change; frequently confused by wizard progress that advances without apparent cause |
53
+
54
+ ## Web/UI Manifestations
55
+
56
+ ### Common Scenarios Where Change Blindness Affects Users
57
+
58
+ **Page Load Transitions**
59
+ - User clicks link, page loads new content, but user keeps looking at same area expecting old content
60
+ - AJAX updates complete silently, user continues interacting with stale data
61
+ - Lazy-loaded images or content appear without user awareness
62
+
63
+ **Modal and Overlay Changes**
64
+ - Error message appears in modal while user focuses on form fields
65
+ - Modal content updates (e.g., confirmation step) without user noticing the change
66
+ - Overlay dismissal happens, but user doesn't realize underlying page changed
67
+
68
+ **Notification Failures**
69
+ - Toast notifications appear and auto-dismiss before user notices
70
+ - Badge counts increment on navigation items without detection
71
+ - Alert banners appear at top of page while user scrolls below
72
+
73
+ **Form State Changes**
74
+ - Validation errors appear inline but are scrolled out of view
75
+ - Submit button becomes disabled/enabled without user awareness
76
+ - Form fields auto-populate or clear without detection
77
+
78
+ **E-commerce Specific**
79
+ - Cart item counts update without user noticing
80
+ - Price changes during session go undetected
81
+ - Stock status changes ("In Stock" to "Out of Stock") are missed
82
+
83
+ ## Trait Correlations
84
+
85
+ | Related Trait | Correlation | Mechanism |
86
+ |---------------|-------------|-----------|
87
+ | Working Memory | r = -0.38 | Lower working memory reduces capacity for change monitoring |
88
+ | Patience | r = -0.25 | Impatient users miss changes during rapid navigation |
89
+ | Reading Tendency | r = -0.31 | Low readers scan less, miss peripheral changes |
90
+ | Metacognitive Planning | r = -0.29 | Poor planners less likely to monitor for expected changes |
91
+ | Interrupt Recovery | r = 0.42 | High change blindness makes recovery from interruptions harder |
92
+
93
+ ## Design Implications
94
+
95
+ ### For High Change Blindness Users
96
+
97
+ - Use animation and motion to draw attention to changes
98
+ - Implement persistent notifications rather than auto-dismissing toasts
99
+ - Require explicit acknowledgment for critical state changes
100
+ - Position important updates in current focus area, not periphery
101
+ - Use contrasting colors and visual weight for changed elements
102
+ - Add sound or haptic feedback for important notifications
103
+ - Implement "change highlighting" that persists for 3-5 seconds
104
+
105
+ ### For Low Change Blindness Users
106
+
107
+ - Subtle animations are sufficient for notification
108
+ - Brief toast messages are acceptable
109
+ - Can rely on peripheral awareness for secondary updates
110
+ - Standard notification patterns work effectively
111
+
112
+ ## Persona Values
113
+
114
+ | Persona | Value | Rationale |
115
+ |---------|-------|-----------|
116
+ | Rushing Rachel | 0.75 | Time pressure and rapid scanning increases change blindness |
117
+ | Careful Carlos | 0.25 | Methodical verification catches most changes |
118
+ | Distracted Dave | 0.85 | Frequent attention shifts and multitasking maximize blindness |
119
+ | Senior Sam | 0.70 | Age-related attention narrowing increases susceptibility |
120
+ | Focused Fiona | 0.30 | Concentrated attention reduces change blindness |
121
+ | Anxious Annie | 0.55 | Anxiety narrows attention but heightens vigilance for threats |
122
+ | Mobile Mike | 0.65 | Small screens and multitasking increase blindness |
123
+ | Power User Pete | 0.35 | Familiarity with patterns helps detect unexpected changes |
124
+
125
+ ## Measurement Approaches
126
+
127
+ ### Experimental Paradigms
128
+
129
+ 1. **Flicker paradigm**: Alternating between original and modified images with blank screen
130
+ 2. **Mudsplash paradigm**: Brief visual disruption concurrent with change
131
+ 3. **Cut paradigm**: Changes during simulated "camera cuts" or page transitions
132
+ 4. **Gradual change paradigm**: Slow, continuous modifications over time
133
+
134
+ ### Web-Specific Metrics
135
+
136
+ - Time to notice toast notification
137
+ - Detection rate for inline validation errors
138
+ - Response to badge count increments
139
+ - Awareness of auto-refresh events
140
+
141
+ ## See Also
142
+
143
+ - [Mental Model Rigidity](Trait-MentalModelRigidity) - Related perceptual limitation
144
+ - [Working Memory](Trait-WorkingMemory) - Capacity constraint that affects change detection
145
+ - [Reading Tendency](Trait-ReadingTendency) - Scanning patterns affect peripheral awareness
146
+ - [Trait Index](Trait-Index) - Complete trait listing
147
+ - [Distracted Dave](../personas/Persona-DistractedDave) - High change blindness persona
148
+
149
+ ## Bibliography
150
+
151
+ DiVita, J., Obermayer, R., Nugent, W., & Linville, J. M. (2004). Verification of the change blindness phenomenon while managing critical events on a combat information display. *Human Factors*, 46(2), 205-218. https://doi.org/10.1518/hfes.46.2.205.37340
152
+
153
+ Levin, D. T., & Simons, D. J. (1997). Failure to detect changes to attended objects in motion pictures. *Psychonomic Bulletin & Review*, 4(4), 501-506. https://doi.org/10.3758/BF03214339
154
+
155
+ O'Regan, J. K., Rensink, R. A., & Clark, J. J. (1999). Change-blindness as a result of 'mudsplashes'. *Nature*, 398(6722), 34. https://doi.org/10.1038/17953
156
+
157
+ Rensink, R. A., O'Regan, J. K., & Clark, J. J. (1997). To see or not to see: The need for attention to perceive changes in scenes. *Psychological Science*, 8(5), 368-373. https://doi.org/10.1111/j.1467-9280.1997.tb00427.x
158
+
159
+ Simons, D. J., & Chabris, C. F. (1999). Gorillas in our midst: Sustained inattentional blindness for dynamic events. *Perception*, 28(9), 1059-1074. https://doi.org/10.1068/p281059
160
+
161
+ Simons, D. J., & Levin, D. T. (1998). Failure to detect changes to people during a real-world interaction. *Psychonomic Bulletin & Review*, 5(4), 644-649. https://doi.org/10.3758/BF03208840
162
+
163
+ Varakin, D. A., Levin, D. T., & Fidler, R. (2004). Unseen and unaware: Implications of recent research on failures of visual awareness for human-computer interface design. *Human-Computer Interaction*, 19(4), 389-422. https://doi.org/10.1207/s15327051hci1904_5
@@ -0,0 +1,172 @@
1
+ # Comprehension
2
+
3
+ **Category**: Tier 1 - Core Traits
4
+ **Scale**: 0.0 (very low comprehension) to 1.0 (very high comprehension)
5
+
6
+ ## Definition
7
+
8
+ Comprehension represents a user's ability to understand interface elements, follow instructions, and build accurate mental models of how a system works. This trait encompasses both literacy-based text comprehension and procedural comprehension of interface mechanics. Users with low comprehension struggle with technical terminology, complex navigation, and multi-step processes, while high comprehension users quickly grasp system logic and can adapt to unfamiliar interfaces.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "The GOMS model provides a framework for predicting the time it takes users to accomplish tasks and the errors they will make... User performance depends critically on the methods they have learned for accomplishing goals."
15
+ > - Card, Moran, & Newell, 1983, p. 139
16
+
17
+ **Full Citation (APA 7):**
18
+ Card, S. K., Moran, T. P., & Newell, A. (1983). *The Psychology of Human-Computer Interaction*. Lawrence Erlbaum Associates.
19
+
20
+ **ISBN**: 978-0898592436
21
+
22
+ ### Supporting Research
23
+
24
+ > "Cognitive load theory suggests that instructional design should minimize extraneous cognitive load while promoting germane cognitive load... When intrinsic load is high, even small amounts of extraneous load can overwhelm working memory."
25
+ > - Sweller, 1988, p. 266
26
+
27
+ **Full Citation (APA 7):**
28
+ Sweller, J. (1988). Cognitive load during problem solving: Effects on learning. *Cognitive Science*, 12(2), 257-285. https://doi.org/10.1207/s15516709cog1202_4
29
+
30
+ ### Key Numerical Values
31
+
32
+ | Metric | Value | Source |
33
+ |--------|-------|--------|
34
+ | Average adult reading level (US) | 7th-8th grade | National Assessment of Adult Literacy (2003) |
35
+ | Recommended web content level | 6th grade | Nielsen Norman Group (2015) |
36
+ | Comprehension drop per grade level above target | 10-15% | Klare (1963) |
37
+ | Users understanding privacy policies | 9% | McDonald & Cranor (2008) |
38
+ | Error rate increase with jargon | 32% | Lazar et al. (2006) |
39
+ | GOMS prediction accuracy | r = 0.9 with actual times | Card, Moran, & Newell (1983) |
40
+
41
+ ## Behavioral Levels
42
+
43
+ | Value | Label | Behaviors |
44
+ |-------|-------|-----------|
45
+ | 0.0-0.2 | Very Low | Cannot parse technical terminology. Gets lost in multi-step processes. Clicks randomly when confused. Cannot distinguish between similar-looking buttons. Requires step-by-step hand-holding. May not understand error messages at all. Frequently backs out of processes due to confusion. |
46
+ | 0.2-0.4 | Low | Struggles with industry jargon (e.g., "authenticate," "configure," "deploy"). Needs visual cues alongside text. May misinterpret instructions. Follows only very simple navigation. Often unsure which button to click. Reads but doesn't fully understand help documentation. |
47
+ | 0.4-0.6 | Moderate | Understands standard web conventions (shopping cart icon, hamburger menu). Follows clear instructions reliably. May struggle with advanced features. Understands common error messages. Can complete multi-step forms with clear progress indicators. Baseline GOMS model performance. |
48
+ | 0.6-0.8 | High | Quickly grasps new interface patterns. Understands technical documentation. Anticipates next steps in processes. Transfers knowledge from similar systems. Can troubleshoot common issues independently. Comfortable with complex forms and workflows. |
49
+ | 0.8-1.0 | Very High | Immediately understands novel interface paradigms. Reads and applies API documentation. Predicts system behavior accurately. Can use keyboard shortcuts and advanced features. Self-teaches from minimal instruction. Builds accurate mental models rapidly. |
50
+
51
+ ## The GOMS Model
52
+
53
+ ### Components
54
+
55
+ Card, Moran, and Newell's GOMS model breaks user behavior into:
56
+
57
+ 1. **Goals**: What the user wants to accomplish (e.g., "buy a book")
58
+ 2. **Operators**: Basic actions (click, type, scroll, read)
59
+ 3. **Methods**: Sequences of operators to achieve goals
60
+ 4. **Selection Rules**: How users choose between methods
61
+
62
+ ### Comprehension's Role in GOMS
63
+
64
+ | Comprehension Level | GOMS Impact |
65
+ |---------------------|-------------|
66
+ | Low | Limited method repertoire, slower operator execution, poor selection rules |
67
+ | Moderate | Standard methods, typical operator times, basic selection |
68
+ | High | Rich method library, efficient operators, optimal selection |
69
+
70
+ ## Trait Correlations
71
+
72
+ | Related Trait | Correlation | Mechanism |
73
+ |---------------|-------------|-----------|
74
+ | [Working Memory](Trait-WorkingMemory) | r = 0.52 | Memory capacity enables complex comprehension |
75
+ | [Procedural Fluency](../traits/Trait-ProceduralFluency) | r = 0.61 | Comprehension enables procedure learning |
76
+ | [Transfer Learning](../traits/Trait-TransferLearning) | r = 0.48 | Understanding enables cross-domain transfer |
77
+ | [Reading Tendency](Trait-ReadingTendency) | r = 0.35 | Reading enables text-based comprehension |
78
+ | [Self-Efficacy](../traits/Trait-SelfEfficacy) | r = 0.42 | Understanding builds confidence |
79
+
80
+ ## Readability and Comprehension
81
+
82
+ ### Flesch-Kincaid Guidelines
83
+
84
+ | Reading Level | Grade Level | Comprehension Score Range |
85
+ |---------------|-------------|---------------------------|
86
+ | Very Easy | 5th grade | 0.0-0.3 |
87
+ | Easy | 6th grade | 0.3-0.5 |
88
+ | Standard | 8th grade | 0.5-0.7 |
89
+ | Difficult | 10th-12th grade | 0.7-0.9 |
90
+ | Very Difficult | College+ | 0.9-1.0 |
91
+
92
+ ### Web Content Implications
93
+
94
+ - **Low comprehension users**: Need 5th-6th grade reading level, visual cues, minimal jargon
95
+ - **High comprehension users**: Can handle technical documentation, complex interfaces
96
+
97
+ ## Impact on Web Behavior
98
+
99
+ ### Error Recovery
100
+
101
+ ```
102
+ Very Low: Cannot understand error messages, gives up
103
+ Low: Understands simple errors ("wrong password"), confused by technical errors
104
+ Moderate: Follows basic troubleshooting steps
105
+ High: Interprets error codes, tries multiple solutions
106
+ Very High: Debugs issues independently, consults documentation
107
+ ```
108
+
109
+ ### Navigation
110
+
111
+ - **Low comprehension**: Relies on familiar patterns, lost with novel navigation
112
+ - **High comprehension**: Quickly learns new navigation paradigms, uses advanced features
113
+
114
+ ### Form Completion
115
+
116
+ - **Low comprehension**: Confused by field labels, validation messages unclear
117
+ - **High comprehension**: Understands field requirements, anticipates validation rules
118
+
119
+ ## Persona Values
120
+
121
+ | Persona | Comprehension Value | Rationale |
122
+ |---------|---------------------|-----------|
123
+ | [Anxious First-Timer](../personas/Persona-AnxiousFirstTimer) | 0.4 | Anxiety impairs comprehension |
124
+ | [Methodical Senior](../personas/Persona-MethodicalSenior) | 0.5 | Slower but thorough processing |
125
+ | [Distracted Parent](../personas/Persona-DistractedParent) | 0.5 | Divided attention limits comprehension |
126
+ | [Rushed Professional](../personas/Persona-RushedProfessional) | 0.7 | Experienced but hurried |
127
+ | [Tech-Savvy Explorer](../personas/Persona-TechSavvyExplorer) | 0.85 | High baseline + practice |
128
+ | [Accessibility User](../personas/Persona-AccessibilityUser) | 0.6 | Variable, depends on accommodations |
129
+
130
+ ## UX Design Implications
131
+
132
+ ### For Low-Comprehension Users
133
+
134
+ - Use plain language (6th grade reading level)
135
+ - Provide visual cues alongside text labels
136
+ - Show examples rather than just instructions
137
+ - Break complex processes into small steps
138
+ - Use progressive disclosure for advanced features
139
+ - Avoid jargon and technical terminology
140
+ - Include contextual help tooltips
141
+
142
+ ### For High-Comprehension Users
143
+
144
+ - Can provide power-user features
145
+ - Documentation can be more technical
146
+ - Fewer hand-holding elements needed
147
+ - Can use industry-standard terminology
148
+ - Advanced features can be more accessible
149
+
150
+ ## See Also
151
+
152
+ - [Trait Index](Trait-Index) - All cognitive traits
153
+ - [Working Memory](Trait-WorkingMemory) - Capacity for understanding
154
+ - [Procedural Fluency](../traits/Trait-ProceduralFluency) - Learned comprehension
155
+ - [Reading Tendency](Trait-ReadingTendency) - Text processing behavior
156
+ - [Persona Index](../personas/Persona-Index) - Pre-configured personas
157
+
158
+ ## Bibliography
159
+
160
+ Card, S. K., Moran, T. P., & Newell, A. (1983). *The Psychology of Human-Computer Interaction*. Lawrence Erlbaum Associates. ISBN 978-0898592436
161
+
162
+ Klare, G. R. (1963). *The Measurement of Readability*. Iowa State University Press.
163
+
164
+ Kutner, M., Greenberg, E., Jin, Y., Boyle, B., Hsu, Y., & Dunleavy, E. (2007). *Literacy in Everyday Life: Results from the 2003 National Assessment of Adult Literacy*. U.S. Department of Education.
165
+
166
+ Lazar, J., Feng, J. H., & Hochheiser, H. (2006). *Research Methods in Human-Computer Interaction*. John Wiley & Sons.
167
+
168
+ McDonald, A. M., & Cranor, L. F. (2008). The cost of reading privacy policies. *I/S: A Journal of Law and Policy for the Information Society*, 4(3), 543-568.
169
+
170
+ Nielsen Norman Group. (2015). How users read on the web. https://www.nngroup.com/articles/how-users-read-on-the-web/
171
+
172
+ Sweller, J. (1988). Cognitive load during problem solving: Effects on learning. *Cognitive Science*, 12(2), 257-285. https://doi.org/10.1207/s15516709cog1202_4
@@ -0,0 +1,181 @@
1
+ # Curiosity
2
+
3
+ **Category**: Tier 1 - Core Traits
4
+ **Scale**: 0.0 (goal-focused only) to 1.0 (highly exploratory)
5
+
6
+ ## Definition
7
+
8
+ Curiosity represents a user's intrinsic motivation to explore, discover, and learn beyond their immediate task requirements. This trait governs whether users stay narrowly focused on their goals or venture into related content, features, and options. Users with low curiosity follow the most direct path to their objective, while highly curious users actively seek new information, explore tangential links, and engage with content beyond their original purpose.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "Epistemic curiosity is the desire for knowledge that motivates exploration in the absence of any extrinsic reward... It is the primary drive that motivates scientific inquiry and intellectual exploration."
15
+ > - Berlyne, 1960, p. 274
16
+
17
+ **Full Citation (APA 7):**
18
+ Berlyne, D. E. (1960). *Conflict, Arousal, and Curiosity*. McGraw-Hill. https://doi.org/10.1037/11229-000
19
+
20
+ **DOI**: https://doi.org/10.1037/11229-000
21
+
22
+ ### Supporting Research
23
+
24
+ > "Curiosity is characterized by two dimensions: diversive curiosity (seeking novel stimulation) and specific curiosity (seeking particular information to reduce uncertainty)."
25
+ > - Litman, 2005, p. 795
26
+
27
+ **Full Citation (APA 7):**
28
+ Litman, J. A. (2005). Curiosity and the pleasures of learning: Wanting and liking new information. *Cognition & Emotion*, 19(6), 793-814. https://doi.org/10.1080/02699930541000101
29
+
30
+ ### Key Numerical Values
31
+
32
+ | Metric | Value | Source |
33
+ |--------|-------|--------|
34
+ | Information gap effect on attention | 27% increase | Loewenstein (1994) |
35
+ | Curiosity-learning correlation | r = 0.50 | Kashdan & Silvia (2009) |
36
+ | Click-through on "related content" | 12% average | Chartbeat (2017) |
37
+ | Time increase from curiosity-driven exploration | 34% | Kidd & Hayden (2015) |
38
+ | Feature discovery from exploration | 2.3x higher | ProductPlan (2019) |
39
+ | Novel stimulus attention capture | 180ms faster | Berlyne (1960) |
40
+
41
+ ## Berlyne's Curiosity Framework
42
+
43
+ ### Two Types of Epistemic Curiosity
44
+
45
+ 1. **Diversive Curiosity** (breadth-seeking)
46
+ - General desire for new stimulation
47
+ - Variety-seeking behavior
48
+ - **Web impact**: Clicks "related articles," explores sidebar content
49
+
50
+ 2. **Specific Curiosity** (depth-seeking)
51
+ - Focused inquiry to resolve uncertainty
52
+ - Deep-dive behavior
53
+ - **Web impact**: Reads documentation, explores feature details
54
+
55
+ ### Information Gap Theory
56
+
57
+ Loewenstein (1994) extended Berlyne's work:
58
+ - Curiosity is triggered when there's a gap between what we know and what we want to know
59
+ - The gap must be perceived as closeable through effort
60
+ - **Web impact**: "Learn more" links, incomplete previews, progressive disclosure
61
+
62
+ ## Behavioral Levels
63
+
64
+ | Value | Label | Behaviors |
65
+ |-------|-------|-----------|
66
+ | 0.0-0.2 | Goal-Focused | Ignores all non-essential content. Takes shortest path to objective. Never clicks "related" or "you might also like." Closes pop-ups immediately without reading. Uses search exclusively, never browses. Skips product details beyond purchase requirements. |
67
+ | 0.2-0.4 | Low Curiosity | Occasionally glances at related content but rarely clicks. Sticks mostly to task. May notice interesting elements but doesn't investigate. Quick scans of additional options. Minimal exploration of settings or features. |
68
+ | 0.4-0.6 | Moderate | Balances task completion with some exploration. Clicks interesting links if not time-pressed. Reads "about" pages for new sites. Explores one or two tangential items. May investigate new features when noticed. Checks out recommendations occasionally. |
69
+ | 0.6-0.8 | Curious | Actively explores beyond task requirements. Reads related articles and linked content. Investigates new features and options. Clicks on "learn more" links. Explores settings and customization. Time on site 30-40% above average. |
70
+ | 0.8-1.0 | Highly Exploratory | Deep exploration of all available content. Reads documentation and help pages. Investigates every feature, setting, and option. Follows rabbit holes of linked content. May forget original task while exploring. Discovers hidden features. Time on site 50%+ above average. |
71
+
72
+ ## Trait Correlations
73
+
74
+ | Related Trait | Correlation | Mechanism |
75
+ |---------------|-------------|-----------|
76
+ | [Risk Tolerance](Trait-RiskTolerance) | r = 0.44 | Curiosity accepts risk of unknown content |
77
+ | [Information Foraging](../traits/Trait-InformationForaging) | r = 0.51 | Curiosity drives broader foraging patterns |
78
+ | [Working Memory](Trait-WorkingMemory) | r = 0.28 | Capacity limits exploration complexity |
79
+ | [Patience](Trait-Patience) | r = 0.32 | Time allows for exploration |
80
+ | [Persistence](Trait-Persistence) | r = 0.35 | Persistence enables deep curiosity dives |
81
+
82
+ ## Impact on Web Behavior
83
+
84
+ ### Navigation Patterns
85
+
86
+ ```
87
+ Goal-Focused (0.0-0.2): Search → Result → Convert → Leave
88
+ Low Curiosity (0.2-0.4): Search → Result → Quick scan → Convert
89
+ Moderate (0.4-0.6): Search → Result → Some exploration → Convert
90
+ Curious (0.6-0.8): Search → Result → Multiple pages → Convert
91
+ Highly Exploratory (0.8-1.0): Browse → Explore → Rabbit holes → Maybe convert
92
+ ```
93
+
94
+ ### Content Engagement
95
+
96
+ | Curiosity Level | Pages per Session | Time on Site | Feature Discovery |
97
+ |-----------------|-------------------|--------------|-------------------|
98
+ | Very Low | 1.5 | 45 seconds | Minimal |
99
+ | Low | 2.3 | 1.5 minutes | Low |
100
+ | Moderate | 3.8 | 3 minutes | Medium |
101
+ | High | 5.5 | 5 minutes | High |
102
+ | Very High | 8+ | 8+ minutes | Very High |
103
+
104
+ ### Feature Adoption
105
+
106
+ - **Low curiosity**: Uses only features explicitly shown, never explores settings
107
+ - **High curiosity**: Discovers advanced features, customizes experience, finds hidden options
108
+
109
+ ## Click Behavior
110
+
111
+ ### Diversive Curiosity (Breadth)
112
+
113
+ High curiosity users click:
114
+ - "Related articles" sections
115
+ - Sidebar recommendations
116
+ - Footer links
117
+ - Category pages
118
+ - "Random" or "discover" features
119
+
120
+ ### Specific Curiosity (Depth)
121
+
122
+ High curiosity users click:
123
+ - "Learn more" links
124
+ - Feature documentation
125
+ - FAQ sections
126
+ - Detailed specifications
127
+ - Behind-the-scenes content
128
+
129
+ ## Persona Values
130
+
131
+ | Persona | Curiosity Value | Rationale |
132
+ |---------|-----------------|-----------|
133
+ | [Rushed Professional](../personas/Persona-RushedProfessional) | 0.2 | No time for exploration |
134
+ | [Distracted Parent](../personas/Persona-DistractedParent) | 0.3 | Task-focused due to time pressure |
135
+ | [Anxious First-Timer](../personas/Persona-AnxiousFirstTimer) | 0.35 | Fear limits exploration |
136
+ | [Methodical Senior](../personas/Persona-MethodicalSenior) | 0.55 | Thorough but not exploratory |
137
+ | [Tech-Savvy Explorer](../personas/Persona-TechSavvyExplorer) | 0.9 | Exploration is intrinsically rewarding |
138
+ | [Impulsive Shopper](../personas/Persona-ImpulsiveShopper) | 0.65 | Curious about products, not features |
139
+
140
+ ## UX Design Implications
141
+
142
+ ### For Low-Curiosity Users
143
+
144
+ - Clear, direct paths to goals
145
+ - Minimize distractions from primary task
146
+ - Hide advanced features behind progressive disclosure
147
+ - Don't require exploration for core functionality
148
+ - Search must be excellent
149
+
150
+ ### For High-Curiosity Users
151
+
152
+ - Rich "related content" sections
153
+ - Deep documentation and guides
154
+ - Discoverable advanced features
155
+ - Easter eggs and hidden content reward exploration
156
+ - Progressive disclosure reveals depth
157
+ - Cross-linking between related topics
158
+
159
+ ## See Also
160
+
161
+ - [Trait Index](Trait-Index) - All cognitive traits
162
+ - [Information Foraging](../traits/Trait-InformationForaging) - Related foraging trait
163
+ - [Risk Tolerance](Trait-RiskTolerance) - Risk acceptance enables exploration
164
+ - [Working Memory](Trait-WorkingMemory) - Capacity for exploration
165
+ - [Persona Index](../personas/Persona-Index) - Pre-configured personas
166
+
167
+ ## Bibliography
168
+
169
+ Berlyne, D. E. (1960). *Conflict, Arousal, and Curiosity*. McGraw-Hill. https://doi.org/10.1037/11229-000
170
+
171
+ Chartbeat. (2017). The engaged reader: How content producers are engaging consumers. Chartbeat Content Insights.
172
+
173
+ Kashdan, T. B., & Silvia, P. J. (2009). Curiosity and interest: The benefits of thriving on novelty and challenge. In S. J. Lopez & C. R. Snyder (Eds.), *Oxford Handbook of Positive Psychology* (2nd ed., pp. 367-374). Oxford University Press.
174
+
175
+ Kidd, C., & Hayden, B. Y. (2015). The psychology and neuroscience of curiosity. *Neuron*, 88(3), 449-460. https://doi.org/10.1016/j.neuron.2015.09.010
176
+
177
+ Litman, J. A. (2005). Curiosity and the pleasures of learning: Wanting and liking new information. *Cognition & Emotion*, 19(6), 793-814. https://doi.org/10.1080/02699930541000101
178
+
179
+ Loewenstein, G. (1994). The psychology of curiosity: A review and reinterpretation. *Psychological Bulletin*, 116(1), 75-98. https://doi.org/10.1037/0033-2909.116.1.75
180
+
181
+ ProductPlan. (2019). Feature adoption and product exploration study. ProductPlan Research Report.
@@ -0,0 +1,136 @@
1
+ # Emotional Contagion
2
+
3
+ **Category**: Tier 6 - Social Traits
4
+ **Scale**: 0.0 (low) to 1.0 (high)
5
+
6
+ ## Definition
7
+
8
+ Emotional Contagion measures the degree to which a user's emotional state is influenced by the emotional expressions, tone, and sentiment encountered in web interfaces, social media content, and digital communications. Users high in this trait rapidly "catch" emotions from content they encounter - positive reviews generate excitement, negative comments induce anxiety, and urgent messaging creates stress. Users low in this trait maintain emotional stability regardless of encountered content, processing information more cognitively than affectively, which can lead to more objective decision-making but potentially less engagement with emotional appeals.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "Emotional contagion is the tendency to automatically mimic and synchronize expressions, vocalizations, postures, and movements with those of another person's and, consequently, to converge emotionally."
15
+ > - Hatfield, Cacioppo, & Rapson, 1993, p. 5
16
+
17
+ **Full Citation (APA 7):**
18
+ Hatfield, E., Cacioppo, J. T., & Rapson, R. L. (1993). Emotional contagion. *Current Directions in Psychological Science, 2*(3), 96-99.
19
+
20
+ **DOI**: https://doi.org/10.1111/1467-8721.ep10770953
21
+
22
+ ### Supporting Research
23
+
24
+ > "Emotional states can be transferred to others via emotional contagion, leading people to experience the same emotions without their awareness."
25
+ > - Kramer, Guillory, & Hancock, 2014, p. 8788
26
+
27
+ **Full Citation (APA 7):**
28
+ Kramer, A. D. I., Guillory, J. E., & Hancock, J. T. (2014). Experimental evidence of massive-scale emotional contagion through social networks. *Proceedings of the National Academy of Sciences, 111*(24), 8788-8790. https://doi.org/10.1073/pnas.1320040111
29
+
30
+ ### Key Numerical Values
31
+
32
+ | Metric | Value | Source |
33
+ |--------|-------|--------|
34
+ | Contagion effect size | r = 0.25-0.50 | Hatfield et al. (1993) |
35
+ | Facial mimicry latency | 300-400ms | Dimberg et al. (2000) |
36
+ | Positive content spread rate | +0.7% increase in positive posts | Kramer et al. (2014) |
37
+ | Negative content spread rate | +0.4% increase in negative posts | Kramer et al. (2014) |
38
+ | Emotional Contagion Scale (ECS) reliability | alpha = 0.90 | Doherty (1997) |
39
+ | Cross-platform contagion | 64% mood transfer | Coviello et al. (2014) |
40
+
41
+ ## Behavioral Levels
42
+
43
+ | Value | Label | Behaviors |
44
+ |-------|-------|-----------|
45
+ | 0.0-0.2 | Very Low | Emotionally stable regardless of content encountered; processes negative reviews without distress; unaffected by urgent or alarming messaging; evaluates content logically without emotional engagement; may miss emotional cues important for social context; resistant to emotional manipulation in marketing |
46
+ | 0.2-0.4 | Low | Notices emotional content without absorbing it; mild influence from very strong emotional expressions; maintains analytical stance during content consumption; moderate resistance to fear-based or excitement-based appeals; processes testimonials factually rather than emotionally |
47
+ | 0.4-0.6 | Moderate | Balanced emotional responsiveness; influenced by strong emotional content but recovers quickly; standard susceptibility to emotional marketing; affected by highly negative reviews or alarming content; normal engagement with celebratory or positive messaging; typical mood influence from social media consumption |
48
+ | 0.6-0.8 | High | Readily absorbs emotional tone from content; negative reviews create anxiety about purchasing; positive testimonials generate genuine excitement; urgent messaging induces stress; mood noticeably affected by social media feed content; emotionally engaged with storytelling and testimonials; may share emotional content more readily |
49
+ | 0.8-1.0 | Very High | Immediately and deeply affected by encountered emotions; single negative review can prevent purchase; excitement from positive content leads to impulsive actions; urgent countdown timers create genuine anxiety; mood strongly determined by content feed; highly susceptible to emotional manipulation; may need to limit exposure to negative content for wellbeing |
50
+
51
+ ## Web/UI Behavioral Patterns
52
+
53
+ ### High Emotional Contagion (0.8+)
54
+
55
+ - **Reviews**: Single negative review creates disproportionate anxiety; positive reviews generate strong purchase motivation
56
+ - **Social Proof**: Emotional testimonials ("This changed my life!") highly persuasive
57
+ - **Urgency**: Countdown timers, "limited stock" warnings induce genuine stress
58
+ - **Social Media**: Mood significantly influenced by feed content; doomscrolling impacts wellbeing
59
+ - **Error Messages**: Harsh or alarming error copy causes distress beyond information content
60
+ - **Success States**: Celebratory animations genuinely improve mood and satisfaction
61
+ - **Content Engagement**: High sharing of emotional content; viral susceptibility
62
+ - **Customer Support**: Tone of responses strongly impacts satisfaction
63
+
64
+ ### Low Emotional Contagion (0.2-)
65
+
66
+ - **Reviews**: Analyzes aggregate patterns; single reviews don't sway decisions
67
+ - **Social Proof**: Evaluates testimonials for factual content, not emotional appeal
68
+ - **Urgency**: Recognizes urgency tactics; doesn't experience artificial stress
69
+ - **Social Media**: Maintains stable mood regardless of feed content
70
+ - **Error Messages**: Processes errors informationally; tone doesn't affect experience
71
+ - **Success States**: Acknowledges completion without emotional uplift
72
+ - **Content Engagement**: Shares based on utility, not emotional resonance
73
+ - **Customer Support**: Evaluates resolution quality, not emotional tone
74
+
75
+ ## Trait Correlations
76
+
77
+ | Correlated Trait | Correlation | Mechanism |
78
+ |------------------|-------------|-----------|
79
+ | FOMO | r = 0.52 | Both involve emotional responsiveness to social stimuli |
80
+ | Resilience | r = -0.38 | Higher contagion reduces emotional recovery speed |
81
+ | Patience | r = -0.29 | Emotional urgency reduces patience |
82
+ | Social Proof Sensitivity | r = 0.44 | Emotional testimonials amplify social proof |
83
+ | Risk Tolerance | r = 0.23 | Excitement can increase risk-taking |
84
+
85
+ ## Persona Values
86
+
87
+ | Persona | Value | Rationale |
88
+ |---------|-------|-----------|
89
+ | Busy Parent (Pat) | 0.60 | Moderate susceptibility; protective instincts heighten negative response |
90
+ | Tech-Savvy Teen (Taylor) | 0.75 | High social media exposure; developing emotional regulation |
91
+ | Senior User (Sam) | 0.55 | Life experience provides some buffering; still responsive to emotional appeals |
92
+ | Impatient Professional (Alex) | 0.40 | Professional training in emotional regulation; analytical approach |
93
+ | Cautious Newcomer (Casey) | 0.70 | Uncertainty amplifies emotional responsiveness |
94
+ | Accessibility User (Jordan) | 0.50 | Standard emotional responsiveness |
95
+ | Power User (Riley) | 0.30 | Analytical approach; resistant to emotional manipulation |
96
+
97
+ ## Design Implications
98
+
99
+ ### For High Emotional Contagion Users
100
+
101
+ - Use positive, encouraging microcopy and feedback
102
+ - Avoid alarming error messages or aggressive urgency tactics
103
+ - Provide emotional recovery time after negative content (spacing, transitions)
104
+ - Include positive content to balance negative reviews
105
+ - Use calming colors and reassuring language in stress-inducing flows
106
+ - Consider content warnings for potentially distressing material
107
+
108
+ ### For Low Emotional Contagion Users
109
+
110
+ - Prioritize factual, data-driven content presentation
111
+ - Reduce reliance on emotional testimonials
112
+ - Provide logical, step-by-step information
113
+ - Focus on features and specifications over emotional benefits
114
+ - Aggregate data is more persuasive than individual stories
115
+
116
+ ## See Also
117
+
118
+ - [FOMO](Trait-FOMO) - Social anxiety and urgency
119
+ - [Resilience](Trait-Resilience) - Emotional recovery capability
120
+ - [Social Proof Sensitivity](Trait-SocialProofSensitivity) - Influence by others' behavior
121
+ - [Trust Calibration](Trait-TrustCalibration) - Credibility assessment
122
+ - [Trait Index](Trait-Index) - All cognitive traits
123
+
124
+ ## Bibliography
125
+
126
+ Coviello, L., Sohn, Y., Kramer, A. D. I., Marlow, C., Franceschetti, M., Christakis, N. A., & Fowler, J. H. (2014). Detecting emotional contagion in massive social networks. *PLOS ONE, 9*(3), e90315. https://doi.org/10.1371/journal.pone.0090315
127
+
128
+ Dimberg, U., Thunberg, M., & Elmehed, K. (2000). Unconscious facial reactions to emotional facial expressions. *Psychological Science, 11*(1), 86-89.
129
+
130
+ Doherty, R. W. (1997). The Emotional Contagion Scale: A measure of individual differences. *Journal of Nonverbal Behavior, 21*(2), 131-154.
131
+
132
+ Hatfield, E., Cacioppo, J. T., & Rapson, R. L. (1993). Emotional contagion. *Current Directions in Psychological Science, 2*(3), 96-99. https://doi.org/10.1111/1467-8721.ep10770953
133
+
134
+ Hatfield, E., Cacioppo, J. T., & Rapson, R. L. (1994). *Emotional contagion*. Cambridge University Press.
135
+
136
+ Kramer, A. D. I., Guillory, J. E., & Hancock, J. T. (2014). Experimental evidence of massive-scale emotional contagion through social networks. *Proceedings of the National Academy of Sciences, 111*(24), 8788-8790. https://doi.org/10.1073/pnas.1320040111