test-results

[vc_row][vc_column width=”1/1″][vc_column_text]

[insert_php]
$TotalScore = $_POST[‘finalResutl’];
$GAScore = $_POST[‘GAResutl’];
$PAScore = $_POST[‘PAResutl’];
$SAScore = $_POST[‘SAResutl’];
$OCDScore = $_POST[‘OCDResutl’];
echo ‘<h3>Your Overall Score was: ‘.$TotalScore.”</h3>”;
if($TotalScore< 8){
echo “<p class=’text-results’>An overall score below 8 indicates low overall anxiety, but”
. ” the DARE tools and techniques may still be helpful to help manage ”
. “any occasional episodes.</p>”;
}
if($TotalScore> 7 && $TotalScore < 24){
echo “<p class=’text-results’>An overall score below 24 and above 8 is medium and indicate ”
. “problematic experiences of anxiety ”
. “and panic, which the DARE tools and techniques will address to ”
. “decrease the frequency and severity.</p>”;
}
if($TotalScore > 23){
echo “<p class=’text-results’>Implies high and problematic anxiety and panic experiences ”
. “that may be frequent and severe, likely with a marked impact on ”
. “daily functioning and relationships. The DARE tools and ”
. “techniques have been proven to reduce the frequency and ”
. “severity of these episodes and improve quality of daily ”
. “life.</p>”;
}

