![]() |
|
|
<% '************************************************************** 'ENTER QUIZ INFORMATION HERE '************************************************************** dim numquestions numquestions=36 numquestions=numquestions-1 'questions dim question redim question(numquestions) question(0)="I am pleased and content with my spouse or partner, or happy being single. " question(1)="I have a circle of friends who I love being with. " question(2)="I am very close to my children and parents. There is nothing in the way, nothing between us. " question(3)="I enjoy my family and extended family. We have worked through any dysfunction or past problems. " question(4)="The people who are most important to me love me. " question(5)="I have someone who understands my goals and is nonjudgmental in supporting me. " question(6)="My work/career is both fulfilling and nourishing to me. I am not drained. " question(7)="I am on a positive career path that leads to increased opportunities and raises. " question(8)="My work is not my life, but it is a rich part of my life. " question(9)="My work environment brings out the very best in me because it is stimulating and supportive. " question(10)="I have at least a year's living expenses in reserve. " question(11)="I have no financial stress of any kind in my life. " question(12)="I do not carry credit card debt; I do not overspend. " question(13)="I don't lose sleep over my investments. " question(14)="I make money because I add enough value to the people who need what I have. " question(15)="I spend my leisure time totally enjoying my interests; I am never bored. " question(16)="I look forward to getting up virtually every morning. " question(17)="I have designed and am living the perfect lifestyle for me right now. " question(18)="I have at least an hour a day that is exclusively for me and I spend it in a chosen way. " question(19)="I don't spend time with anyone who bugs me or who is using me. " question(20)="I have no problem asking for exactly what I want, from anyone. " question(21)="I don't put things off. When something occurs to me, I do it, handle it, or have it done. " question(22)="I know what my goals are and I am eagerly and effectively making them a reality. " question(23)="My personal boundaries are strong enough that people respect. " question(24)="I tolerate very little. I deal with the nagging things that drain my energy. " question(25)="My wants have been satisfied. There is little I want. " question(26)="My personal values are clear and my life is oriented around them. " question(27)="I have resolved the stresses and key issues of my upbringing and past events. " question(28)="I am living my life, not the life that someone else thinks I should live or expected me to live. " question(29)="I have more than enough natural motivation, inspiration and synergy in my life; I am not stuck. " question(30)="I have learned to take the path of least resistance as I accomplish my goals. " question(31)="I take at least three vacations a year. " question(32)="I am not abusing my body with too much alcohol, caffeine, drugs or other bad habits. " question(33)="Whatever health problems I have, I am receiving proper, effective care for them. " question(34)="My body is in great shape. " question(35)="I reduce stress daily by meditating, taking a long bath, exercising, walking, etc. " '****************************************************** 'NO CHANGES NEEDED BELOW THIS LINE '************************************************************** dim guess redim guess(numquestions) if request.form("isSubmitted") = "yes" then 'calculate score dim score score=0 for i=0 to numquestions if request.form("guess" & i)="yes" then score=score+1 next 'display different info test="taken" end if if test<> "taken" then Response.write " How high is your quality of life currently? Take this test and see how it ranks." dim answer redim answer(numquestions) response.write "" else response.write" Your score is " & score & ". " if score >= 27 then response.write " Excellent! Your score shows you have a high quality life. This is a tough test!" if score >= 19 and score < 27 then response.write "Pretty good. You are making progress, but there's work." if score >= 11 and score < 19 then response.write "There is nothing to feel badly about, but you'll probably need to make some changes." if score <11 then response.write "Okay, let's get serious. You have one lifetime. Why aren't you making the most of it?" response.write " If you would like to explore how we can work together on your lifestyle, please contact me for a free sample session or email jcollins@joancollinscoach.com . " response.write "" response.write " |
||
|
Home |
About Joan Collins |
Personal Programs |
Business Programs |
Coach's Bench Newsletter |
Coaching Q & A Copyright 2003 Joan Collins. All Rights Reserved |
||