cbrowser 18.35.0 → 18.37.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.
- package/dist/analysis/accessibility-empathy.d.ts.map +1 -1
- package/dist/analysis/accessibility-empathy.js +13 -0
- package/dist/analysis/accessibility-empathy.js.map +1 -1
- package/dist/cognitive/index.d.ts.map +1 -1
- package/dist/cognitive/index.js +1 -0
- package/dist/cognitive/index.js.map +1 -1
- package/dist/mcp-tools/base/cognitive-tools.d.ts.map +1 -1
- package/dist/mcp-tools/base/cognitive-tools.js +96 -10
- package/dist/mcp-tools/base/cognitive-tools.js.map +1 -1
- package/dist/mcp-tools/base/values-tools.js +1 -1
- package/dist/mcp-tools/base/values-tools.js.map +1 -1
- package/dist/mcp-tools/persona-creation-tools.d.ts.map +1 -1
- package/dist/mcp-tools/persona-creation-tools.js +1 -0
- package/dist/mcp-tools/persona-creation-tools.js.map +1 -1
- package/dist/persona-questionnaire.d.ts.map +1 -1
- package/dist/persona-questionnaire.js +61 -0
- package/dist/persona-questionnaire.js.map +1 -1
- package/dist/personas.d.ts.map +1 -1
- package/dist/personas.js +369 -0
- package/dist/personas.js.map +1 -1
- package/dist/types.d.ts +18 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/personas.js
CHANGED
|
@@ -676,6 +676,7 @@ export function createCognitivePersona(name, description, traits, options = {})
|
|
|
676
676
|
fearOfMissingOut: traits.fearOfMissingOut ?? basePersona.cognitiveTraits?.fearOfMissingOut ?? 0.5,
|
|
677
677
|
socialProofSensitivity: traits.socialProofSensitivity ?? basePersona.cognitiveTraits?.socialProofSensitivity ?? 0.5,
|
|
678
678
|
mentalModelRigidity: traits.mentalModelRigidity ?? basePersona.cognitiveTraits?.mentalModelRigidity ?? 0.5,
|
|
679
|
+
siteFamiliarity: traits.siteFamiliarity ?? basePersona.cognitiveTraits?.siteFamiliarity ?? 0.5,
|
|
679
680
|
};
|
|
680
681
|
// Update demographics if provided
|
|
681
682
|
if (options.techLevel) {
|
|
@@ -792,6 +793,7 @@ export function getCognitiveProfile(persona) {
|
|
|
792
793
|
fearOfMissingOut: 0.5,
|
|
793
794
|
socialProofSensitivity: 0.5,
|
|
794
795
|
mentalModelRigidity: 0.5,
|
|
796
|
+
siteFamiliarity: 0.5,
|
|
795
797
|
};
|
|
796
798
|
return {
|
|
797
799
|
traits: traits ? { ...defaultTraits, ...traits } : defaultTraits,
|
|
@@ -872,6 +874,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
872
874
|
fearOfMissingOut: 0.2, // Low - not swayed by urgency
|
|
873
875
|
socialProofSensitivity: 0.3, // Low - evaluates on merits
|
|
874
876
|
mentalModelRigidity: 0.8, // High - adapts to new patterns
|
|
877
|
+
siteFamiliarity: 0.9, // Very high - daily user, knows everything
|
|
875
878
|
},
|
|
876
879
|
context: {
|
|
877
880
|
viewport: [1920, 1080],
|
|
@@ -951,6 +954,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
951
954
|
fearOfMissingOut: 0.6, // Medium-high - susceptible to urgency
|
|
952
955
|
socialProofSensitivity: 0.8, // High - relies heavily on reviews
|
|
953
956
|
mentalModelRigidity: 0.3, // Low - struggles when patterns break
|
|
957
|
+
siteFamiliarity: 0.0, // Zero - brand new, never visited before
|
|
954
958
|
},
|
|
955
959
|
context: {
|
|
956
960
|
viewport: [1280, 800],
|
|
@@ -1024,6 +1028,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
1024
1028
|
fearOfMissingOut: 0.7, // High - push notifications, urgency
|
|
1025
1029
|
socialProofSensitivity: 0.6, // Medium-high - app store ratings
|
|
1026
1030
|
mentalModelRigidity: 0.6, // Medium - adapts to mobile patterns
|
|
1031
|
+
siteFamiliarity: 0.4, // Low-medium - used desktop version before
|
|
1027
1032
|
},
|
|
1028
1033
|
context: {
|
|
1029
1034
|
viewport: [375, 812], // iPhone X dimensions
|
|
@@ -1097,6 +1102,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
1097
1102
|
fearOfMissingOut: 0.2, // Low - methodical, not impulsive
|
|
1098
1103
|
socialProofSensitivity: 0.5, // Medium - reviews are accessible info
|
|
1099
1104
|
mentalModelRigidity: 0.6, // Medium - adapts but needs time
|
|
1105
|
+
siteFamiliarity: 0.3, // Low - has visited but forgets layout
|
|
1100
1106
|
},
|
|
1101
1107
|
context: {
|
|
1102
1108
|
viewport: [1280, 800],
|
|
@@ -1170,6 +1176,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
1170
1176
|
fearOfMissingOut: 0.3, // Low - not driven by urgency, confused by it
|
|
1171
1177
|
socialProofSensitivity: 0.7, // High - relies on grandchildren's recommendations
|
|
1172
1178
|
mentalModelRigidity: 0.2, // Very low - rigid, struggles with novel UIs
|
|
1179
|
+
siteFamiliarity: 0.5, // Medium - knows the basics
|
|
1173
1180
|
},
|
|
1174
1181
|
context: {
|
|
1175
1182
|
viewport: [1280, 800],
|
|
@@ -1249,6 +1256,7 @@ export const BUILTIN_PERSONAS = {
|
|
|
1249
1256
|
fearOfMissingOut: 0.9, // Very high - urgency works on them
|
|
1250
1257
|
socialProofSensitivity: 0.5, // Medium - if it's quick to evaluate
|
|
1251
1258
|
mentalModelRigidity: 0.7, // High - adapts quickly, expects conventions
|
|
1259
|
+
siteFamiliarity: 0.2, // Low - site structure feels different each visit
|
|
1252
1260
|
},
|
|
1253
1261
|
context: {
|
|
1254
1262
|
viewport: [1280, 800],
|
|
@@ -1382,6 +1390,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1382
1390
|
fearOfMissingOut: 0.3, // Not swayed, focused on completing
|
|
1383
1391
|
socialProofSensitivity: 0.5,
|
|
1384
1392
|
mentalModelRigidity: 0.5,
|
|
1393
|
+
siteFamiliarity: 0.5, // Medium - regular user with motor challenges
|
|
1385
1394
|
},
|
|
1386
1395
|
},
|
|
1387
1396
|
"low-vision-magnified": {
|
|
@@ -1471,6 +1480,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1471
1480
|
fearOfMissingOut: 0.3, // Not swayed - focused
|
|
1472
1481
|
socialProofSensitivity: 0.5,
|
|
1473
1482
|
mentalModelRigidity: 0.4, // Adapts but needs time
|
|
1483
|
+
siteFamiliarity: 0.3, // Low - magnification makes layout unfamiliar
|
|
1474
1484
|
},
|
|
1475
1485
|
},
|
|
1476
1486
|
"cognitive-adhd": {
|
|
@@ -1551,6 +1561,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1551
1561
|
fearOfMissingOut: 0.85, // Very high - ADHD correlates with FOMO
|
|
1552
1562
|
socialProofSensitivity: 0.5, // Medium - if interesting
|
|
1553
1563
|
mentalModelRigidity: 0.7, // High - adapts easily, novelty-seeking
|
|
1564
|
+
siteFamiliarity: 0.3, // Low - doesn't retain site structure well
|
|
1554
1565
|
},
|
|
1555
1566
|
},
|
|
1556
1567
|
"dyslexic-user": {
|
|
@@ -1631,6 +1642,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1631
1642
|
fearOfMissingOut: 0.5,
|
|
1632
1643
|
socialProofSensitivity: 0.6, // Relies on visual reviews
|
|
1633
1644
|
mentalModelRigidity: 0.6, // Good adaptation
|
|
1645
|
+
siteFamiliarity: 0.5, // Medium - knows sites but reading is hard
|
|
1634
1646
|
},
|
|
1635
1647
|
},
|
|
1636
1648
|
"deaf-user": {
|
|
@@ -1709,6 +1721,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1709
1721
|
fearOfMissingOut: 0.4,
|
|
1710
1722
|
socialProofSensitivity: 0.6, // Visual reviews/ratings
|
|
1711
1723
|
mentalModelRigidity: 0.65, // Good visual adaptation
|
|
1724
|
+
siteFamiliarity: 0.5, // Medium - visual learner, remembers layout
|
|
1712
1725
|
},
|
|
1713
1726
|
},
|
|
1714
1727
|
"elderly-low-vision": {
|
|
@@ -1795,6 +1808,7 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1795
1808
|
fearOfMissingOut: 0.25, // Low - not driven by urgency
|
|
1796
1809
|
socialProofSensitivity: 0.7, // High - relies on family advice
|
|
1797
1810
|
mentalModelRigidity: 0.15, // Very low - rigid, struggles
|
|
1811
|
+
siteFamiliarity: 0.2, // Low - forgets between visits
|
|
1798
1812
|
},
|
|
1799
1813
|
},
|
|
1800
1814
|
"color-blind-deuteranopia": {
|
|
@@ -1876,6 +1890,357 @@ export const ACCESSIBILITY_PERSONAS = {
|
|
|
1876
1890
|
fearOfMissingOut: 0.4,
|
|
1877
1891
|
socialProofSensitivity: 0.5,
|
|
1878
1892
|
mentalModelRigidity: 0.65, // Adapts with workarounds
|
|
1893
|
+
siteFamiliarity: 0.6, // Medium-high - functional user
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
// =========================================================================
|
|
1897
|
+
// v18.35.0: Research-backed cognitive disability personas
|
|
1898
|
+
// =========================================================================
|
|
1899
|
+
"autism-spectrum": {
|
|
1900
|
+
name: "autism-spectrum",
|
|
1901
|
+
// Research: Yaneva et al. (2018, Behaviour & Information Technology) — eye tracking shows
|
|
1902
|
+
// autistic users produce more scattered scanpaths, fixate on more elements, make more
|
|
1903
|
+
// transitions between areas. Visual complexity and low element distinguishability cause
|
|
1904
|
+
// disproportionate difficulty. Yaneva et al. (2020, W4A) confirmed with Scanpath Trend Analysis.
|
|
1905
|
+
// AASPIRE guidelines (Raymaker/Nicolaidis 2019) validated with 170 autistic adults.
|
|
1906
|
+
//
|
|
1907
|
+
// SPECTRUM NOTE: This persona models a high-functioning autistic adult. Findings should NOT
|
|
1908
|
+
// be generalized to the full spectrum. Sensory sensitivity profiles vary enormously. Many
|
|
1909
|
+
// autistic users are power users who need predictability and consistency, not simplification.
|
|
1910
|
+
description: "Autistic adult user — needs predictable layouts, clear labels, reduced visual noise. Based on Yaneva et al. eye tracking research.",
|
|
1911
|
+
demographics: {
|
|
1912
|
+
age_range: "18-45",
|
|
1913
|
+
tech_level: "intermediate",
|
|
1914
|
+
device: "desktop",
|
|
1915
|
+
},
|
|
1916
|
+
behaviors: {
|
|
1917
|
+
needs_predictable_layout: true,
|
|
1918
|
+
sensitive_to_visual_clutter: true,
|
|
1919
|
+
literal_interpretation: true,
|
|
1920
|
+
prefers_explicit_labels: true,
|
|
1921
|
+
},
|
|
1922
|
+
humanBehavior: {
|
|
1923
|
+
timing: {
|
|
1924
|
+
reactionTime: { min: 400, max: 1200 },
|
|
1925
|
+
clickDelay: { min: 300, max: 900 },
|
|
1926
|
+
typeSpeed: { min: 80, max: 180 },
|
|
1927
|
+
readingSpeed: 180,
|
|
1928
|
+
scrollPauseTime: { min: 400, max: 1200 },
|
|
1929
|
+
},
|
|
1930
|
+
errors: {
|
|
1931
|
+
misClickRate: 0.12,
|
|
1932
|
+
doubleClickAccidental: 0.05,
|
|
1933
|
+
typoRate: 0.06,
|
|
1934
|
+
backtrackRate: 0.25, // Higher - revisits elements more often
|
|
1935
|
+
},
|
|
1936
|
+
mouse: {
|
|
1937
|
+
curvature: 0.4,
|
|
1938
|
+
jitter: 5,
|
|
1939
|
+
overshoot: 0.1,
|
|
1940
|
+
speed: "normal",
|
|
1941
|
+
},
|
|
1942
|
+
attention: {
|
|
1943
|
+
pattern: "thorough", // Examines many elements, not just CTAs
|
|
1944
|
+
scrollBehavior: "chunked",
|
|
1945
|
+
focusAreas: ["header", "text", "images"], // Scans broadly
|
|
1946
|
+
distractionRate: 0.45, // Higher - fixates on task-irrelevant elements (Yaneva 2018)
|
|
1947
|
+
},
|
|
1948
|
+
},
|
|
1949
|
+
context: {
|
|
1950
|
+
viewport: [1920, 1080],
|
|
1951
|
+
},
|
|
1952
|
+
accessibilityTraits: {
|
|
1953
|
+
processingSpeed: 0.55, // Slightly slower on complex layouts
|
|
1954
|
+
attentionSpan: 0.6, // Can sustain focus on predictable tasks
|
|
1955
|
+
fatigueSusceptibility: 0.5, // Moderate - sensory overload increases fatigue
|
|
1956
|
+
},
|
|
1957
|
+
cognitiveTraits: {
|
|
1958
|
+
workingMemory: 0.6, // Often good - detail-oriented (Happé & Frith 2006)
|
|
1959
|
+
patience: 0.65, // Moderate-high - persistent on structured tasks
|
|
1960
|
+
persistence: 0.7, // High on predictable tasks, drops on chaotic ones
|
|
1961
|
+
curiosity: 0.4, // Lower - prefers known patterns over exploration
|
|
1962
|
+
riskTolerance: 0.2, // Very low - avoids unfamiliar/ambiguous UI elements
|
|
1963
|
+
readingTendency: 0.7, // Reads labels carefully, literal interpretation
|
|
1964
|
+
comprehension: 0.55, // Good with clear labels, struggles with ambiguous ones
|
|
1965
|
+
resilience: 0.4, // Sensory overload erodes recovery (BRS)
|
|
1966
|
+
selfEfficacy: 0.55, // Moderate - confident on familiar interfaces
|
|
1967
|
+
satisficing: 0.3, // Low - seeks completeness, not "good enough"
|
|
1968
|
+
trustCalibration: 0.3, // Low - skeptical of vague claims, needs explicit info
|
|
1969
|
+
interruptRecovery: 0.3, // Low - context-switching is costly
|
|
1970
|
+
informationForaging: 0.35, // Low - systematic not scent-following
|
|
1971
|
+
changeBlindness: 0.3, // Low - actually notices MORE changes than typical (detail focus)
|
|
1972
|
+
anchoringBias: 0.75, // High - strong anchoring to first interpretation
|
|
1973
|
+
timeHorizon: 0.5, // Medium - task-dependent
|
|
1974
|
+
attributionStyle: 0.5, // Medium - depends on interface clarity
|
|
1975
|
+
metacognitivePlanning: 0.55, // Moderate - systematic when structure is clear
|
|
1976
|
+
proceduralFluency: 0.6, // Good on consistent multi-step flows
|
|
1977
|
+
transferLearning: 0.35, // Low - each new interface pattern requires relearning
|
|
1978
|
+
authoritySensitivity: 0.4, // Low - evaluates logically, not by authority cues
|
|
1979
|
+
emotionalContagion: 0.3, // Low - less influenced by emotional UI tone
|
|
1980
|
+
fearOfMissingOut: 0.2, // Low - not driven by social urgency
|
|
1981
|
+
socialProofSensitivity: 0.25, // Low - evaluates independently
|
|
1982
|
+
mentalModelRigidity: 0.2, // Very low (rigid) - needs consistent patterns
|
|
1983
|
+
siteFamiliarity: 0.4, // Low-medium - remembers structure but needs consistency
|
|
1984
|
+
},
|
|
1985
|
+
},
|
|
1986
|
+
"intellectual-disability": {
|
|
1987
|
+
name: "intellectual-disability",
|
|
1988
|
+
// Research: Karreman, van der Geest & Buursink (2007, J Applied Research in ID) — users
|
|
1989
|
+
// completed tasks with accessible content but not standard content. Images, familiar words,
|
|
1990
|
+
// and larger fonts measurably improved comprehension. Rocha et al. (2015, PMC4467236) —
|
|
1991
|
+
// task complexity is the key variable: simple browsing succeeds, form filling struggles,
|
|
1992
|
+
// financial transactions often fail. W3C COGA User Research module on Down Syndrome.
|
|
1993
|
+
//
|
|
1994
|
+
// SPECTRUM NOTE: Models mild-to-moderate intellectual disability. Most web usability research
|
|
1995
|
+
// studied this range. Visual memory can be above average even when judgment is impaired.
|
|
1996
|
+
// Do NOT assume users cannot learn — they can, with consistent, simple interfaces.
|
|
1997
|
+
description: "User with mild intellectual disability — needs simple navigation, plain language, image support. Based on Karreman et al. and W3C COGA research.",
|
|
1998
|
+
demographics: {
|
|
1999
|
+
age_range: "18-55",
|
|
2000
|
+
tech_level: "beginner",
|
|
2001
|
+
device: "desktop",
|
|
2002
|
+
},
|
|
2003
|
+
behaviors: {
|
|
2004
|
+
needs_simple_language: true,
|
|
2005
|
+
needs_image_support: true,
|
|
2006
|
+
repeated_clicking: true,
|
|
2007
|
+
perceives_loading_as_error: true,
|
|
2008
|
+
},
|
|
2009
|
+
humanBehavior: {
|
|
2010
|
+
timing: {
|
|
2011
|
+
reactionTime: { min: 800, max: 2500 },
|
|
2012
|
+
clickDelay: { min: 500, max: 1500 },
|
|
2013
|
+
typeSpeed: { min: 200, max: 500 },
|
|
2014
|
+
readingSpeed: 80, // Significantly slower
|
|
2015
|
+
scrollPauseTime: { min: 800, max: 2000 },
|
|
2016
|
+
},
|
|
2017
|
+
errors: {
|
|
2018
|
+
misClickRate: 0.2,
|
|
2019
|
+
doubleClickAccidental: 0.15, // Repeated clicking is documented
|
|
2020
|
+
typoRate: 0.2,
|
|
2021
|
+
backtrackRate: 0.35,
|
|
2022
|
+
},
|
|
2023
|
+
mouse: {
|
|
2024
|
+
curvature: 0.7,
|
|
2025
|
+
jitter: 10,
|
|
2026
|
+
overshoot: 0.2,
|
|
2027
|
+
speed: "slow",
|
|
2028
|
+
},
|
|
2029
|
+
attention: {
|
|
2030
|
+
pattern: "f-pattern",
|
|
2031
|
+
scrollBehavior: "chunked",
|
|
2032
|
+
focusAreas: ["images", "header", "cta"],
|
|
2033
|
+
distractionRate: 0.4,
|
|
2034
|
+
},
|
|
2035
|
+
},
|
|
2036
|
+
context: {
|
|
2037
|
+
viewport: [1280, 800],
|
|
2038
|
+
},
|
|
2039
|
+
accessibilityTraits: {
|
|
2040
|
+
processingSpeed: 0.3, // Slow - measurably longer task times
|
|
2041
|
+
attentionSpan: 0.4, // Moderate - sustained on simple tasks
|
|
2042
|
+
fatigueSusceptibility: 0.7, // High - complexity causes rapid fatigue
|
|
2043
|
+
},
|
|
2044
|
+
cognitiveTraits: {
|
|
2045
|
+
workingMemory: 0.2, // Low - limited capacity
|
|
2046
|
+
patience: 0.5, // Medium - willing to try but confused
|
|
2047
|
+
persistence: 0.4, // Medium - retries but gives up on complexity
|
|
2048
|
+
curiosity: 0.3, // Low - prefers familiar paths
|
|
2049
|
+
riskTolerance: 0.2, // Very low - sticks to obvious elements
|
|
2050
|
+
readingTendency: 0.3, // Low - relies on images and icons
|
|
2051
|
+
comprehension: 0.2, // Low - needs plain language
|
|
2052
|
+
resilience: 0.35, // Low - errors are discouraging (BRS)
|
|
2053
|
+
selfEfficacy: 0.3, // Low - often blames self for failures
|
|
2054
|
+
satisficing: 0.8, // High - takes first option that seems right
|
|
2055
|
+
trustCalibration: 0.7, // High - trusts official-looking content readily
|
|
2056
|
+
interruptRecovery: 0.15, // Very low - loses place completely
|
|
2057
|
+
informationForaging: 0.15, // Very low - no systematic search strategy
|
|
2058
|
+
changeBlindness: 0.8, // Very high - misses subtle changes
|
|
2059
|
+
anchoringBias: 0.85, // Very high - first interpretation persists
|
|
2060
|
+
timeHorizon: 0.6, // Medium - patient when not frustrated
|
|
2061
|
+
attributionStyle: 0.8, // High - self-blaming ("I'm stupid")
|
|
2062
|
+
metacognitivePlanning: 0.1, // Very low - trial and error only
|
|
2063
|
+
proceduralFluency: 0.2, // Very low - multi-step flows are very hard
|
|
2064
|
+
transferLearning: 0.15, // Very low - each interface is new
|
|
2065
|
+
authoritySensitivity: 0.9, // Very high - defers to official cues
|
|
2066
|
+
emotionalContagion: 0.7, // High - influenced by UI emotional tone
|
|
2067
|
+
fearOfMissingOut: 0.3, // Low - not driven by urgency
|
|
2068
|
+
socialProofSensitivity: 0.6, // Medium - influenced by social cues
|
|
2069
|
+
mentalModelRigidity: 0.1, // Extremely rigid - needs consistency
|
|
2070
|
+
siteFamiliarity: 0.15, // Very low - limited retention between visits
|
|
2071
|
+
},
|
|
2072
|
+
},
|
|
2073
|
+
"aphasia-receptive": {
|
|
2074
|
+
name: "aphasia-receptive",
|
|
2075
|
+
// Research: W3C COGA Aphasia research module — language-dependent navigation creates
|
|
2076
|
+
// barriers. Single-proposition sentences with keyword emphasis improve performance.
|
|
2077
|
+
// Brandenburg et al. (PMC12336571) — bridging digital divide. Roper — usability testing
|
|
2078
|
+
// from aphasia perspective showed many participants could not accomplish text-heavy tasks.
|
|
2079
|
+
//
|
|
2080
|
+
// SPECTRUM NOTE: This models RECEPTIVE (Wernicke's) aphasia — difficulty understanding
|
|
2081
|
+
// language. Expressive aphasia (Broca's) has different barriers (text input, not comprehension).
|
|
2082
|
+
// Aphasia does NOT imply intellectual impairment — reasoning and judgment are intact.
|
|
2083
|
+
description: "User with receptive aphasia — struggles with text-heavy navigation, needs visual cues and simple sentences. Language comprehension is impaired, intelligence is not.",
|
|
2084
|
+
demographics: {
|
|
2085
|
+
age_range: "35-75",
|
|
2086
|
+
tech_level: "intermediate",
|
|
2087
|
+
device: "desktop",
|
|
2088
|
+
},
|
|
2089
|
+
behaviors: {
|
|
2090
|
+
struggles_with_text_menus: true,
|
|
2091
|
+
relies_on_icons: true,
|
|
2092
|
+
needs_short_sentences: true,
|
|
2093
|
+
avoids_text_heavy_pages: true,
|
|
2094
|
+
},
|
|
2095
|
+
humanBehavior: {
|
|
2096
|
+
timing: {
|
|
2097
|
+
reactionTime: { min: 600, max: 2000 },
|
|
2098
|
+
clickDelay: { min: 400, max: 1200 },
|
|
2099
|
+
typeSpeed: { min: 300, max: 800 }, // Text input very difficult
|
|
2100
|
+
readingSpeed: 60, // Severely impaired language processing
|
|
2101
|
+
scrollPauseTime: { min: 600, max: 1500 },
|
|
2102
|
+
},
|
|
2103
|
+
errors: {
|
|
2104
|
+
misClickRate: 0.15,
|
|
2105
|
+
doubleClickAccidental: 0.08,
|
|
2106
|
+
typoRate: 0.3, // Word-finding difficulties affect typing
|
|
2107
|
+
backtrackRate: 0.4, // High - misunderstands navigation labels
|
|
2108
|
+
},
|
|
2109
|
+
mouse: {
|
|
2110
|
+
curvature: 0.5,
|
|
2111
|
+
jitter: 6,
|
|
2112
|
+
overshoot: 0.12,
|
|
2113
|
+
speed: "normal",
|
|
2114
|
+
},
|
|
2115
|
+
attention: {
|
|
2116
|
+
pattern: "skim", // Scans for visual cues, not text
|
|
2117
|
+
scrollBehavior: "chunked",
|
|
2118
|
+
focusAreas: ["images", "cta", "header"], // Visual over textual
|
|
2119
|
+
distractionRate: 0.3,
|
|
2120
|
+
},
|
|
2121
|
+
},
|
|
2122
|
+
context: {
|
|
2123
|
+
viewport: [1920, 1080],
|
|
2124
|
+
},
|
|
2125
|
+
accessibilityTraits: {
|
|
2126
|
+
processingSpeed: 0.35, // Low for language tasks, normal for visual
|
|
2127
|
+
attentionSpan: 0.6, // Normal attention, impaired comprehension
|
|
2128
|
+
fatigueSusceptibility: 0.6, // Language processing is exhausting
|
|
2129
|
+
},
|
|
2130
|
+
cognitiveTraits: {
|
|
2131
|
+
workingMemory: 0.45, // Moderate - verbal WM impaired, visual intact
|
|
2132
|
+
patience: 0.55, // Medium - used to difficulty, somewhat persistent
|
|
2133
|
+
persistence: 0.5, // Medium - tries but abandons text-heavy tasks
|
|
2134
|
+
curiosity: 0.3, // Low - new text-heavy pages are daunting
|
|
2135
|
+
riskTolerance: 0.25, // Low - unsure what labels mean
|
|
2136
|
+
readingTendency: 0.15, // Very low - avoids reading, seeks visual cues
|
|
2137
|
+
comprehension: 0.25, // Low for text, normal for visual/spatial layouts
|
|
2138
|
+
resilience: 0.45, // Medium - accustomed to communication barriers
|
|
2139
|
+
selfEfficacy: 0.4, // Low-medium - knows they can think, frustrated by language
|
|
2140
|
+
satisficing: 0.7, // High - takes first visual match
|
|
2141
|
+
trustCalibration: 0.5, // Medium - can't evaluate text-based trust signals
|
|
2142
|
+
interruptRecovery: 0.3, // Low - re-reading to recover context is very hard
|
|
2143
|
+
informationForaging: 0.2, // Very low - can't follow text scent
|
|
2144
|
+
changeBlindness: 0.5, // Medium - notices visual changes, misses text changes
|
|
2145
|
+
anchoringBias: 0.7, // High - sticks to first visual interpretation
|
|
2146
|
+
timeHorizon: 0.5, // Medium
|
|
2147
|
+
attributionStyle: 0.4, // Low-medium - knows it's a language issue, not stupidity
|
|
2148
|
+
metacognitivePlanning: 0.5, // Medium - reasoning is intact, planning is possible
|
|
2149
|
+
proceduralFluency: 0.4, // Low-medium - multi-step with text instructions is hard
|
|
2150
|
+
transferLearning: 0.4, // Low-medium - visual patterns transfer, text patterns don't
|
|
2151
|
+
authoritySensitivity: 0.5,
|
|
2152
|
+
emotionalContagion: 0.5,
|
|
2153
|
+
fearOfMissingOut: 0.3,
|
|
2154
|
+
socialProofSensitivity: 0.4,
|
|
2155
|
+
mentalModelRigidity: 0.4, // Medium - adapts visually, not linguistically
|
|
2156
|
+
siteFamiliarity: 0.25, // Low - text-based nav makes sites feel unfamiliar each visit
|
|
2157
|
+
},
|
|
2158
|
+
},
|
|
2159
|
+
"dyscalculia": {
|
|
2160
|
+
name: "dyscalculia",
|
|
2161
|
+
// Research: W3C COGA dyscalculia research module — difficulty with numbers, percentages,
|
|
2162
|
+
// reference numbers, quantities. UK Government Design System (2022) — redesigning numerical
|
|
2163
|
+
// presentation "doubled the number of customers who understood" bills/statements.
|
|
2164
|
+
// UK Accessibility Blog (2025) — specific design patterns for dyscalculia.
|
|
2165
|
+
// Estimated 3-7% of population (Butterworth 2005, Science).
|
|
2166
|
+
//
|
|
2167
|
+
// SPECTRUM NOTE: Dyscalculia affects numerical processing specifically. General reasoning,
|
|
2168
|
+
// language, and spatial skills are typically normal or above. Users may be highly skilled
|
|
2169
|
+
// with technology except when numbers are involved.
|
|
2170
|
+
description: "User with dyscalculia — struggles with pricing, quantities, dates, percentages, and reference numbers. Non-numerical skills are normal.",
|
|
2171
|
+
demographics: {
|
|
2172
|
+
age_range: "18-55",
|
|
2173
|
+
tech_level: "intermediate",
|
|
2174
|
+
device: "desktop",
|
|
2175
|
+
},
|
|
2176
|
+
behaviors: {
|
|
2177
|
+
struggles_with_pricing: true,
|
|
2178
|
+
confuses_quantities: true,
|
|
2179
|
+
difficulty_with_dates: true,
|
|
2180
|
+
avoids_number_heavy_pages: true,
|
|
2181
|
+
},
|
|
2182
|
+
humanBehavior: {
|
|
2183
|
+
timing: {
|
|
2184
|
+
reactionTime: { min: 350, max: 900 },
|
|
2185
|
+
clickDelay: { min: 200, max: 500 },
|
|
2186
|
+
typeSpeed: { min: 80, max: 160 },
|
|
2187
|
+
readingSpeed: 220, // Normal text reading speed
|
|
2188
|
+
scrollPauseTime: { min: 300, max: 800 },
|
|
2189
|
+
},
|
|
2190
|
+
errors: {
|
|
2191
|
+
misClickRate: 0.08,
|
|
2192
|
+
doubleClickAccidental: 0.03,
|
|
2193
|
+
typoRate: 0.15, // Number entry errors
|
|
2194
|
+
backtrackRate: 0.3, // Re-checks numerical information
|
|
2195
|
+
},
|
|
2196
|
+
mouse: {
|
|
2197
|
+
curvature: 0.4,
|
|
2198
|
+
jitter: 4,
|
|
2199
|
+
overshoot: 0.08,
|
|
2200
|
+
speed: "normal",
|
|
2201
|
+
},
|
|
2202
|
+
attention: {
|
|
2203
|
+
pattern: "skim",
|
|
2204
|
+
scrollBehavior: "continuous",
|
|
2205
|
+
focusAreas: ["text", "prices", "header"],
|
|
2206
|
+
distractionRate: 0.2,
|
|
2207
|
+
},
|
|
2208
|
+
},
|
|
2209
|
+
context: {
|
|
2210
|
+
viewport: [1920, 1080],
|
|
2211
|
+
},
|
|
2212
|
+
accessibilityTraits: {
|
|
2213
|
+
processingSpeed: 0.7, // Normal for non-numerical tasks
|
|
2214
|
+
attentionSpan: 0.7, // Normal attention
|
|
2215
|
+
fatigueSusceptibility: 0.4, // Moderate - number-heavy pages are tiring
|
|
2216
|
+
},
|
|
2217
|
+
cognitiveTraits: {
|
|
2218
|
+
workingMemory: 0.5, // Normal verbal, impaired numerical
|
|
2219
|
+
patience: 0.5, // Medium - frustrated by numbers, fine otherwise
|
|
2220
|
+
persistence: 0.6, // Medium-high - persistent on non-numerical tasks
|
|
2221
|
+
curiosity: 0.6, // Normal - explores freely until numbers appear
|
|
2222
|
+
riskTolerance: 0.4, // Low-medium - cautious with purchases/quantities
|
|
2223
|
+
readingTendency: 0.65, // Medium-high - reads text normally, skips number-heavy sections
|
|
2224
|
+
comprehension: 0.65, // Normal for text, low for numerical content
|
|
2225
|
+
resilience: 0.5, // Medium - used to numerical difficulty
|
|
2226
|
+
selfEfficacy: 0.5, // Medium - confident except with numbers
|
|
2227
|
+
satisficing: 0.6, // Medium - avoids comparing numerical options
|
|
2228
|
+
trustCalibration: 0.5, // Medium - can evaluate text-based trust, not numerical
|
|
2229
|
+
interruptRecovery: 0.6, // Normal
|
|
2230
|
+
informationForaging: 0.55, // Medium - normal except for numerical scent
|
|
2231
|
+
changeBlindness: 0.5, // Normal
|
|
2232
|
+
anchoringBias: 0.6, // Medium - numerical anchoring is especially strong
|
|
2233
|
+
timeHorizon: 0.5, // Medium
|
|
2234
|
+
attributionStyle: 0.5, // Medium - knows it's a specific difficulty
|
|
2235
|
+
metacognitivePlanning: 0.6, // Normal - good planning for non-numerical tasks
|
|
2236
|
+
proceduralFluency: 0.55, // Medium - struggles when steps involve numbers
|
|
2237
|
+
transferLearning: 0.6, // Normal for non-numerical patterns
|
|
2238
|
+
authoritySensitivity: 0.5,
|
|
2239
|
+
emotionalContagion: 0.5,
|
|
2240
|
+
fearOfMissingOut: 0.5,
|
|
2241
|
+
socialProofSensitivity: 0.5,
|
|
2242
|
+
mentalModelRigidity: 0.6, // Medium - adapts well to non-numerical patterns
|
|
2243
|
+
siteFamiliarity: 0.5, // Medium - normal retention
|
|
1879
2244
|
},
|
|
1880
2245
|
},
|
|
1881
2246
|
};
|
|
@@ -1977,6 +2342,7 @@ export const EMOTIONAL_PERSONAS = {
|
|
|
1977
2342
|
fearOfMissingOut: 0.6, // Medium-high - anxiety about missing out
|
|
1978
2343
|
socialProofSensitivity: 0.7, // High - seeks validation from others
|
|
1979
2344
|
mentalModelRigidity: 0.4, // Low-medium - struggles with unexpected
|
|
2345
|
+
siteFamiliarity: 0.5, // Medium
|
|
1980
2346
|
},
|
|
1981
2347
|
context: {
|
|
1982
2348
|
viewport: [1280, 800],
|
|
@@ -2054,6 +2420,7 @@ export const EMOTIONAL_PERSONAS = {
|
|
|
2054
2420
|
fearOfMissingOut: 0.3, // Low - not swayed by urgency
|
|
2055
2421
|
socialProofSensitivity: 0.4, // Low-medium - evaluates on merits
|
|
2056
2422
|
mentalModelRigidity: 0.8, // High - adapts easily
|
|
2423
|
+
siteFamiliarity: 0.5, // Medium
|
|
2057
2424
|
},
|
|
2058
2425
|
context: {
|
|
2059
2426
|
viewport: [1920, 1080],
|
|
@@ -2131,6 +2498,7 @@ export const EMOTIONAL_PERSONAS = {
|
|
|
2131
2498
|
fearOfMissingOut: 0.75, // High - emotional FOMO
|
|
2132
2499
|
socialProofSensitivity: 0.7, // High - seeks emotional validation
|
|
2133
2500
|
mentalModelRigidity: 0.5, // Medium
|
|
2501
|
+
siteFamiliarity: 0.5, // Medium
|
|
2134
2502
|
},
|
|
2135
2503
|
context: {
|
|
2136
2504
|
viewport: [1280, 800],
|
|
@@ -2208,6 +2576,7 @@ export const EMOTIONAL_PERSONAS = {
|
|
|
2208
2576
|
fearOfMissingOut: 0.1, // Minimum - not driven by urgency
|
|
2209
2577
|
socialProofSensitivity: 0.3, // Low - evaluates independently
|
|
2210
2578
|
mentalModelRigidity: 0.7, // High - adapts methodically
|
|
2579
|
+
siteFamiliarity: 0.5, // Medium
|
|
2211
2580
|
},
|
|
2212
2581
|
context: {
|
|
2213
2582
|
viewport: [1280, 800],
|