{{ __('This profile is designed to help you explore your sensory experiences and preferences. It is not a diagnostic tool, and sensory experiences vary widely across individuals.') }}
๐ฟ{{ __('Based on sensory processing research. Answer honestly โ there are no right or wrong answers.') }}
@php
$domainDefs = [
'auditory' => [
'label' => __('Auditory'),
'svgLabel' => __('Auditory'),
'color' => 'emerald',
'icon' => '',
'sensitivity' => [__('Noisy environments can feel overwhelming'), __('Unexpected sounds catch me off guard')],
'seeking' => [__('I often need background sound or music to focus'), __('I may not notice people calling my name')],
'awareness' => [__('I notice subtle changes in tone or sound that others miss')],
'helps' => [
'noise-cancelling-headphones' => __('Noise-cancelling headphones'),
'quiet-recovery-moments' => __('Quiet recovery moments'),
'predictable-sound' => __('Predictable sound environments'),
'soft-background-music' => __('Soft background music'),
'earplugs' => __('Earplugs'),
'pauses-in-silence' => __('Pauses in silence'),
],
],
'visual' => [
'label' => __('Visual'),
'svgLabel' => __('Visual'),
'color' => 'blue',
'icon' => '',
'sensitivity' => [__('Bright or flickering light can feel overwhelming'), __('Busy visual environments can feel overwhelming')],
'seeking' => [__('I enjoy visually stimulating environments'), __('I am drawn to colourful or patterned spaces')],
'awareness' => [__('I easily notice visual patterns or details others miss')],
'helps' => [
'dim-lighting' => __('Dim lighting'),
'dark-mode' => __('Dark mode'),
'sunglasses' => __('Sunglasses'),
'reduced-clutter' => __('Reduced visual clutter'),
'screen-filters' => __('Screen filters'),
'window-seat' => __('Window seat with a view'),
],
],
'tactile' => [
'label' => __('Tactile'),
'svgLabel' => __('Tactile'),
'color' => 'amber',
'icon' => '',
'sensitivity' => [__('Certain clothing fabrics or seams bother me'), __('Light or unexpected touch feels uncomfortable')],
'seeking' => [__('I enjoy strong physical pressure (tight hugs, weighted blankets)'), __('I seek certain textures repeatedly')],
'awareness' => [__('I am highly aware of subtle differences in texture or temperature')],
'helps' => [
'seamless-clothing' => __('Seamless clothing'),
'weighted-blanket' => __('Weighted blanket'),
'soft-fabrics' => __('Soft fabrics'),
'warning-before-touch'=> __('Warning before touch'),
'control-over-contact'=> __('Control over physical contact'),
'fidget-tools' => __('Fidget tools'),
],
],
'olfactory' => [
'label' => __('Olfactory / Gustatory'),
'svgLabel' => __('Olfactory'),
'color' => 'rose',
'icon' => '',
'sensitivity' => [__('I react strongly to smells others barely notice'), __('I have difficulty with certain tastes or food textures')],
'seeking' => [__('I am drawn to strong or distinctive scents'), __('I enjoy intense or complex flavours')],
'awareness' => [__('I can identify subtle scents or tastes that others overlook')],
'helps' => [
'fragrance-free' => __('Fragrance-free environment'),
'anchor-scent' => __('Preferred scent as anchor'),
'texture-flexibility' => __('Food texture flexibility'),
'predictable-meals' => __('Predictable meals'),
'own-cooking' => __('Own cooking control'),
'scent-masking' => __('Scent-masking product'),
],
],
'vestibular' => [
'label' => __('Vestibular'),
'svgLabel' => __('Vestibular'),
'color' => 'violet',
'icon' => '',
'sensitivity' => [__('I get dizzy or uncomfortable in lifts, cars, or swings'), __('I feel unstable on uneven or moving surfaces')],
'seeking' => [__('I enjoy movement-based sensory experiences'), __('I seek out activities that challenge my balance or coordination')],
'awareness' => [__('I am strongly aware of changes in my own movement and position')],
'helps' => [
'predictable-movement' => __('Predictable movement'),
'window-seat-transport' => __('Window seat in transport'),
'grounding' => __('Grounding techniques'),
'avoiding-rides' => __('Avoiding certain rides'),
'movement-breaks' => __('Regular movement breaks'),
'balance-activities' => __('Balance-focused activities'),
],
],
'proprioceptive' => [
'label' => __('Proprioceptive'),
'svgLabel' => __('Proprio.'),
'color' => 'orange',
'icon' => '',
'sensitivity' => [__('I misjudge force and often press too hard or too soft'), __('I am frequently unaware of my body\'s position in space')],
'seeking' => [__('I seek out deep pressure (tight hugs, weighted blankets, heavy work)'), __('I enjoy intense physical activity like running, jumping, or lifting')],
'awareness' => [__('I am highly conscious of muscle tension and physical effort')],
'helps' => [
'weighted-clothing' => __('Weighted clothing'),
'heavy-work' => __('Heavy work activities'),
'compression-wear' => __('Compression wear'),
'movement-breaks-p' => __('Physical movement breaks'),
'body-awareness' => __('Body-awareness exercises'),
'rocking' => __('Rocking or bouncing'),
],
],
'interoceptive' => [
'label' => __('Interoceptive'),
'svgLabel' => __('Intero.'),
'color' => 'teal',
'icon' => '',
'sensitivity' => [__('I notice hunger, thirst, or fatigue only when it\'s very intense'), __('I often understand my emotions intellectually before I physically feel them')],
'seeking' => [__('I am deeply aware of physical sensations inside my body'), __('I notice emotional shifts in my body before I can name them')],
'awareness' => [__('I am strongly aware of my heart rate, breathing, or digestion')],
'helps' => [
'body-check-in' => __('Body check-in routines'),
'scheduled-meals' => __('Scheduled meals / hydration'),
'emotion-body-map' => __('Emotion-body mapping'),
'mindful-breathing' => __('Mindful breathing'),
'rest-signals' => __('Regular rest signals'),
'wearable-reminders' => __('Wearable reminders'),
],
],
];
$contextQuestions = [
__('My sensory sensitivity increases when I am stressed'),
__('I need more recovery time after sensory-heavy experiences'),
__('My sensory experiences vary significantly from day to day'),
];
$stepHints = [
__('Sensory needs around sound are among the most commonly reported โ you\'re not alone.'),
__('There is no \'correct\' sensory profile. Answer as honestly as feels right.'),
__('Seeking and sensitivity can coexist in the same domain โ this is completely normal.'),
__('There is no \'correct\' sensory profile. Answer as honestly as feels right.'),
__('There is no \'correct\' sensory profile. Answer as honestly as feels right.'),
__('There is no \'correct\' sensory profile. Answer as honestly as feels right.'),
__('Interoceptive awareness is closely linked to emotional regulation and stress recognition.'),
__('Your variability score shows how much your sensory needs shift depending on context.'),
];
$scaleLabels = [
1 => __('Never'),
2 => __('Rarely'),
3 => __('Sometimes'),
4 => __('Often'),
5 => __('Always'),
];
$variabilityLabels = [
'low' => __('fairly consistent sensory profile'),
'medium' => __('sensory needs shift depending on context'),
'high' => __('sensory experiences fluctuate strongly'),
];
$summaryTemplates = [
'both' => __('Your profile suggests heightened :s sensitivity, combined with strong :sk sensory seeking.'),
'sens_only' => __('Your profile suggests heightened sensitivity in :s.'),
'seek_only' => __('Your profile suggests strong sensory seeking in :sk.'),
'balanced' => __('Your profile suggests a balanced sensory profile across most domains.'),
'variability'=> __('Variability: :level.'),
'conjunction'=> __('and'),
'level_high' => __('high'),
'level_medium'=> __('medium'),
'level_low' => __('low'),
'fallback' => __("There is no 'correct' sensory profile. Answer as honestly as feels right."),
];
@endphp
{{ __('This profile is designed to help you explore your sensory experiences and preferences. It is not a diagnostic tool, and sensory experiences vary widely across individuals.') }}
{{ __('This profile is designed to help you explore your sensory experiences and preferences. It is not a diagnostic tool, and sensory experiences vary widely across individuals.') }}
{{-- Summary sentence --}}
{{ __('Sensory seeking and sensory sensitivity can coexist within the same domain โ this is common and completely normal.') }}
{{-- Radar chart --}}
{{-- Header met vraagteken --}}
{{ __('Sensory radar') }}
{{-- Uitlegpopover --}}
@include('partials.sensory-radar-help')
{{-- /radar + help wrapper --}}
{{-- Legend --}}
{{-- Dimension swatches --}}
{{ __('Sensitivity') }}
{{ __('How easily overwhelmed or exhausted by sensory input') }}
{{ __('Seeking') }}
{{ __('Actively seeking out or needing sensory stimulation') }}