ADHD Quiz for Women | Beyond ADHD

ADHD Quiz for Women

A comprehensive self-assessment combining questions from ADDitude's symptom tests by Beyond ADHD

This quiz combines questions from two specialized ADHD self-assessments to help identify symptoms as they commonly present in women.

For each question, please rate how often the statement applies to you.

// Quiz questions const questions = [ "I dreaded being called on by the teacher because I hadn't been listening carefully.", "I felt embarrassed in class when I didn't know what the teacher told us to do.", "I had arguments with my friends.", "Even when I had something to say, I didn't raise my hand and volunteer in class.", "I worry more than other people do.", "I feel left out.", "I feel sad, without always knowing why.", "I get stomachaches or headaches.", "When I want to join a group of women, I don't know how to approach them, or what to say.", "Other women don't like me and I don't know why.", "I feel like I want to cry.", "I get upset and angry more than other women do.", "My feelings change.", "I get my feelings hurt more than most women do.", "Do you have trouble keeping track of your finances?", "Do you feel like you are \"passing for normal,\" but you are really an impostor?", "Do you feel as if life is out of control, and that it's impossible to meet demands?", "Do you hesitate to have people over to your house because you're ashamed of the mess?", "Do you feel that you have better ideas than other people but are unable to organize them or act on them?", "Do you start the day determined to get organized, and end the day feeling defeated?", "Are you called \"a slob\" or \"spacey?\"", "Is it impossible for you to shut out sounds and distractions that don't bother others?", "Do requests for \"one more thing\" at the end of the day put you over the top emotionally?", "Does time, money, paper, or \"stuff\" dominate your life and hamper your ability to achieve your goals?", "Do you feel overwhelmed in stores, at the office, or at parties?", "Do you feel like you're always at one end of a deregulated activity spectrum — either a couch potato or a tornado?", "Do you despair of ever fulfilling your potential and meeting your goals?", "Do you watch others of equal intelligence and education pass you by?", "Are you clueless as to how others manage to lead consistent, regular lives?", "Do you shut down in the middle of the day, feeling exhausted?" ]; // Quiz state let currentQuestion = 0; const answers = new Array(questions.length).fill(null); // DOM elements const introScreen = document.getElementById('intro-screen'); const disclaimerScreen = document.getElementById('disclaimer-screen'); const questionsContainer = document.getElementById('questions-container'); const resultsContainer = document.getElementById('results-container'); const questionNumber = document.getElementById('question-number'); const questionText = document.getElementById('question-text'); const optionsContainer = document.getElementById('options-container'); const optionBoxes = document.querySelectorAll('.option-box'); const prevBtn = document.getElementById('prev-btn'); const nextBtn = document.getElementById('next-btn'); const progressBar = document.getElementById('progress-bar'); const errorMsg = document.getElementById('error-msg'); const scoreDisplay = document.getElementById('score'); // Event Listeners document.getElementById('start-btn').addEventListener('click', () => { introScreen.classList.add('hidden'); disclaimerScreen.classList.remove('hidden'); }); document.getElementById('agree-btn').addEventListener('click', () => { disclaimerScreen.classList.add('hidden'); questionsContainer.classList.remove('hidden'); showQuestion(0); }); optionBoxes.forEach(box => { box.addEventListener('click', () => { optionBoxes.forEach(b => b.classList.remove('selected')); box.classList.add('selected'); answers[currentQuestion] = parseInt(box.getAttribute('data-value')); errorMsg.classList.add('hidden'); }); }); prevBtn.addEventListener('click', () => { if (currentQuestion > 0) { showQuestion(currentQuestion - 1); } }); nextBtn.addEventListener('click', () => { if (answers[currentQuestion] === null) { errorMsg.classList.remove('hidden'); return; } if (currentQuestion < questions.length - 1) { showQuestion(currentQuestion + 1); } else { showResults(); } }); // Functions function showQuestion(index) { currentQuestion = index; // Update question text questionNumber.textContent = `Question ${index + 1} of ${questions.length}`; questionText.textContent = questions[index]; // Update selected option optionBoxes.forEach(box => box.classList.remove('selected')); if (answers[index] !== null) { const selectedBox = document.querySelector(`.option-box[data-value="${answers[index]}"]`); if (selectedBox) selectedBox.classList.add('selected'); } // Update navigation buttons prevBtn.classList.toggle('hidden', index === 0); nextBtn.textContent = index === questions.length - 1 ? 'Calculate' : 'Next'; // Update progress bar const progress = ((index + 1) / (questions.length + 2)) * 100; // +2 for intro and disclaimer screens progressBar.style.width = `${progress}%`; // Hide error message errorMsg.classList.add('hidden'); } function showResults() { // Calculate score const score = answers.reduce((total, answer) => total + (answer || 0), 0); scoreDisplay.textContent = score; // Show results container questionsContainer.classList.add('hidden'); resultsContainer.classList.remove('hidden'); // Update progress bar to 100% progressBar.style.width = '100%'; }
ADHD Testing - Beyond ADHD | Creyos Neurocognitive Assessment
Beyond ADHD Logo

