<<set $score = 0>>
V2 Have you experienced pain, tingling, burning, numbness, or weakness for more than 6 months or has discomfort returned to an old area of injury?
<<button "Yes">>
<<set $score += 5>>
<<goto "Question2">>
<</button>>
<<button "No">>
<<set $score += 0>>
<<goto "Question2">>
<</button>>
Do you find that applying heat or ice provides temporary relief?
<<button "Yes">>
<<set $score += 5>>
<<goto "Question3">>
<</button>>
<<button "No">>
<<set $score += 0>>
<<goto "Question3">>
<</button>>
Do you find that exercise or movement of any kind temporarily reduces your level of discomfort?
<<button "Yes">>
<<set $score += 5>>
<<goto "Question4">>
<</button>>
<<button "No">>
<<set $score += 0>>
<<goto "Question4">>
<</button>>
Have you been told any of the following?
<ul>
<li>Surgery will not (or has not) helped</li>
<li>You have a soft tissue problem</li>
<li>Something is pressing on a nerve</li>
<li>Your problem is degenerative</li>
</ul>
<<button "Yes">>
<<set $score += 5>>
<<goto "Question5">>
<</button>>
<<button "No">>
<<set $score += 0>>
<<goto "Question5">>
<</button>>
Does your level or frequency of pain change?
<<button "Almost always">>
<<set $score += 5>>
<<goto "Question6">>
<</button>>
<<button "Sometimes">>
<<set $score += 3>>
<<goto "Question6">>
<</button>>
<<button "Never">>
<<set $score += 0>>
<<goto "Question6">>
<</button>>
Does your level of pain or discomfort ever change when you are distracted or have a change in lifestyle such as vacation?
<<button "Almost always">>
<<set $score += 5>>
<<goto "Question7">>
<</button>>
<<button "Sometimes">>
<<set $score += 3>>
<<goto "Question7">>
<</button>>
<<button "Never">>
<<set $score += 0>>
<<goto "Question7">>
<</button>>
Do you have any history of Gastro-intestinal or other tension-related problems such as:
<ul>
<li>IBS</li>
<li>Constipation</li>
<li>Ulcer</li>
<li>Gastritis</li>
<li>Reflux</li>
<li>Tension or migraine headaches</li>
<li>Hives</li>
<li>Eczema</li>
<li>Any other tension-related issues?</li>
</ul>
<<button "Two or more">>
<<set $score += 5>>
<<goto "Question8">>
<</button>>
<<button "One">>
<<set $score += 3>>
<<goto "Question8">>
<</button>>
<<button "None">>
<<set $score += 0>>
<<goto "Question8">>
<</button>>
Have you tried any other methods of curing your pain such as:
<ul>
<li>Surgery</li>
<li>Drugs</li>
<li>Physical therapy</li>
<li>Acupuncture</li>
<li>Chiropractic</li>
<li>Exercise</li>
<li>Pain clinics</li>
<li>Yoga</li>
<li>Meditation</li>
<li>Or anything not included in this list?</li>
</ul>
<<button "Two or more">>
<<set $score += 5>>
<<goto "Question9">>
<</button>>
<<button "One">>
<<set $score += 3>>
<<goto "Question9">>
<</button>>
<<button "None">>
<<set $score += 0>>
<<goto "Question9">>
<</button>>
Does your pain move around—even slightly?
<<button "Frequently">>
<<set $score += 5>>
<<goto "Question10">>
<</button>>
<<button "Sometimes">>
<<set $score += 3>>
<<goto "Question10">>
<</button>>
<<button "Never">>
<<set $score += 0>>
<<goto "Question10">>
<</button>>
Do you have any of the following traits:
<ul>
<li>Dependable</li>
<li>Controlling</li>
<li>Spiritual</li>
<li>Do-gooder</li>
<li>Perfectionist</li>
<li>Sensitive to criticism</li>
<li>People pleaser</li>
<li>Compulsive</li>
<li>Hard on yourself</li>
</ul>
<<button "Four or more">>
<<set $score += 5>>
<<goto "Results">>
<</button>>
<<button "One to three">>
<<set $score += 3>>
<<goto "Results">>
<</button>>
<<button "None">>
<<set $score += 0>>
<<goto "Results">>
<</button>>
<<if $score < 16>>
Your total score is <<print $score>>.
You have a low score and it is unlikely that the mind body approach will help you to heal yourself. I wish you the best healing success.
Based on your responses, you have a low score.
<<elseif $score < 29>>
Your total score is <<print $score>>.
You have a medium score and it is possible that the cause of your pain originates in stress and tension. First, I would suggest you make sure you have seen a doctor and verify you do not have an organic disease before proceeding with any mind body methods to heal yourself.
Based on your responses, you have a medium score.
<<else>>
Your total score is <<print $score>>.
You have a high score and it is highly likely that the cause of your pain originates in stress and tension in your life. You have an excellent chance of healing yourself if you follow the guidelines in the free online book located here:
<</if>>
<<button "Restart">>
<<set $score = 0>>
<<goto "Question1">>
<</button>>