Your Results Have Been Calculated
3) { $bipolar++; $cyclothymic++; } break; case '2': $severity++; if ($age > 3) $cyclothymic++; break; case '3': if ($age > 3) $bipolar--; } switch ($_POST['qq13']) { case '1': $unhappy--; break; case '2': $unhappy += 2; break; case '3': $unhappy++; } switch ($_POST['qq14']) { case '1': $manic += 2; $manicseverity += 3; break; case '2': $manic += 2; $manicseverity += 2; break; case '3': $manic += 2; $manicseverity++; break; case '4': $manic++; $cyclothymic++; } switch ($_POST['qq15']) { case '1': $manic++; $manicseverity += 2; break; case '2': $manic++; $manicseverity++; } switch ($_POST['qq16']) { case '1': $manic++; $manicseverity += 2; break; case '2': $manic++; $manicseverity++; } if ($_POST['qq17']) { $bipolar += 2; $cyclothymic++; } if ($_POST['q30'] == '1') { switch ($_POST['qq18']) { case '1': $seasonal += 2; case '2': $seasonal++; case '4': $seasonal--; } } else { switch ($_POST['qq18']) { case '4': $seasonal += 2; case '3': $seasonal++; case '1': $seasonal--; } } switch ($_POST['qq19']) { case '1': $sad--; $unhappy++; break; case '2': $seasonal++; break; case '3': $sad--; } switch ($_POST['qq20']) { case '1': $major++; $unhappy++; break; case '2': $dysthymic++; $unhappy++; break; case '4': $cyclothymic++; } $severity = ($severity + 6) / 35; // - 5, - /(0 + 5) $unhappy = ($unhappy + 3) / 29; // - 3, - /(0 + 3) $manic = ($manic + 4) / 12; // - 4, - /(0 + 4) $manicseverity = ($manicseverity + 1) / 14; $seasonal = ($seasonal + 2) / 7; // - 2, - /(0 + 2) $major = ($major + 1) / 20; // - 1, - /(2 + 1) $dysthymic = ($dysthymic + 1) / 24; // - 1, - /(2 + 1) $bipolar = ($bipolar + 3) / 15; // - 3, - /(1 + 2) $cyclothymic = ($cyclothymic + 1) / 10; // - 2, - /(1 + 1) $sad = ($sad + 2) / 13; // - 2, - /(2 + 1) $postpartum = ($postpartum + 2) / 11; // - 2, - /(0 + 2) /* ?> Major Depression: = $major ?>Dysthymic = $dysthymic ?>
Bi-polar: = $bipolar ?>
Cyclothymic: = $cyclothymic ?>
SAD: = $sad ?>
Postpartum: = $postpartum ?>
Unhappy: = $unhappy ?>
Severity: = $severity ?>
Manic: = $manic ?>
Manic Severity: = $manicseverity ?>
Seasonal: = $seasonal ?>
0.70) { $major *= (1 + $unhappymultiplyfactor); $dysthymic *= 0.8; } else if ($severity > 0.55) { $major *= (1 + $unhappymultiplyfactor * 0.67); $dysthymic *= (1 + $unhappymultiplyfactor * 0.33); } else if ($severity > 0.45) { $major *= (1 + $unhappymultiplyfactor * 0.5); $dysthymic *= (1 + $unhappymultiplyfactor * 0.5); } else if ($severity > 0.3) { $major *= (1 + $unhappymultiplyfactor * 0.33); $dysthymic *= (1 + $unhappymultiplyfactor * 0.67); } else { $dysthymic *= (1 + $unhappymultiplyfactor); $major *= 0.8; } $manicmultiplyfactor = $manic * 0.35; if ($manicseverity > 0.67 && $severity > 0.67) { $bipolar *= (1 + $manicmultiplyfactor); $cyclothymic *= 0.8; } else if ($manicseverity > 0.52 && $severity > 0.52) { $bipolar *= (1 + $manicmultiplyfactor * 0.67); $cyclothymic *= (1 + $manicmultiplyfactor * 0.33); } else if ($manicseverity > 0.42 && $severity > 0.42) { $bipolar *= (1 + $manicmultiplyfactor * 0.5); $cyclothymic *= (1 + $manicmultiplyfactor * 0.5); } else if ($manicseverity > 0.3 && $severity > 0.3) $cyclothymic *= (1 + $manicmultiplyfactor * 0.67); else if ($manicseverity > 0.2 && $severity > 0.2) { $cyclothymic *= (1 + $manicmultiplyfactor * 0.67); $bipolar *= 0.8; } if ($manicseverity < 0.2) { $bipolar *= 0.5; $cyclothymic *= 0.6; } else if ($manicseverity < 0.3) { $bipolar *= 0.7; $cyclothymic *= 0.8; } else if ($manicseverity < 0.45) $bipolar *= 0.9; $depreduce = $manicseverity + $manic; if ($depreduce > 1.4) { $major *= 0.75; $dysthymic *= 0.67; } else if ($depreduce > 1.1) { $major *= 0.8; $dysthymic *= 0.75; } else if ($depreduce > 0.9) { $major *= 0.9; $dysthymic *= 0.8; } else if ($depreduce > 0.6) { $major *= 0.9; $dysthymic *= 0.8; } else if ($depreduce > 0.4) { $major *= 0.95; $dysthymic *= 0.9; } if ($major > $dysthymic) $dysthymic *= 0.9; else $major *= 0.9; if ($bipolar > $cyclothymic) $cyclothymic *= 0.9; else $bipolar *= 0.9; $sadreduce = $severity + $unhappy; if ($sadreduce < 0.4) $sad *= 0.7; else if ($sadreduce < 0.7) $sad *= 0.8; else if ($sadreduce < 0.95) $sad *= 0.9; if ($seasonal > 0.64) { $dysthymic *= 0.83; $major *= 0.92; $bipolar *= 0.93; $cyclothymic *= 0.95; $postpartum *= 0.9; if ($sadreduce > 1.1) $sad += 0.1; else if ($sadreduce > 0.8) $sad += 0.07; else if ($sadreduce > 0.6) $said += 0.04; } else if ($seasonal > 0.5) { $dysthymic *= 0.92; $sad += 0.05; } else if ($seasonal < 0.27) $sad -= 0.15; else if ($seasonal < 0.36) $sad -= 0.06; //find highest score $highest = $major; if ($dysthymic > $highest) $highest = $dysthymic; if ($bipolar > $highest) $highest = $bipolar; if ($cyclothymic > $highest) $highest = $cyclothymic; if ($sad > $highest) $highest = $sad; if ($postpartum > $highest) $highest = $sad; /* ?> Major Depression: = $major ?>
Dysthymic = $dysthymic ?>
Bi-polar: = $bipolar ?>
Cyclothymic: = $cyclothymic ?>
SAD: = $sad ?>
Postpartum: = $postpartum ?>
= 0.7) if ($major < 0.18) $major = 'Very Slight'; else if ($major < 0.27) $major = 'Slight'; else if ($major < 0.37) $major = 'Slight-Moderate'; else if ($major < 0.45) $major = 'Moderate'; else if ($major < 0.53) $major = 'High-Moderate'; else if ($major < 0.65) $major = 'High'; else if ($major < 0.76) $major = 'Very High'; else $major = 'Extremely High'; if ($dysthymic < 0.18) $dysthymic = 'Very Slight'; else if ($dysthymic < 0.27) $dysthymic = 'Slight'; else if ($dysthymic < 0.37) $dysthymic = 'Slight-Moderate'; else if ($dysthymic < 0.45) $dysthymic = 'Moderate'; else if ($dysthymic < 0.53) $dysthymic = 'High-Moderate'; else if ($dysthymic < 0.65) $dysthymic = 'High'; else if ($dysthymic < 0.76) $dysthymic = 'Very High'; else $dysthymic = 'Extremely High'; if ($bipolar < 0.18) $bipolar = 'Very Slight'; else if ($bipolar < 0.27) $bipolar = 'Slight'; else if ($bipolar < 0.37) $bipolar = 'Slight-Moderate'; else if ($bipolar < 0.45) $bipolar = 'Moderate'; else if ($bipolar < 0.53) $bipolar = 'High-Moderate'; else if ($bipolar < 0.65) $bipolar = 'High'; else if ($bipolar < 0.76) $bipolar = 'Very High'; else $bipolar = 'Extremely High'; if ($cyclothymic < 0.18) $cyclothymic = 'Very Slight'; else if ($cyclothymic < 0.27) $cyclothymic = 'Slight'; else if ($cyclothymic < 0.37) $cyclothymic = 'Slight-Moderate'; else if ($cyclothymic < 0.45) $cyclothymic = 'Moderate'; else if ($cyclothymic < 0.53) $cyclothymic = 'High-Moderate'; else if ($cyclothymic < 0.65) $cyclothymic = 'High'; else if ($cyclothymic < 0.76) $cyclothymic = 'Very High'; else $cyclothymic = 'Extremely High'; if ($sad < 0.18) $sad = 'Very Slight'; else if ($sad < 0.27) $sad = 'Slight'; else if ($sad < 0.37) $sad = 'Slight-Moderate'; else if ($sad < 0.45) $sad = 'Moderate'; else if ($sad < 0.53) $sad = 'High-Moderate'; else if ($sad < 0.65) $sad = 'High'; else if ($sad < 0.76) $sad = 'Very High'; else $sad = 'Extremely High'; if (!$_POST['qq7'] || $_POST['qq7'] == '2') $postpartum = 'N/A'; else if ($postpartum < 0.18) $postpartum = 'Very Slight'; else if ($postpartum < 0.27) $postpartum = 'Slight'; else if ($postpartum < 0.37) $postpartum = 'Slight-Moderate'; else if ($postpartum < 0.45) $postpartum = 'Moderate'; else if ($postpartum < 0.53) $postpartum = 'High-Moderate'; else if ($postpartum < 0.65) $postpartum = 'High'; else if ($postpartum < 0.76) $postpartum = 'Very High'; else $postpartum = 'Extremely High'; if (!$gender) echo '
! This is a sample results page. To get real results, take the test.
'; ?>Below you will find your depression test results, broken out by six different kinds of depression. Scores range from Very Slight to Extremely High. You can click on each disorder to get more information.
Keep in mind that these scores are not a substitute for a professional diagnosis. No web site can diagnose depression or rule it out. If you believe that you may be suffering from a depressive disorder, please consult with your general practicioner or visit a psychologist in your area.
Here Are Your Scores:
| Disorder | Your Score |
|---|---|
| Major Depression: | = $major ?> |
| Dysthymia: | = $dysthymic ?> |
| Bipolar Disorder: | = $bipolar ?> |
| Cyclothymia: | = $cyclothymic ?> |
| Seasonal Affective Disorder: | = $sad ?> |
| Postpartum Depression: | = $postpartum ?> |
Copy Results to Web Site or Journal:
You Scored Highly For at Least One Form of Depression
'; else if ($highest > 0.34) echo 'You Scored Moderately For at Least One Form of Depression
'; else echo 'You Scored Fairly Low For These Forms of Depression
'; ?>Click on the disorder names in your results box to get more information on each one. On those pages you will find explanations and symptoms, as well as links to books and depression online resources so that you can gain a better understanding of these disorders. Keep in mind that depression is the most common mental health disorder, and if you do have depression, you are not alone. There are proven strategies to help overcome it.
0.34) { ?>Do Not Suffer In Silence
Depression often responds well to treatment. Yet the sad truth is that most depression sufferers go for years before getting diagnosed. If you notice that depressive symptoms are interfering with your life and pursuit of happiness, please know that help does exist, that millions of people have overcome their depression, and you do not have to continue to live this way. Talk to your doctor about what you are feeling. The sooner you tackle this, the sooner you will get on with the business of living your life!
Thank You For Visiting DepressedTest.com
Hopefully this test has given you some useful insights. Come back any time to see if your score has changed, and best of luck to you.
Thank You For Visiting DepressedTest.com
Hopefully this test has given you some useful insights. Come back any time to see if your score has changed, and best of luck to you.