Could ADHD be affecting your daily life?

Start with affordable insights before committing to a full assessment. Our evidence-based neurocognitive testing helps you understand how ADHD may be impacting your focus, attention, and daily functioning.

Powered by CREYOS - Learn More about CREYOS

Adults 18+ only | Private & secure | Risk-free with credit option

What You'll Get

Science-Backed Testing

Complete validated assessments of attention, memory, and executive function from the comfort of your home.

Clear Insights

Receive a personalized report highlighting your cognitive strengths and areas of concern.

Risk-Free Decision

Your $79 becomes a credit toward your Step 1 appointment if you proceed with our full ADHD assessment.

Shareable Results

Discuss your findings with any healthcare provider for further support or clinical evaluation.

See What You'll Receive

Sample Assessment Report

Download a sample of our comprehensive neurocognitive assessment report to see exactly what insights you'll receive about your cognitive functioning.

Download Sample Report

The sample shows the format and type of insights you'll receive, personalized with your actual test results.

Simple 3-Step Process

1

Purchase Assessment

Secure your Creyos neurocognitive testing for just $79 through our secure payment system.

2

Complete Online Testing

Take the comprehensive assessment at your convenience from any device with internet access.

3

Review Your Report

Receive your personalized cognitive profile with actionable insights to guide your next steps.

What Our Clients Say

"The Creyos assessment gave me the clarity I needed to understand my attention challenges. The report was comprehensive and helped me have a productive conversation with my doctor."

- Sarah M.

"I appreciated the affordable option to explore whether ADHD might be affecting my work performance. The $79 credit toward the full assessment made the decision easy."

- Michael R.

Frequently Asked Questions

Is this a medical diagnosis?

No, this assessment provides cognitive insights to guide your next steps—not a diagnosis. Official ADHD diagnosis requires clinical evaluation by a qualified healthcare professional.

How long does the assessment take?

The Creyos neurocognitive testing typically takes 30-45 minutes to complete. You can pause and resume as needed.

What if I decide to pursue a full ADHD evaluation?

If you choose to move forward with our comprehensive ADHD assessment, we'll apply your $79 payment as a credit toward your Step 1 appointment.

Is my information secure?

Yes, all testing and personal information is kept strictly confidential and secure. We follow industry-standard privacy and security protocols.

Can I share my results with my doctor?

Absolutely! Your personalized report can be shared with any healthcare provider to support further evaluation or treatment planning.

Ready to Get Started?

$79

Neurocognitive Assessment

  • Complete Creyos testing
  • Personalized report
  • Shareable with providers
  • $79 credit toward full assessment
Start Your Assessment

Risk-free: Credit applies to full assessment if you proceed

window.__genspark_remove_badge_link = "https://www.genspark.ai/api/html_badge/" + "remove_badge?token=To%2FBnjzloZ3UfQdcSaYfDjaGD1Ndy3MKRmocSXAdBpiLhsTIlmVXTeltopGtnRP6DuegC8SwwjW7VhnefKC1gfGAcvI4zhfKhI3izZTnZa8Z9wBkDBZ31zF8OmS