echo “<hr />”;
echo “<h4>For General Anxiety you scored: “.$GAScore.”</h4>”;
if($GAScore <= 2){
echo “<p class=’text-results’>Your General Anxiety low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($GAScore > 2 && $GAScore < 6){
echo “<p class=’text-results’>Your General Anxiety medium levels of anxiety, which can be improved by ”
. “applying tools and techniques to help calm the experience and effects.</p>”;
};
if($GAScore >= 6 ){
echo “<p class=’text-results’>Your General Anxiety score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behaviour ”
. “are necessary.</p>”;
};
echo “<h4>For Panic Attacks you scored: “.$PAScore.”</h4>”;
if($PAScore <= 2){
echo “<p class=’text-results’>Your Panic Attacks low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($PAScore > 2 && $PAScore < 6){
echo “<p class=’text-results’>Your Panic Attacks medium levels of anxiety, which can be improved by ”
. “applying tools and techniques to help calm the experience and effects.</p>”;
};
if($PAScore >= 6 ){
echo “<p class=’text-results’>Your Panic Attacks score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behavior”
. ” are necessary.</p>”;
};
echo “<h4>For Social Anxiety you scored: “.$SAScore.”</h4>”;
if($SAScore <= 2){
echo “<p class=’text-results’>Your Social Anxiety score means low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($SAScore > 2 && $SAScore < 6){
echo “<p class=’text-results’>Your Social Anxiety score means medium levels of anxiety, which can be improved by”
. ” applying tools and techniques to help calm the experience and effects.</p>”;
};
if($SAScore >= 6 ){
echo “<p class=’text-results’>Your Social Anxiety score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behavior”
. ” are necessary.</p>”;
};
echo “<h4>For OCD you scored: “.$OCDScore.”</h4>”;
if($OCDScore <= 2){
echo “<p class=’text-results’>Your OCD score means low levels of anxiety, but tools and techniques ”
. “may be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($OCDScore > 2 && $OCDScore < 6){
echo “<p class=’text-results’>Your OCD score means medium levels of anxiety, which can be improved by”
. ” applying tools and techniques to help calm the experience and effects.</p>”;
};
if($OCDScore >= 6 ){
echo “<p class=’text-results’>Your OCD score is considered high levels of anxiety, fear ”
. “or panic. Tools and techniques to normalize experiences and ”
. “behavior are necessary.</p>”;
};
[/insert_php]
</div>

<div class=”container-fluid”>

<div class=”resultContainer”>
[insert_php]
$TotalScore = $_POST[‘finalResutl’];
$GAScore = $_POST[‘GAResutl’];
$PAScore = $_POST[‘PAResutl’];
$SAScore = $_POST[‘SAResutl’];
$OCDScore = $_POST[‘OCDResutl’];
echo ‘<h3>Your Overall Score was: ‘.$TotalScore.”</h3>”;
if($TotalScore< 8){
echo “<p class=’text-results’>An overall score below 8 indicates low overall anxiety, but”
. ” the DARE tools and techniques may still be helpful to help manage ”
. “any occasional episodes.</p>”;
}
if($TotalScore> 7 && $TotalScore < 24){
echo “<p class=’text-results’>An overall score below 24 and above 8 is medium and indicate ”
. “problematic experiences of anxiety ”
. “and panic, which the DARE tools and techniques will address to ”
. “decrease the frequency and severity.</p>”;
}
if($TotalScore > 23){
echo “<p class=’text-results’>Implies high and problematic anxiety and panic experiences ”
. “that may be frequent and severe, likely with a marked impact on ”
. “daily functioning and relationships. The DARE tools and ”
. “techniques have been proven to reduce the frequency and ”
. “severity of these episodes and improve quality of daily ”
. “life.</p>”;
}

echo “<hr />”;
echo “<h4>For General Anxiety you scored: “.$GAScore.”</h4>”;
if($GAScore <= 2){
echo “<p class=’text-results’>Your General Anxiety low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($GAScore > 2 && $GAScore < 6){
echo “<p class=’text-results’>Your General Anxiety medium levels of anxiety, which can be improved by ”
. “applying tools and techniques to help calm the experience and effects.</p>”;
};
if($GAScore >= 6 ){
echo “<p class=’text-results’>Your General Anxiety score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behaviour ”
. “are necessary.</p>”;
};
echo “<h4>For Panic Attacks you scored: “.$PAScore.”</h4>”;
if($PAScore <= 2){
echo “<p class=’text-results’>Your Panic Attacks low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($PAScore > 2 && $PAScore < 6){
echo “<p class=’text-results’>Your Panic Attacks medium levels of anxiety, which can be improved by ”
. “applying tools and techniques to help calm the experience and effects.</p>”;
};
if($PAScore >= 6 ){
echo “<p class=’text-results’>Your Panic Attacks score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behavior”
. ” are necessary.</p>”;
};
echo “<h4>For Social Anxiety you scored: “.$SAScore.”</h4>”;
if($SAScore <= 2){
echo “<p class=’text-results’>Your Social Anxiety score means low levels of anxiety, but tools and techniques may”
. ” be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($SAScore > 2 && $SAScore < 6){
echo “<p class=’text-results’>Your Social Anxiety score means medium levels of anxiety, which can be improved by”
. ” applying tools and techniques to help calm the experience and effects.</p>”;
};
if($SAScore >= 6 ){
echo “<p class=’text-results’>Your Social Anxiety score is considered high levels of anxiety, fear or”
. ” panic. Tools and techniques to normalize experiences and behavior”
. ” are necessary.</p>”;
};
echo “<h4>For OCD you scored: “.$OCDScore.”</h4>”;
if($OCDScore <= 2){
echo “<p class=’text-results’>Your OCD score means low levels of anxiety, but tools and techniques ”
. “may be helpful at times to curb the effects of occasional episodes.</p>”;
};
if($OCDScore > 2 && $OCDScore < 6){
echo “<p class=’text-results’>Your OCD score means medium levels of anxiety, which can be improved by”
. ” applying tools and techniques to help calm the experience and effects.</p>”;
};
if($OCDScore >= 6 ){
echo “<p class=’text-results’>Your OCD score is considered high levels of anxiety, fear ”
. “or panic. Tools and techniques to normalize experiences and ”
. “behavior are necessary.</p>”;
};
[/insert_php]
</div>

<div class=”modalMailForm”>
<div class=”innerContainer”>

<div align=”center”>
<img src=”https://placeholdit.imgix.net/~text?txtsize=38&txt=400%C3%97250&w=400&h=250″>
</div>

<form id=’mailForm’ target=”_blank” accept-charset=”UTF-8″ action=”https://panicaway.infusionsoft.com/app/form/process/c4c4b3936949ede1b3554a0894f05a21″ class=”infusion-form” method=”POST”>

<input name=”inf_form_xid” type=”hidden” value=”c4c4b3936949ede1b3554a0894f05a21″ />
<input name=”inf_form_name” type=”hidden” value=”Sign up for newsletter” />
<input name=”infusionsoft_version” type=”hidden” value=”1.41.0.42″ />
<div class=”form-group”>
<label for=”inf_field_FirstName”>First Name *</label>
<input class=”form-control” placeholder=”your name” class=”infusion-field-input-container” id=”inf_field_FirstName” name=”inf_field_FirstName” type=”text” />
</div>

<div class=”form-group”>
<label for=”inf_field_Email”>Email *</label>
<input class=”form-control” placeholder=”your best email” id=”inf_field_Email” name=”inf_field_Email” type=”text” />
</div>
<div class=”infusion-submit”>
<input type=”submit” class=”btn btn-success” value=”Get My Results” />
</div>
</form>
<script type=”text/javascript” src=”https://panicaway.infusionsoft.com/app/webTracking/getTrackingCode?trackingId=86cdb0d0b2a0720487848e8798deda55″></script>

</div>

</div>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]

[/vc_column_text][/vc_column][/vc_row]