Neuroscience-Based Assessment

REMOTE Burnout
Assessment™

The first neuroscience-based burnout risk assessment designed specifically for remote workers. Discover which of six neurobiological stress dimensions are quietly burning you out.

30
Questions
5 min
To Complete
6
Stress Dimensions

Based on peer-reviewed research from Yale, UC Irvine, MIT, and Princeton

Unlock Your Full Neurobiological Report

$14.99
Get My Full Report

Team Burnout Assessment

Run the REMOTE Assessment across your entire team. Get aggregate risk profiles, department comparisons, and targeted organizational interventions.

From $149
Learn More — For HR Leaders
`; // Animate bar fills setTimeout(() => { document.querySelectorAll('.dim-bar-fill').forEach(bar => { bar.style.width = bar.dataset.width; }); }, 600); // Scroll to top window.scrollTo({ top: 0, behavior: 'smooth' }); } // Email handled by MailerLite embedded form // Keyboard navigation document.addEventListener('keydown', (e) => { if (document.getElementById('assessment').classList.contains('hidden')) return; const key = parseInt(e.key); if (key >= 1 && key <= 5) selectAnswer(key); if (e.key === 'ArrowRight' || e.key === 'Enter') nextQuestion(); if (e.key === 'ArrowLeft') prevQuestion(); });