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,219 @@
1
+ # Anchoring Bias
2
+
3
+ **Category**: Tier 3 - Decision-Making Traits
4
+ **Scale**: 0.0 (low susceptibility) to 1.0 (high susceptibility)
5
+
6
+ ## Definition
7
+
8
+ Anchoring Bias describes the cognitive tendency to rely heavily on the first piece of information encountered (the "anchor") when making subsequent judgments, even when that anchor is arbitrary or irrelevant. In web contexts, this trait affects how users perceive prices (relative to initial prices shown), estimate quantities (based on default values), evaluate quality (influenced by first reviews seen), and process numerical information generally. High-anchoring users' judgments drift strongly toward initial values; low-anchoring users adjust more completely from anchors toward rational estimates.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "In many situations, people make estimates by starting from an initial value that is adjusted to yield the final answer... adjustments are typically insufficient. That is, different starting points yield different estimates, which are biased toward the initial values."
15
+ > — Tversky & Kahneman, 1974, p. 1128
16
+
17
+ **Full Citation (APA 7):**
18
+ Tversky, A., & Kahneman, D. (1974). Judgment under uncertainty: Heuristics and biases. *Science, 185*(4157), 1124-1131.
19
+
20
+ **DOI**: https://doi.org/10.1126/science.185.4157.1124
21
+
22
+ ### The Wheel Experiment
23
+
24
+ The landmark demonstration of anchoring:
25
+
26
+ > "Subjects were asked to estimate various quantities, stated in percentages (for example, the percentage of African countries in the United Nations). A wheel of fortune with numbers 1-100 was spun in subjects' presence. Subjects were first asked whether the quantity was higher or lower than the number on the wheel, and then asked for their estimate. The arbitrary number had a marked effect on estimates."
27
+ > — Tversky & Kahneman, 1974, p. 1128
28
+
29
+ **Key Finding:**
30
+ - When the wheel stopped at **10**: Median estimate of African UN countries = **25%**
31
+ - When the wheel stopped at **65**: Median estimate of African UN countries = **45%**
32
+ - The anchor shifted estimates by **20 percentage points** despite being completely random
33
+
34
+ ### Key Numerical Values
35
+
36
+ | Metric | Value | Source |
37
+ |--------|-------|--------|
38
+ | Low anchor (10) -> estimate | 25% | Tversky & Kahneman (1974) |
39
+ | High anchor (65) -> estimate | 45% | Tversky & Kahneman (1974) |
40
+ | Anchor effect size | 20 percentage points | Tversky & Kahneman (1974) |
41
+ | Real estate listing anchor effect | $11,000-14,000 | Northcraft & Neale (1987) |
42
+ | Price anchor persistence | 48+ hours | Ariely et al. (2003) |
43
+ | Anchor effect on WTP (willingness to pay) | 60-120% | Ariely et al. (2003) |
44
+ | Expert susceptibility (real estate agents) | Nearly equal to amateurs | Northcraft & Neale (1987) |
45
+
46
+ ## Behavioral Levels
47
+
48
+ | Value | Label | Behaviors |
49
+ |-------|-------|-----------|
50
+ | 0.0-0.2 | Anchor Resistant | Largely ignores suggested values; makes independent estimates; skeptical of "was/now" pricing; compares across sources before forming judgments; resets expectations when context changes |
51
+ | 0.2-0.4 | Low Susceptibility | Acknowledges anchors but adjusts significantly; cross-references prices and ratings; somewhat influenced by defaults but overrides when motivated; moderate adjustment from starting points |
52
+ | 0.4-0.6 | Moderate Susceptibility | Noticeable anchor influence; accepts default form values frequently; price perception shaped by strikethrough prices; rating expectations set by first reviews; partial adjustment from anchors |
53
+ | 0.6-0.8 | High Susceptibility | Strong anchor influence on judgments; "was $99, now $49" highly persuasive; first review strongly shapes opinion; default values rarely changed; limited adjustment from starting points |
54
+ | 0.8-1.0 | Extreme Susceptibility | Anchors dominate judgment; original prices define value perception; first information encountered becomes truth; almost never changes default values; minimal adjustment regardless of evidence |
55
+
56
+ ## Web Behavior Patterns
57
+
58
+ ### Price Perception
59
+
60
+ **Anchor-Resistant (0.0-0.3):**
61
+ - Ignores "was/now" strikethrough pricing
62
+ - Compares prices across multiple sites
63
+ - Uses price history tools
64
+ - Skeptical of "limited time" claims
65
+ - Values absolute price over relative discount
66
+
67
+ **Highly Anchored (0.7-1.0):**
68
+ - "Was $200, now $99" feels like genuine 50% savings
69
+ - First price seen sets value expectation
70
+ - MSRP anchors all discount evaluations
71
+ - Higher anchor makes actual price seem reasonable
72
+ - "Compare at $150" influences perception
73
+
74
+ ### Form Default Values
75
+
76
+ **Anchor-Resistant:**
77
+ - Reviews and changes default selections
78
+ - Calculates appropriate values independently
79
+ - Questions why defaults are set as they are
80
+ - Changes tip percentages from suggested amounts
81
+
82
+ **Highly Anchored:**
83
+ - Accepts pre-filled values as appropriate
84
+ - Uses suggested donation amounts
85
+ - Leaves tip percentage at first option
86
+ - Rarely modifies quantity defaults (qty: 1)
87
+
88
+ ### Rating and Review Perception
89
+
90
+ **Anchor-Resistant:**
91
+ - Reads multiple reviews before forming opinion
92
+ - Weights recent reviews appropriately
93
+ - Discounts extreme first impressions
94
+ - Considers review distribution not just average
95
+
96
+ **Highly Anchored:**
97
+ - First review shapes product perception
98
+ - Initial star rating becomes expected quality
99
+ - Early negative review creates lasting negative impression
100
+ - "Featured review" disproportionately influential
101
+
102
+ ### Numerical Estimation
103
+
104
+ **Anchor-Resistant:**
105
+ - Makes independent estimates before seeing suggestions
106
+ - Recognizes irrelevant numbers as manipulation
107
+ - Adjusts fully when given new information
108
+
109
+ **Highly Anchored:**
110
+ - "Enter amount: $100" influences donation amount
111
+ - Suggested search refinements affect query
112
+ - Countdown timers affect urgency perception
113
+ - "X people are viewing this" shapes demand perception
114
+
115
+ ## Trait Correlations
116
+
117
+ | Related Trait | Correlation | Mechanism |
118
+ |--------------|-------------|-----------|
119
+ | [Comprehension](Trait-Comprehension) | r = -0.22 | Understanding enables anchor recognition |
120
+ | [Risk Tolerance](Trait-RiskTolerance) | r = 0.18 | Risk-takers may use anchors as shortcuts |
121
+ | [Satisficing](Trait-Satisficing) | r = 0.35 | Satisficers accept anchored "good enough" values |
122
+ | [Self-Efficacy](Trait-SelfEfficacy) | r = -0.24 | Confidence enables independent judgment |
123
+ | [Trust Calibration](Trait-TrustCalibration) | r = -0.31 | Skeptics question anchor validity |
124
+ | [Authority Sensitivity](Trait-AuthoritySensitivity) | r = 0.38 | Authority-sensitive users accept suggested values |
125
+
126
+ ## Persona Values
127
+
128
+ | Persona | Anchoring Bias Value | Rationale |
129
+ |---------|---------------------|-----------|
130
+ | **Elderly Novice** | 0.80 | Trusts displayed values as authoritative |
131
+ | **Distracted Teen** | 0.70 | Quick processing relies on anchors |
132
+ | **First-Time User** | 0.65 | Lacks context for independent judgment |
133
+ | **Overwhelmed Parent** | 0.60 | Cognitive load increases heuristic use |
134
+ | **Anxious User** | 0.55 | Uncertainty increases anchor reliance |
135
+ | **Careful Senior** | 0.45 | Methodical but still susceptible |
136
+ | **Rushed Professional** | 0.50 | Time pressure increases anchoring |
137
+ | **Power User** | 0.30 | Experience provides comparison context |
138
+ | **Tech Enthusiast** | 0.25 | Research habits reduce anchor influence |
139
+
140
+ ## Design Implications
141
+
142
+ ### Ethical Anchoring
143
+
144
+ 1. **Reasonable defaults** - Pre-fill values that genuinely help users
145
+ 2. **Accurate original prices** - Show real previous prices, not inflated MSRPs
146
+ 3. **Balanced review display** - Don't always show extreme reviews first
147
+ 4. **Transparent suggestions** - Explain why values are suggested
148
+
149
+ ### Dark Pattern Awareness
150
+
151
+ Sites exploit anchoring through:
152
+ - Inflated "original" prices
153
+ - Extreme high-anchor subscription tiers ("Enterprise: $999/mo")
154
+ - Pre-selected quantities or options
155
+ - Artificially high "compare at" prices
156
+ - Suggested tip amounts that anchor high
157
+
158
+ ### Testing Considerations
159
+
160
+ CBrowser tests should verify:
161
+ - Users aren't manipulated by arbitrary anchors
162
+ - Default values are genuinely helpful
163
+ - Price presentations are honest
164
+ - Review ordering is fair
165
+
166
+ ## Measurement in CBrowser
167
+
168
+ ```typescript
169
+ // Anchoring affects value perception and defaults
170
+ function perceiveValue(
171
+ displayedPrice: number,
172
+ originalPrice: number | null,
173
+ traits: Traits
174
+ ): PerceivedValue {
175
+ if (originalPrice === null) {
176
+ return { value: displayedPrice, confidence: 'neutral' };
177
+ }
178
+
179
+ const discount = (originalPrice - displayedPrice) / originalPrice;
180
+ const anchorInfluence = discount * traits.anchoringBias;
181
+
182
+ // Highly anchored users perceive more value from discount framing
183
+ const perceivedValue = displayedPrice * (1 - anchorInfluence * 0.5);
184
+
185
+ return {
186
+ value: perceivedValue,
187
+ confidence: anchorInfluence > 0.3 ? 'good-deal' : 'neutral',
188
+ likelyToPurchase: anchorInfluence > 0.4
189
+ };
190
+ }
191
+
192
+ // Default value acceptance
193
+ function modifyDefault(defaultValue: number, optimalValue: number, traits: Traits): number {
194
+ // High anchoring = accept default; low = adjust to optimal
195
+ const adjustment = (optimalValue - defaultValue) * (1 - traits.anchoringBias);
196
+ return defaultValue + adjustment;
197
+ }
198
+ ```
199
+
200
+ ## See Also
201
+
202
+ - [Satisficing](Trait-Satisficing) - Anchors provide quick "good enough" answers
203
+ - [Trust Calibration](Trait-TrustCalibration) - Skepticism of anchor validity
204
+ - [Authority Sensitivity](Trait-AuthoritySensitivity) - Suggested values as authority
205
+ - [Self-Efficacy](Trait-SelfEfficacy) - Confidence to form independent judgments
206
+ - [Time Horizon](Trait-TimeHorizon) - Time pressure increases anchoring
207
+ - [Persona Index](../personas/Persona-Index) - Trait combinations in personas
208
+
209
+ ## Bibliography
210
+
211
+ Ariely, D., Loewenstein, G., & Prelec, D. (2003). "Coherent arbitrariness": Stable demand curves without stable preferences. *The Quarterly Journal of Economics, 118*(1), 73-106. https://doi.org/10.1162/00335530360535153
212
+
213
+ Furnham, A., & Boo, H. C. (2011). A literature review of the anchoring effect. *The Journal of Socio-Economics, 40*(1), 35-42. https://doi.org/10.1016/j.socec.2010.10.008
214
+
215
+ Kahneman, D. (2011). *Thinking, fast and slow*. Farrar, Straus and Giroux.
216
+
217
+ Northcraft, G. B., & Neale, M. A. (1987). Experts, amateurs, and real estate: An anchoring-and-adjustment perspective on property pricing decisions. *Organizational Behavior and Human Decision Processes, 39*(1), 84-97. https://doi.org/10.1016/0749-5978(87)90046-X
218
+
219
+ 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
@@ -0,0 +1,272 @@
1
+ # Attribution Style
2
+
3
+ **Category**: Tier 3 - Decision-Making Traits
4
+ **Scale**: 0.0 (external attribution) to 1.0 (internal attribution)
5
+
6
+ ## Definition
7
+
8
+ Attribution Style describes how individuals explain the causes of events, particularly successes and failures. Based on Weiner's attribution theory, this trait encompasses three dimensions: locus (internal vs. external), stability (permanent vs. temporary), and controllability (within vs. outside one's control). In web contexts, attribution style profoundly affects how users interpret errors, form reactions to interface difficulties, persist through challenges, and develop self-efficacy with technology. Internal attributors take responsibility for outcomes ("I must have clicked wrong"); external attributors assign blame elsewhere ("This website is broken").
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "An attributional theory of motivation and emotion is presented that includes the following sequence: following an outcome, an attribution or causal search is initiated to determine why the particular event has occurred. Causes are then identified within a three-dimensional space that includes locus, stability, and controllability."
15
+ > — Weiner, 1985, p. 548
16
+
17
+ **Full Citation (APA 7):**
18
+ Weiner, B. (1985). An attributional theory of achievement motivation and emotion. *Psychological Review, 92*(4), 548-573.
19
+
20
+ **DOI**: https://doi.org/10.1037/0033-295X.92.4.548
21
+
22
+ ### Three Dimensions of Attribution
23
+
24
+ | Dimension | Poles | Example (Failed Task) |
25
+ |-----------|-------|----------------------|
26
+ | **Locus** | Internal vs External | "I made an error" vs "The site is confusing" |
27
+ | **Stability** | Stable vs Unstable | "I'm bad with computers" vs "I wasn't focused" |
28
+ | **Controllability** | Controllable vs Uncontrollable | "I should have read instructions" vs "The button was hidden" |
29
+
30
+ ### Supporting Research
31
+
32
+ > "Students who attributed failure to lack of effort (internal, unstable, controllable) showed more persistence and improved performance compared to those who attributed failure to lack of ability (internal, stable, uncontrollable)."
33
+ > — Weiner, 1986, p. 163
34
+
35
+ **Full Citation (APA 7):**
36
+ Weiner, B. (1986). *An attributional theory of motivation and emotion*. Springer-Verlag.
37
+
38
+ ### Key Numerical Values
39
+
40
+ | Metric | Value | Source |
41
+ |--------|-------|--------|
42
+ | Internal attribution -> higher persistence | r = 0.38 | Weiner (1985) |
43
+ | External attribution -> lower self-efficacy | r = -0.42 | Bandura (1977) |
44
+ | Controllable attribution -> task engagement | r = 0.45 | Weiner (1985) |
45
+ | Stable-external attribution -> learned helplessness | 3x higher | Seligman (1975) |
46
+ | User blame of self for computer errors | 40-60% | Nass et al. (1996) |
47
+ | User blame of system for objectively user errors | 30% | Nielsen (1993) |
48
+ | Attribution pattern affects retry behavior | 2.3x difference | Oulasvirta & Saariluoma (2004) |
49
+
50
+ ## Behavioral Levels
51
+
52
+ | Value | Label | Behaviors |
53
+ |-------|-------|-----------|
54
+ | 0.0-0.2 | Strong External | Always blames website/app for failures; "This is broken"; reports bugs for user errors; low persistence after failure; expects system to adapt to them; rarely considers own actions as cause; requests support frequently |
55
+ | 0.2-0.4 | External-Leaning | Usually attributes problems to system; "Confusing interface"; may acknowledge own role sometimes; moderate persistence; prefers step-by-step guidance; expects clear error messages |
56
+ | 0.4-0.6 | Balanced Attribution | Considers both system and self factors; "Maybe I misclicked or the button is unclear"; reasonable persistence; reflects on actions; provides balanced feedback; adapts behavior based on outcomes |
57
+ | 0.6-0.8 | Internal-Leaning | Takes responsibility for most outcomes; "I probably missed something"; high persistence; reads instructions when stuck; self-blames for system issues sometimes; may excuse poor design |
58
+ | 0.8-1.0 | Strong Internal | Attributes almost all outcomes to self; "I should have been more careful"; excessive self-blame for system failures; very high persistence (sometimes counterproductive); may not report genuine bugs; apologizes for system errors |
59
+
60
+ ## Web Behavior Patterns
61
+
62
+ ### Error Handling
63
+
64
+ **External Attributors (0.0-0.3):**
65
+ - Immediately assume system fault
66
+ - Click "Report Bug" for user errors
67
+ - Low retry attempts after failure
68
+ - Demand support quickly
69
+ - Negative reviews citing "broken" features
70
+ - Switch to competitor after difficulties
71
+
72
+ **Internal Attributors (0.7-1.0):**
73
+ - Assume own mistake first
74
+ - Re-read instructions before reporting
75
+ - Multiple retry attempts with variations
76
+ - Search help documentation
77
+ - Blame self for unclear interfaces
78
+ - May accept poor UX as personal limitation
79
+
80
+ ### Form Completion
81
+
82
+ **External Attributors:**
83
+ - Blame validation for rejected inputs
84
+ - Frustrated by format requirements
85
+ - "Why won't it accept my information?"
86
+ - Abandon after validation errors
87
+ - Expect system to handle any input format
88
+
89
+ **Internal Attributors:**
90
+ - Double-check own input after errors
91
+ - Read format hints carefully
92
+ - Assume they entered something wrong
93
+ - Try multiple formats to succeed
94
+ - May not notice genuinely poor validation
95
+
96
+ ### Learning and Onboarding
97
+
98
+ **External Attributors:**
99
+ - Expect intuitive design, no learning
100
+ - Skip tutorials ("should be obvious")
101
+ - Blame interface when lost
102
+ - Request features that exist but weren't found
103
+ - Low investment in learning
104
+
105
+ **Internal Attributors:**
106
+ - Complete tutorials thoroughly
107
+ - Take notes and bookmark help
108
+ - Practice until competent
109
+ - Assume complexity is earned
110
+ - May over-invest in learning simple features
111
+
112
+ ### Feedback and Reviews
113
+
114
+ **External Attributors:**
115
+ - "This app is terrible"
116
+ - "Doesn't work as advertised"
117
+ - "Worst UX ever designed"
118
+ - Focus on system shortcomings
119
+ - 1-star reviews for friction
120
+
121
+ **Internal Attributors:**
122
+ - "I'm still learning the interface"
123
+ - "Once you figure it out, it's great"
124
+ - "Steep learning curve but worth it"
125
+ - Focus on own progress
126
+ - Forgiving ratings despite issues
127
+
128
+ ## Attribution Combinations
129
+
130
+ The three dimensions create distinct patterns:
131
+
132
+ | Pattern | Locus | Stability | Control | Behavior |
133
+ |---------|-------|-----------|---------|----------|
134
+ | **Helplessness** | External | Stable | Uncontrollable | "Technology hates me. Always will. Nothing I can do." Abandons quickly. |
135
+ | **Frustration** | External | Unstable | Uncontrollable | "This site is having problems today." Retries later. |
136
+ | **Blame** | External | Stable | Controllable | "Developers made this confusing on purpose." Hostile feedback. |
137
+ | **Growth** | Internal | Unstable | Controllable | "I wasn't focused. I'll try again carefully." High persistence. |
138
+ | **Fixed Mindset** | Internal | Stable | Uncontrollable | "I'm just not good with technology." Low self-efficacy. |
139
+
140
+ ## Trait Correlations
141
+
142
+ | Related Trait | Correlation | Mechanism |
143
+ |--------------|-------------|-----------|
144
+ | [Self-Efficacy](Trait-SelfEfficacy) | r = 0.52 | Internal attribution builds confidence |
145
+ | [Persistence](Trait-Persistence) | r = 0.41 | Internal + controllable = retry motivation |
146
+ | [Resilience](Trait-Resilience) | r = 0.38 | Attribution style affects recovery |
147
+ | [Trust Calibration](Trait-TrustCalibration) | r = -0.26 | External attributors distrust systems |
148
+ | [Patience](Trait-Patience) | r = 0.23 | Internal attributors invest patience in self-improvement |
149
+ | [Comprehension](Trait-Comprehension) | r = 0.19 | Understanding reduces need for external blame |
150
+
151
+ ## Persona Values
152
+
153
+ | Persona | Attribution Style Value | Rationale |
154
+ |---------|------------------------|-----------|
155
+ | **Anxious User** | 0.75 | Tends toward self-blame, anxiety heightens internal focus |
156
+ | **Careful Senior** | 0.65 | Methodical approach, takes responsibility |
157
+ | **Tech Enthusiast** | 0.60 | Experience enables balanced attribution |
158
+ | **Power User** | 0.55 | Balanced - knows when systems fail vs user error |
159
+ | **First-Time User** | 0.50 | Uncertain whether self or system at fault |
160
+ | **Elderly Novice** | 0.45 | May blame self ("I'm too old") or system variably |
161
+ | **Overwhelmed Parent** | 0.40 | Cognitive load reduces self-monitoring |
162
+ | **Rushed Professional** | 0.35 | Time pressure leads to blaming friction |
163
+ | **Distracted Teen** | 0.30 | External focus, expects seamless experience |
164
+
165
+ ## Design Implications
166
+
167
+ ### For External Attributors
168
+
169
+ 1. **Clear error messages** - Explain what went wrong and why
170
+ 2. **Guided recovery** - Don't just say "error," show the fix
171
+ 3. **Blame-free language** - "Let's try again" not "You entered invalid data"
172
+ 4. **Visible affordances** - Make interactive elements obvious
173
+ 5. **Undo everywhere** - Allow easy recovery from mistakes
174
+
175
+ ### For Internal Attributors
176
+
177
+ 1. **Don't hide system issues** - Acknowledge when it's not their fault
178
+ 2. **Status indicators** - Show system state to reduce self-blame
179
+ 3. **Celebrate success** - Reinforce that they're doing it right
180
+ 4. **Appropriate feedback** - Help them calibrate self-assessment
181
+ 5. **Report mechanisms** - Make it easy to report actual bugs
182
+
183
+ ### Error Message Design
184
+
185
+ **Poor (blames user):**
186
+ - "Invalid input"
187
+ - "Error: Try again"
188
+ - "Access denied"
189
+
190
+ **Better (neutral/helpful):**
191
+ - "Please enter a valid email address (e.g., name@example.com)"
192
+ - "Connection interrupted. Click to retry."
193
+ - "This feature requires login. Sign in to continue."
194
+
195
+ ## Measurement in CBrowser
196
+
197
+ ```typescript
198
+ // Attribution affects error response and persistence
199
+ function respondToError(error: UIError, traits: Traits): UserResponse {
200
+ // Internal attribution = assume user error, retry
201
+ // External attribution = assume system error, complain or abandon
202
+
203
+ const internalAttribution = traits.attributionStyle;
204
+ const perceivedAsSelf = random() < internalAttribution;
205
+
206
+ if (perceivedAsSelf) {
207
+ // Internal: retry with modified approach
208
+ return {
209
+ action: 'retry',
210
+ approach: 'careful',
211
+ persistenceBoost: 0.2,
212
+ feedback: null
213
+ };
214
+ } else {
215
+ // External: evaluate stability
216
+ const perceivedAsStable = random() > 0.5;
217
+
218
+ if (perceivedAsStable) {
219
+ return {
220
+ action: 'abandon',
221
+ approach: null,
222
+ persistenceBoost: -0.3,
223
+ feedback: 'negative_review'
224
+ };
225
+ } else {
226
+ return {
227
+ action: 'retry_later',
228
+ approach: 'default',
229
+ persistenceBoost: -0.1,
230
+ feedback: null
231
+ };
232
+ }
233
+ }
234
+ }
235
+
236
+ // Attribution affects bug reporting behavior
237
+ function decideToBugReport(issue: Issue, traits: Traits): boolean {
238
+ // External attributors report more (even user errors)
239
+ // Internal attributors report less (even genuine bugs)
240
+ const baseReportRate = issue.isActualBug ? 0.5 : 0.1;
241
+ const attributionModifier = (0.5 - traits.attributionStyle) * 0.4;
242
+
243
+ return random() < (baseReportRate + attributionModifier);
244
+ }
245
+ ```
246
+
247
+ ## See Also
248
+
249
+ - [Self-Efficacy](Trait-SelfEfficacy) - Confidence in ability to succeed
250
+ - [Persistence](Trait-Persistence) - Continued effort after setbacks
251
+ - [Resilience](Trait-Resilience) - Recovery from failures
252
+ - [Trust Calibration](Trait-TrustCalibration) - Trust in system reliability
253
+ - [Interrupt Recovery](Trait-InterruptRecovery) - Resumption after disruption
254
+ - [Persona Index](../personas/Persona-Index) - Trait combinations in personas
255
+
256
+ ## Bibliography
257
+
258
+ Bandura, A. (1977). Self-efficacy: Toward a unifying theory of behavioral change. *Psychological Review, 84*(2), 191-215. https://doi.org/10.1037/0033-295X.84.2.191
259
+
260
+ Nass, C., Moon, Y., & Carney, P. (1999). Are people polite to computers? Responses to computer-based interviewing systems. *Journal of Applied Social Psychology, 29*(5), 1093-1110. https://doi.org/10.1111/j.1559-1816.1999.tb00142.x
261
+
262
+ Nielsen, J. (1993). *Usability engineering*. Academic Press.
263
+
264
+ Oulasvirta, A., & Saariluoma, P. (2004). Long-term working memory and interrupting messages in human-computer interaction. *Behaviour & Information Technology, 23*(1), 53-64. https://doi.org/10.1080/01449290310001643033
265
+
266
+ Seligman, M. E. P. (1975). *Helplessness: On depression, development, and death*. W. H. Freeman.
267
+
268
+ Weiner, B. (1985). An attributional theory of achievement motivation and emotion. *Psychological Review, 92*(4), 548-573. https://doi.org/10.1037/0033-295X.92.4.548
269
+
270
+ Weiner, B. (1986). *An attributional theory of motivation and emotion*. Springer-Verlag.
271
+
272
+ Weiner, B. (2000). Intrapersonal and interpersonal theories of motivation from an attributional perspective. *Educational Psychology Review, 12*(1), 1-14. https://doi.org/10.1023/A:1009017532121
@@ -0,0 +1,133 @@
1
+ # Authority Sensitivity
2
+
3
+ **Category**: Tier 6 - Social Traits
4
+ **Scale**: 0.0 (low) to 1.0 (high)
5
+
6
+ ## Definition
7
+
8
+ Authority Sensitivity measures the degree to which a user's behavior is influenced by perceived authority figures, expert endorsements, or institutional credibility signals. Users high in this trait readily comply with instructions, recommendations, or interface elements that convey authority (badges, certifications, expert testimonials, official logos), often accepting them without critical evaluation. Users low in this trait question authority-based appeals, seek independent verification, and may actively resist institutional pressure, sometimes to the point of reactance against authoritative messaging.
9
+
10
+ ## Research Foundation
11
+
12
+ ### Primary Citation
13
+
14
+ > "A substantial proportion of people do what they are told to do, irrespective of the content of the act and without limitations of conscience, so long as they perceive that the command comes from a legitimate authority."
15
+ > - Stanley Milgram, 1963, p. 377
16
+
17
+ **Full Citation (APA 7):**
18
+ Milgram, S. (1963). Behavioral study of obedience. *Journal of Abnormal and Social Psychology, 67*(4), 371-378.
19
+
20
+ **DOI**: https://doi.org/10.1037/h0040525
21
+
22
+ ### Supporting Research
23
+
24
+ > "The power of authority is so great that once it is accepted, people often suspend their own judgment."
25
+ > - Robert B. Cialdini, 2001, p. 208
26
+
27
+ **Full Citation (APA 7):**
28
+ Cialdini, R. B. (2001). *Influence: Science and practice* (4th ed.). Allyn and Bacon.
29
+
30
+ ### Key Numerical Values
31
+
32
+ | Metric | Value | Source |
33
+ |--------|-------|--------|
34
+ | Obedience rate (max voltage) | 65% | Milgram (1963) |
35
+ | Voltage administered (mean) | 405V of 450V | Milgram (1963) |
36
+ | Authority proximity effect | 62.5% (proximal) vs 20.5% (remote) | Milgram (1965) |
37
+ | Expert endorsement persuasion boost | +28% conversion | Cialdini (2001) |
38
+ | Institutional legitimacy threshold | 3+ credibility signals | Fogg (2003) |
39
+ | Cross-cultural replication rate | 61-85% obedience | Blass (1999) |
40
+
41
+ ## Behavioral Levels
42
+
43
+ | Value | Label | Behaviors |
44
+ |-------|-------|-----------|
45
+ | 0.0-0.2 | Very Low | Actively distrusts authority-based appeals; ignores expert badges and certifications; seeks third-party verification before trusting claims; may experience psychological reactance against authoritative messaging; questions "official" sources; prefers peer reviews over expert endorsements; skeptical of institutional logos and seals |
46
+ | 0.2-0.4 | Low | Notices authority signals but doesn't weight them heavily; verifies expert credentials independently; cross-references claims with multiple sources; moderately skeptical of "as seen on" endorsements; prefers user-generated content over expert opinions; may ignore premium badges or verification checkmarks |
47
+ | 0.4-0.6 | Moderate | Balances authority with personal judgment; trusts credentialed experts in their domain; influenced by relevant professional endorsements; notices but doesn't automatically trust institutional seals; checks if expert testimonials are contextually appropriate; standard weighting of authority signals |
48
+ | 0.6-0.8 | High | Strongly influenced by authority signals; readily trusts expert endorsements without verification; prioritizes content with professional badges; follows official recommendations closely; trusts "doctor recommended" or "expert approved" labels; less likely to question institutional guidance; assumes credentialed sources are accurate |
49
+ | 0.8-1.0 | Very High | Unquestioningly follows authority-based appeals; automatically trusts content with any authority signal; prioritizes official sources over personal experience; follows platform recommendations without evaluation; susceptible to fake authority badges; rarely questions expert consensus; may dismiss contradictory evidence from non-authoritative sources |
50
+
51
+ ## Web/UI Behavioral Patterns
52
+
53
+ ### High Authority Sensitivity (0.8+)
54
+
55
+ - **Trust Signals**: Immediately converts when seeing security badges, expert endorsements, or institutional logos
56
+ - **Content Hierarchy**: Prioritizes "expert picks" or "editor's choice" over user ratings
57
+ - **Form Completion**: Follows instructions marked "required" without questioning necessity
58
+ - **Navigation**: Uses "recommended path" or "most popular" suggestions
59
+ - **Error Recovery**: Follows suggested solutions from "support team" without exploring alternatives
60
+ - **Purchase Decisions**: Strongly influenced by "As seen in Forbes/NYT" endorsements
61
+ - **Information Architecture**: Trusts curated content sections over search results
62
+
63
+ ### Low Authority Sensitivity (0.2-)
64
+
65
+ - **Trust Signals**: Skeptical of badges; may view them as marketing rather than credibility
66
+ - **Content Hierarchy**: Prefers raw user reviews and peer opinions over expert curation
67
+ - **Form Completion**: Questions required fields; may abandon forms with excessive mandatory inputs
68
+ - **Navigation**: Explores independently; ignores "suggested" or "recommended" paths
69
+ - **Error Recovery**: Searches for community solutions over official support documentation
70
+ - **Purchase Decisions**: Cross-references claims on independent review sites
71
+ - **Information Architecture**: Prefers unfiltered, chronological content over curated selections
72
+
73
+ ## Trait Correlations
74
+
75
+ | Correlated Trait | Correlation | Mechanism |
76
+ |------------------|-------------|-----------|
77
+ | Trust Calibration | r = 0.38 | Both involve credibility assessment |
78
+ | Risk Tolerance | r = -0.31 | High authority sensitivity reduces perceived risk |
79
+ | Self-Efficacy | r = -0.25 | Lower self-efficacy increases reliance on experts |
80
+ | Social Proof Sensitivity | r = 0.42 | Both involve external validation seeking |
81
+ | Satisficing | r = 0.33 | Authority provides efficient decision shortcut |
82
+
83
+ ## Persona Values
84
+
85
+ | Persona | Value | Rationale |
86
+ |---------|-------|-----------|
87
+ | Busy Parent (Pat) | 0.65 | Time pressure increases reliance on trusted authorities |
88
+ | Tech-Savvy Teen (Taylor) | 0.30 | Digital natives are more skeptical of institutional authority |
89
+ | Senior User (Sam) | 0.75 | Generational respect for expertise and institutions |
90
+ | Impatient Professional (Alex) | 0.55 | Values expert shortcuts but maintains professional skepticism |
91
+ | Cautious Newcomer (Casey) | 0.70 | Uncertainty increases reliance on authoritative guidance |
92
+ | Accessibility User (Jordan) | 0.60 | Trusts official accessibility standards and recommendations |
93
+ | Power User (Riley) | 0.25 | Self-reliant; trusts personal expertise over external authority |
94
+
95
+ ## Design Implications
96
+
97
+ ### For High Authority Sensitivity Users
98
+
99
+ - Display professional certifications and credentials prominently
100
+ - Include expert endorsements near conversion points
101
+ - Show institutional affiliations and partnerships
102
+ - Use official-looking security badges and trust seals
103
+ - Provide clear, authoritative instructions and recommendations
104
+
105
+ ### For Low Authority Sensitivity Users
106
+
107
+ - Prioritize peer reviews and user-generated content
108
+ - Show raw data and allow independent verification
109
+ - Avoid overuse of badges (may trigger reactance)
110
+ - Provide transparency about endorsement relationships
111
+ - Enable community-driven content hierarchies
112
+
113
+ ## See Also
114
+
115
+ - [Social Proof Sensitivity](Trait-SocialProofSensitivity) - Peer-based influence
116
+ - [Trust Calibration](Trait-TrustCalibration) - Credibility assessment processes
117
+ - [Self-Efficacy](Trait-SelfEfficacy) - Confidence in personal judgment
118
+ - [FOMO](Trait-FOMO) - External pressure responsiveness
119
+ - [Trait Index](Trait-Index) - All cognitive traits
120
+
121
+ ## Bibliography
122
+
123
+ Blass, T. (1999). The Milgram paradigm after 35 years: Some things we now know about obedience to authority. *Journal of Applied Social Psychology, 29*(5), 955-978.
124
+
125
+ Cialdini, R. B. (2001). *Influence: Science and practice* (4th ed.). Allyn and Bacon.
126
+
127
+ Fogg, B. J. (2003). *Persuasive technology: Using computers to change what we think and do*. Morgan Kaufmann.
128
+
129
+ Milgram, S. (1963). Behavioral study of obedience. *Journal of Abnormal and Social Psychology, 67*(4), 371-378. https://doi.org/10.1037/h0040525
130
+
131
+ Milgram, S. (1965). Some conditions of obedience and disobedience to authority. *Human Relations, 18*(1), 57-76.
132
+
133
+ Milgram, S. (1974). *Obedience to authority: An experimental view*. Harper & Row.