Page 2 of 11 [ 162 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 11  Next

alexbeetle
Veteran
Veteran

User avatar

Joined: 16 Mar 2007
Gender: Female
Posts: 1,314
Location: beetle hole

24 Jul 2007, 5:27 am

22. When you look at a person, or yourself in a mirror, have you ever seen the face change right before your eyes ?

This has never happened yet but it is one of my greatest fears it will so I rarely look in mirrors.

I wanted to complete the test but it stopped half way through question 60 and there was no submit button to interpret the answers. I am using Firefox and OSX on an old cr*ppy MAC.


_________________
Any implied social connection is an artifact of the distance between my computer and yours.

It might look like I'm doing nothing, but at the cellular level I'm really quite busy.


TheMachine1
Veteran
Veteran

User avatar

Joined: 11 Jun 2006
Gender: Male
Posts: 8,011
Location: 9099 will be my last post...what the hell 9011 will be.

24 Jul 2007, 5:33 am

alexbeetle wrote:
22. When you look at a person, or yourself in a mirror, have you ever seen the face change right before your eyes ?

This has never happened yet but it is one of my greatest fears it will so I rarely look in mirrors.

I wanted to complete the test but it stopped half way through question 60 and there was no submit button to interpret the answers. I am using Firefox and OSX on an old cr*ppy MAC.


Yeah sorry thats my first javascript attempt. :oops: I tested it on Opera only. It has 74 questions. I bet the solution is to make it into two parts.

I just tried it on text based browser Lynx and it stopped at question 62. :(



Schadenfreude
Snowy Owl
Snowy Owl

User avatar

Joined: 19 Mar 2007
Age: 39
Gender: Male
Posts: 139
Location: Anywhere but here

24 Jul 2007, 5:37 am

Ideas of reference 0 Unsure 0
Excessive social anxiety 6 Unsure 0
Odd beliefs or magical thinking 0 Unsure 0
Unusual perceptual experiences 2 Unsure 0
Odd or eccentric behavior 6 Unsure 0
No close friends 8.5 Unsure 0
Odd speech 3.5 Unsure 0
Constricted affect 6 Unsure 0
Suspiciousness 1.5 Unsure 0
Total SPQ-A 33.5

hmm, so with 7 of the 9 traits I meet the DSM criteria.
although this diagnosis would need to exclude AS.

using mac and the dreaded safari, the test seemed to jump the results page and back to a blank test, was remedied by pressing the back button, to return to the results.



agentcyclosarin
Veteran
Veteran

User avatar

Joined: 25 Apr 2007
Gender: Male
Posts: 746
Location: Above

24 Jul 2007, 8:25 am

How many f*****g times does this need to repeat its questions?

Ideas of reference 0.5 out of 9 - Unsure 1
Excessive social anxiety 2.5 out of 8 - Unsure 1
Odd beliefs or magical thinking 3.5 out of 7 - Unsure 1
Unusual perceptual experiences 5.5 out of 9 - Unsure 0
Odd or eccentric behavior 7 out of 7 - Unsure 0
No close friends 8 out of 9 - Unsure 0
Odd speech 7 out of 9 - Unsure 0
Constricted affect 6.5 out of 8 - Unsure 1
Suspiciousness 1.5 out of 8 - Unsure 1
Total SPQ-A 42 out of 74

So I'm an eccentric loner who can't communicate. Sounds about right.



Alternative
Veteran
Veteran

Joined: 29 Jun 2006
Gender: Male
Posts: 6,341

24 Jul 2007, 8:38 am

Ideas of reference 2.5 out of 9 Unsure 0
Excessive social anxiety 6.5 out of 8 Unsure 0
Odd beliefs or magical thinking 0 out of 7 Unsure 0
Unusual perceptual experiences 3.5 out of 9 Unsure 0
Odd or eccentric behavior 7 out of 7 Unsure 0
No close friends 6.5 out of 9 Unsure 0
Odd speech 5.5 out of 9 Unsure 0
Constricted affect 4.5 out of 8 Unsure 0
Suspiciousness 5.5 out of 8 Unsure 0
Total SPQ-A 41.5 out of 74



AT0
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 18 Jul 2007
Gender: Male
Posts: 28

24 Jul 2007, 8:38 am

Ideas of reference 7.5 out of 9 Unsure 1
Excessive social anxiety 7.5 out of 8 Unsure 0
Odd beliefs or magical thinking 5 out of 7 Unsure 0
Unusual perceptual experiences 9 out of 9 Unsure 0
Odd or eccentric behavior 7 out of 7 Unsure 0
No close friends 7.5 out of 9 Unsure 1
Odd speech 7 out of 9 Unsure 0
Constricted affect 8 out of 8 Unsure 0
Suspiciousness 8 out of 8 Unsure 0
Total SPQ-A 66.5 out of 74



Graelwyn
Veteran
Veteran

User avatar

Joined: 20 Dec 2006
Age: 49
Gender: Female
Posts: 8,601
Location: Hants, Uk

24 Jul 2007, 8:43 am

Ideas of reference 3.5 out of 9 Unsure 0
Excessive social anxiety 8 out of 8 Unsure 0
Odd beliefs or magical thinking 7 out of 7 Unsure 0
Unusual perceptual experiences 7.5 out of 9 Unsure 0
Odd or eccentric behavior 5 out of 7 Unsure 0
No close friends 6 out of 9 Unsure 0
Odd speech 5.5 out of 9 Unsure 0
Constricted affect 6 out of 8 Unsure 0
Suspiciousness 6.5 out of 8 Unsure 0
Total SPQ-A 55 out of 74



0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

24 Jul 2007, 8:53 am

TM1 I think you asked some where how best to do the javascript. Here is a more adaptable, hopefully easier to understand version of your page. It makes sure you have answered all the questions. It is easy to forget one otherwise. Though really javascript is not the most reliable being client side. Note the difference in the radio values.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Schizotypal Personality Test (SPT-A)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript"><!--
/*
simple popup window
*/
function ResultPopup(r) {
var win1 = window.open("", "Results", "width=450,height=300,scrollbars=no");
win1.document.writeln ("<html><head><title>SPQ Results</title></head><body>");
win1.document.write(r);
win1.document.writeln ("</body></html>");
}
/*
simple print out
*/
function schizo_print(s, u){
var schizo_str ='';
for (k in s) schizo_str += k + ": " + s[k] + " (unsure: "+u[k]+")<br>\n";
return schizo_str;
}

/*
get the score!
*/
function spt_score(){
var schizo = document.forms[0]; //form data
var a_schizo = 4 //number of radio answers
var t_schizo = 74 //number of questions
var c_schizo = 0 //placeholder for radio
var s_schizo = false //scored question
var score = new Array(); //basic score
var u_score = new Array(); //basic unsure score
var m_score = new Array(); //map of components
var mn_score = new Array(); //component placeholder
var f_score = new Array(); //final component scores
var fu_score = new Array(); //final component unsure scores
var f_score_total = 0; //final total score
/*
component names and their questions
*/
m_score["Ideas of reference"] = "1 10 19 28 37 45 53 60 63";
m_score["Excessive social anxiety"] = "2 11 20 29 38 46 54 71";
m_score["Odd beliefs or magical thinking"] = "3 12 21 30 39 47 55";
m_score["Unusual perceptual experiences"] = "4 13 22 31 40 48 56 61 64";
m_score["Odd or eccentric behavior"] = "5 14 23 32 67 70 74";
m_score["No close friends"] = "6 15 24 33 41 49 57 62 66";
m_score["Odd speech "] = "7 16 25 34 42 50 58 69 72";
m_score["Constricted affect"] = "8 17 26 35 43 51 68 73";
m_score["Suspiciousness" ]= "9 18 27 36 44 52 59 65";

/*
sorts the checked answers into unsure or sure score arrays
if a question is not answered return error message
*/

var t = t_schizo*a_schizo;
for (i=0; i<=t; i++){
c_schizo++;
if (schizo.elements[i].checked){
u_score[schizo.elements[i].name] = 0;
score[schizo.elements[i].name] = 0;
if (schizo.elements[i].value=="-1"){
u_score[schizo.elements[i].name] = 1;
s_schizo = true;
} else {
score[schizo.elements[i].name] = parseFloat(schizo.elements[i].value);
s_schizo = true;
}
}

if(c_schizo==a_schizo){
if (s_schizo){
c_schizo=0;
s_schizo =false;
} else {
alert("Question # "+schizo.elements[i].name.substring(1)+" has not been answered. Please answer all questions thank you.");
return;
}
}

}

/*
sorts the checked answers into unsure or sure score arrays and adds up the total
*/
for (k in m_score){
mn_score = m_score[k].split(" ");
if(!f_score[k]) f_score[k] = 0;
if(!fu_score[k]) fu_score[k] = 0;
for (m=0; m<=mn_score.length; m++){
f_score[k] += (score["R"+parseInt(mn_score[m])]) ? score["R"+parseInt(mn_score[m])]: 0;
f_score_total += (score["R"+parseInt(mn_score[m])]) ? score["R"+parseInt(mn_score[m])]: 0;
fu_score[k] += (u_score["R"+parseInt(mn_score[m])]) ? u_score["R"+parseInt(mn_score[m])]: 0;
}

f_score[k] += " out of " + mn_score.length;
//fu_score[k] += " out of " + mn_score.length;

}

f_score_total+= " out of " + t_schizo;
f_score_total = "Total SPQ-A: " + f_score_total;

/*
ouputs the results
*/
ResultPopup(schizo_print(f_score, fu_score) + f_score_total);
}
--></script>
</head>
<body>
<form method="post" action="" onsubmit="spt_score();return false;">
<h4>1. Do you sometimes feel that things you see on the TV or read in the newspaper have a special meaning for you ?</h4>
<p><input type="radio" name="R1" value="1">Yes
<input type="radio" name="R1" value="0.5">Maybe
<input type="radio" name="R1" value="0">No
<input type="radio" name="R1" value="-1">Unsure
<h4>2. I sometimes avoid going to places where there will be many people because I will get anxious.</h4>
<p><input type="radio" name="R2" value="1">Yes
<input type="radio" name="R2" value="0.5">Maybe
<input type="radio" name="R2" value="0">No
<input type="radio" name="R2" value="-1">Unsure
<h4>3. Have you had experiences with the supernatural ?</h4>
<p><input type="radio" name="R3" value="1">Yes
<input type="radio" name="R3" value="0.5">Maybe
<input type="radio" name="R3" value="0">No
<input type="radio" name="R3" value="-1">Unsure
<h4>4. Have you often mistaken objects or shadows for people, or noises for voices ?</h4>
<p><input type="radio" name="R4" value="1">Yes
<input type="radio" name="R4" value="0.5">Maybe
<input type="radio" name="R4" value="0">No
<input type="radio" name="R4" value="-1">Unsure
<h4>5. Other people see me as slightly eccentric (odd).</h4>
<p><input type="radio" name="R5" value="1">Yes
<input type="radio" name="R5" value="0.5">Maybe
<input type="radio" name="R5" value="0">No
<input type="radio" name="R5" value="-1">Unsure
<h4>6. I have little interest in getting to know other people.</h4>
<p><input type="radio" name="R6" value="1">Yes
<input type="radio" name="R6" value="0.5">Maybe
<input type="radio" name="R6" value="0">No
<input type="radio" name="R6" value="-1">Unsure
<h4>7. People sometimes find it hard to understand what I am saying.</h4>
<p><input type="radio" name="R7" value="1">Yes
<input type="radio" name="R7" value="0.5">Maybe
<input type="radio" name="R7" value="0">No
<input type="radio" name="R7" value="-1">Unsure
<h4>8. People sometimes find me aloof and distant.</h4>
<p><input type="radio" name="R8" value="1">Yes
<input type="radio" name="R8" value="0.5">Maybe
<input type="radio" name="R8" value="0">No
<input type="radio" name="R8" value="-1">Unsure
<h4>9. I am sure I am being talked about behind my back.</h4>
<p><input type="radio" name="R9" value="1">Yes
<input type="radio" name="R9" value="0.5">Maybe
<input type="radio" name="R9" value="0">No
<input type="radio" name="R9" value="-1">Unsure
<h4>10. I am aware that people notice me when I go out for a meal or to see a film.</h4>
<p><input type="radio" name="R10" value="1">Yes
<input type="radio" name="R10" value="0.5">Maybe
<input type="radio" name="R10" value="0">No
<input type="radio" name="R10" value="-1">Unsure
<h4>11. I get very nervous when I have to make polite conversation.</h4>
<p><input type="radio" name="R11" value="1">Yes
<input type="radio" name="R11" value="0.5">Maybe
<input type="radio" name="R11" value="0">No
<input type="radio" name="R11" value="-1">Unsure
<h4>12. Do you believe in telepathy (mind-reading) ?</h4>
<p><input type="radio" name="R12" value="1">Yes
<input type="radio" name="R12" value="0.5">Maybe
<input type="radio" name="R12" value="0">No
<input type="radio" name="R12" value="-1">Unsure
<h4>13. Have you ever had the sense that some person or force is around you, even though you cannot see anyone ?</h4>
<p><input type="radio" name="R13" value="1">Yes
<input type="radio" name="R13" value="0.5">Maybe
<input type="radio" name="R13" value="0">No
<input type="radio" name="R13" value="-1">Unsure
<h4>14. People sometimes comment on my unusual mannerisms and habits.</h4>
<p><input type="radio" name="R14" value="1">Yes
<input type="radio" name="R14" value="0.5">Maybe
<input type="radio" name="R14" value="0">No
<input type="radio" name="R14" value="-1">Unsure
<h4>15. I prefer to keep to myself.</h4>
<p><input type="radio" name="R15" value="1">Yes
<input type="radio" name="R15" value="0.5">Maybe
<input type="radio" name="R15" value="0">No
<input type="radio" name="R15" value="-1">Unsure
<h4>16. I sometimes jump quickly from one topic to another when speaking.</h4>
<p><input type="radio" name="R16" value="1">Yes
<input type="radio" name="R16" value="0.5">Maybe
<input type="radio" name="R16" value="0">No
<input type="radio" name="R16" value="-1">Unsure
<h4>17. I am poor at expressing my true feelings by the way I talk and look.</h4>
<p><input type="radio" name="R17" value="1">Yes
<input type="radio" name="R17" value="0.5">Maybe
<input type="radio" name="R17" value="0">No
<input type="radio" name="R17" value="-1">Unsure
<h4>18. Do you often feel that other people have got it in for you ?</h4>
<p><input type="radio" name="R18" value="1">Yes
<input type="radio" name="R18" value="0.5">Maybe
<input type="radio" name="R18" value="0">No
<input type="radio" name="R18" value="-1">Unsure
<h4>19. Do some people drop hints about you or say things with a double meaning ?</h4>
<p><input type="radio" name="R19" value="1">Yes
<input type="radio" name="R19" value="0.5">Maybe
<input type="radio" name="R19" value="0">No
<input type="radio" name="R19" value="-1">Unsure
<h4>20. Do you ever get nervous when someone is walking behind you ?</h4>
<p><input type="radio" name="R20" value="1">Yes
<input type="radio" name="R20" value="0.5">Maybe
<input type="radio" name="R20" value="0">No
<input type="radio" name="R20" value="-1">Unsure
<h4>21. Are you sometimes sure that other people can tell what you are thinking ?</h4>
<p><input type="radio" name="R21" value="1">Yes
<input type="radio" name="R21" value="0.5">Maybe
<input type="radio" name="R21" value="0">No
<input type="radio" name="R21" value="-1">Unsure
<h4>22. When you look at a person, or yourself in a mirror, have you ever seen the face change right before your eyes ?</h4>
<p><input type="radio" name="R22" value="1">Yes
<input type="radio" name="R22" value="0.5">Maybe
<input type="radio" name="R22" value="0">No
<input type="radio" name="R22" value="-1">Unsure
<h4>23. Sometimes other people think that I am a little strange.</h4>
<p><input type="radio" name="R23" value="1">Yes
<input type="radio" name="R23" value="0.5">Maybe
<input type="radio" name="R23" value="0">No
<input type="radio" name="R23" value="-1">Unsure
<h4>24. I am mostly quiet when with other people.</h4>
<p><input type="radio" name="R24" value="1">Yes
<input type="radio" name="R24" value="0.5">Maybe
<input type="radio" name="R24" value="0">No
<input type="radio" name="R24" value="-1">Unsure
<h4>25. I sometimes forget what I am trying to say.</h4>
<p><input type="radio" name="R25" value="1">Yes
<input type="radio" name="R25" value="0.5">Maybe
<input type="radio" name="R25" value="0">No
<input type="radio" name="R25" value="-1">Unsure
<h4>26. I rarely laugh and smile.</h4>
<p><input type="radio" name="R26" value="1">Yes
<input type="radio" name="R26" value="0.5">Maybe
<input type="radio" name="R26" value="0">No
<input type="radio" name="R26" value="-1">Unsure
<h4>27. Do you sometimes get concerned that friends or co-workers are not really loyal or trustworthy ?</h4>
<p><input type="radio" name="R27" value="1">Yes
<input type="radio" name="R27" value="0.5">Maybe
<input type="radio" name="R27" value="0">No
<input type="radio" name="R27" value="-1">Unsure
<h4>28. Have you ever noticed a common event or object that seemed to be a special sign for you ?</h4>
<p><input type="radio" name="R28" value="1">Yes
<input type="radio" name="R28" value="0.5">Maybe
<input type="radio" name="R28" value="0">No
<input type="radio" name="R28" value="-1">Unsure
<h4>29. I get anxious when meeting people for the first time.</h4>
<p><input type="radio" name="R29" value="1">Yes
<input type="radio" name="R29" value="0.5">Maybe
<input type="radio" name="R29" value="0">No
<input type="radio" name="R29" value="-1">Unsure
<h4>30. Do you believe in clairvoyancy (psychic forces, fortune telling) ?</h4>
<p><input type="radio" name="R30" value="1">Yes
<input type="radio" name="R30" value="0.5">Maybe
<input type="radio" name="R30" value="0">No
<input type="radio" name="R30" value="-1">Unsure
<h4>31. I often hear a voice speaking my thoughts aloud.</h4>
<p><input type="radio" name="R31" value="1">Yes
<input type="radio" name="R31" value="0.5">Maybe
<input type="radio" name="R31" value="0">No
<input type="radio" name="R31" value="-1">Unsure
<h4>32. Some people think that I am a very bizarre person.</h4>
<p><input type="radio" name="R32" value="1">Yes
<input type="radio" name="R32" value="0.5">Maybe
<input type="radio" name="R32" value="0">No
<input type="radio" name="R32" value="-1">Unsure
<h4>33. I find it hard to be emotionally close to other people.</h4>
<p><input type="radio" name="R33" value="1">Yes
<input type="radio" name="R33" value="0.5">Maybe
<input type="radio" name="R33" value="0">No
<input type="radio" name="R33" value="-1">Unsure
<h4>34. I often ramble on too much when speaking.</h4>
<p><input type="radio" name="R34" value="1">Yes
<input type="radio" name="R34" value="0.5">Maybe
<input type="radio" name="R34" value="0">No
<input type="radio" name="R34" value="-1">Unsure
<h4>35. My "non-verbal" communication (smiling and nodding during a Y N conversation) is poor.</h4>
<p><input type="radio" name="R35" value="1">Yes
<input type="radio" name="R35" value="0.5">Maybe
<input type="radio" name="R35" value="0">No
<input type="radio" name="R35" value="-1">Unsure
<h4>36. I feel I have to be on my guard even with friends.</h4>
<p><input type="radio" name="R36" value="1">Yes
<input type="radio" name="R36" value="0.5">Maybe
<input type="radio" name="R36" value="0">No
<input type="radio" name="R36" value="-1">Unsure
<h4>37. Do you sometimes see special meanings in advertisements, shop windows, or in the way things are arranged around you ?</h4>
<p><input type="radio" name="R37" value="1">Yes
<input type="radio" name="R37" value="0.5">Maybe
<input type="radio" name="R37" value="0">No
<input type="radio" name="R37" value="-1">Unsure
<h4>38. Do you often feel nervous when you are in a group of unfamiliar people ?</h4>
<p><input type="radio" name="R38" value="1">Yes
<input type="radio" name="R38" value="0.5">Maybe
<input type="radio" name="R38" value="0">No
<input type="radio" name="R38" value="-1">Unsure
<h4>39. Can other people feel your feelings when they are not there ?</h4>
<p><input type="radio" name="R39" value="1">Yes
<input type="radio" name="R39" value="0.5">Maybe
<input type="radio" name="R39" value="0">No
<input type="radio" name="R39" value="-1">Unsure
<h4>40. Have you ever seen things invisible to other people ?</h4>
<p><input type="radio" name="R40" value="1">Yes
<input type="radio" name="R40" value="0.5">Maybe
<input type="radio" name="R40" value="0">No
<input type="radio" name="R40" value="-1">Unsure
<h4>41. Do you feel that there is no-one you are really close to outside of your immediate family,or people you can confide in or talk to about personal problems ?</h4>
<p><input type="radio" name="R41" value="1">Yes
<input type="radio" name="R41" value="0.5">Maybe
<input type="radio" name="R41" value="0">No
<input type="radio" name="R41" value="-1">Unsure
<h4>42. Some people find me a bit vague and elusive during a conversation.</h4>
<p><input type="radio" name="R42" value="1">Yes
<input type="radio" name="R42" value="0.5">Maybe
<input type="radio" name="R42" value="0">No
<input type="radio" name="R42" value="-1">Unsure
<h4>43. I am poor at returning social courtesies and gestures.</h4>
<p><input type="radio" name="R43" value="1">Yes
<input type="radio" name="R43" value="0.5">Maybe
<input type="radio" name="R43" value="0">No
<input type="radio" name="R43" value="-1">Unsure
<h4>44. Do you often pick up hidden threats or put-downs from what people say or do ?</h4>
<p><input type="radio" name="R44" value="1">Yes
<input type="radio" name="R44" value="0.5">Maybe
<input type="radio" name="R44" value="0">No
<input type="radio" name="R44" value="-1">Unsure
<h4>45. When shopping do you get the feeling that other people are taking notice of you ?</h4>
<p><input type="radio" name="R45" value="1">Yes
<input type="radio" name="R45" value="0.5">Maybe
<input type="radio" name="R45" value="0">No
<input type="radio" name="R45" value="-1">Unsure
<h4>46. I feel very uncomfortable in social situations involving unfamiliar people.</h4>
<p><input type="radio" name="R46" value="1">Yes
<input type="radio" name="R46" value="0.5">Maybe
<input type="radio" name="R46" value="0">No
<input type="radio" name="R46" value="-1">Unsure
<h4>47. Have you had experiences with astrology, seeing the future, UFOs, ESP or a sixth sense ?</h4>
<p><input type="radio" name="R47" value="1">Yes
<input type="radio" name="R47" value="0.5">Maybe
<input type="radio" name="R47" value="0">No
<input type="radio" name="R47" value="-1">Unsure
<h4>48. Do everyday things seem unusually large or small ?</h4>
<p><input type="radio" name="R48" value="1">Yes
<input type="radio" name="R48" value="0.5">Maybe
<input type="radio" name="482" value="0">No
<input type="radio" name="R48" value="-1">Unsure
<h4>49. Writing letters to friends is more trouble than it is worth.</h4>
<p><input type="radio" name="R49" value="1">Yes
<input type="radio" name="R49" value="0.5">Maybe
<input type="radio" name="R49" value="0">No
<input type="radio" name="R49" value="-1">Unsure
<h4>50. I sometimes use words in unusual ways.</h4>
<p><input type="radio" name="R50" value="1">Yes
<input type="radio" name="R50" value="0.5">Maybe
<input type="radio" name="R50" value="0">No
<input type="radio" name="R50" value="-1">Unsure
<h4>51. I tend to avoid eye contact when conversing with others.</h4>
<p><input type="radio" name="R51" value="1">Yes
<input type="radio" name="R51" value="0.5">Maybe
<input type="radio" name="R51" value="0">No
<input type="radio" name="R51" value="-1">Unsure
<h4>52. Have you found that it is best not to let other people know too much about you ?</h4>
<p><input type="radio" name="R52" value="1">Yes
<input type="radio" name="R52" value="0.5">Maybe
<input type="radio" name="R52" value="0">No
<input type="radio" name="R52" value="-1">Unsure
<h4>53. When you see people talking to each other, do you often wonder if they are talking about you ?</h4>
<p><input type="radio" name="R53" value="1">Yes
<input type="radio" name="R53" value="0.5">Maybe
<input type="radio" name="R53" value="0">No
<input type="radio" name="R53" value="-1">Unsure
<h4>54. I would feel very anxious if I had to give a speech in front of a large group of people.</h4>
<p><input type="radio" name="R54" value="1">Yes
<input type="radio" name="R54" value="0.5">Maybe
<input type="radio" name="R54" value="0">No
<input type="radio" name="R54" value="-1">Unsure
<h4>55. Have you ever felt that you are communicating with another person telepathically (by mind-reading) ?</h4>
<p><input type="radio" name="R55" value="1">Yes
<input type="radio" name="R55" value="0.5">Maybe
<input type="radio" name="R55" value="0">No
<input type="radio" name="R55" value="-1">Unsure
<h4>56. Does your sense of smell sometimes become unusually strong ?</h4>
<p><input type="radio" name="R56" value="1">Yes
<input type="radio" name="R56" value="0.5">Maybe
<input type="radio" name="R56" value="0">No
<input type="radio" name="R56" value="-1">Unsure
<h4>57. I tend to keep in the background on social occasions.</h4>
<p><input type="radio" name="R57" value="1">Yes
<input type="radio" name="R57" value="0.5">Maybe
<input type="radio" name="R57" value="0">No
<input type="radio" name="R57" value="-1">Unsure
<h4>58. Do you tend to wander off the topic when having a conversation.</h4>
<p><input type="radio" name="R58" value="1">Yes
<input type="radio" name="R58" value="0.5">Maybe
<input type="radio" name="R58" value="0">No
<input type="radio" name="R58" value="-1">Unsure
<h4>59. I often feel that others have it in for me.</h4>
<p><input type="radio" name="R59" value="1">Yes
<input type="radio" name="R59" value="0.5">Maybe
<input type="radio" name="R59" value="0">No
<input type="radio" name="R59" value="-1">Unsure
<h4>60. Do you sometimes feel that other people are watching you ?</h4>
<p><input type="radio" name="R60" value="1">Yes
<input type="radio" name="R60" value="0.5">Maybe
<input type="radio" name="R60" value="0">No
<input type="radio" name="R60" value="-1">Unsure
<h4>61. Do you ever suddenly feel distracted by distant sounds that you are not normally aware of ?</h4>
<p><input type="radio" name="R61" value="1">Yes
<input type="radio" name="R61" value="0.5">Maybe
<input type="radio" name="R61" value="0">No
<input type="radio" name="R61" value="-1">Unsure
<h4>62. I attach little importance to having close friends.</h4>
<p><input type="radio" name="R62" value="1">Yes
<input type="radio" name="R62" value="0.5">Maybe
<input type="radio" name="R62" value="0">No
<input type="radio" name="R62" value="-1">Unsure
<h4>63. Do you sometimes feel that people are talking about you ?</h4>
<p><input type="radio" name="R63" value="1">Yes
<input type="radio" name="R63" value="0.5">Maybe
<input type="radio" name="R63" value="0">No
<input type="radio" name="R63" value="-1">Unsure
<h4>64. Are your thoughts sometimes so strong that you can almost hear them ?</h4>
<p><input type="radio" name="R64" value="1">Yes
<input type="radio" name="R64" value="0.5">Maybe
<input type="radio" name="R64" value="0">No
<input type="radio" name="R64" value="-1">Unsure
<h4>65. Do you often have to keep an eye out to stop people from taking advantage of you ?</h4>
<p><input type="radio" name="R65" value="1">Yes
<input type="radio" name="R65" value="0.5">Maybe
<input type="radio" name="R65" value="0">No
<input type="radio" name="R65" value="-1">Unsure
<h4>66. Do you feel that you are unable to get "close" to people ?</h4>
<p><input type="radio" name="R66" value="1">Yes
<input type="radio" name="R66" value="0.5">Maybe
<input type="radio" name="R66" value="0">No
<input type="radio" name="R66" value="-1">Unsure
<h4>67. I am an odd, unusual person.</h4>
<p><input type="radio" name="R67" value="1">Yes
<input type="radio" name="R67" value="0.5">Maybe
<input type="radio" name="R67" value="0">No
<input type="radio" name="R67" value="-1">Unsure
<h4>68. I do not have an expressive and lively way of speaking.</h4>
<p><input type="radio" name="R68" value="1">Yes
<input type="radio" name="R68" value="0.5">Maybe
<input type="radio" name="R68" value="0">No
<input type="radio" name="R68" value="-1">Unsure
<h4>69. I find it hard to communicate clearly what I want to say to people.</h4>
<p><input type="radio" name="R69" value="1">Yes
<input type="radio" name="R69" value="0.5">Maybe
<input type="radio" name="R69" value="0">No
<input type="radio" name="R69" value="-1">Unsure
<h4>70. I have some eccentric (odd) habits.</h4>
<p><input type="radio" name="R70" value="1">Yes
<input type="radio" name="R70" value="0.5">Maybe
<input type="radio" name="R70" value="0">No
<input type="radio" name="R70" value="-1">Unsure
<h4>71. I feel very uneasy talking to people I do not know well.</h4>
<p><input type="radio" name="R71" value="1">Yes
<input type="radio" name="R71" value="0.5">Maybe
<input type="radio" name="R71" value="0">No
<input type="radio" name="R71" value="-1">Unsure
<h4>72. People occasionally comment that my conversation is confusing.</h4>
<p><input type="radio" name="R72" value="1">Yes
<input type="radio" name="R72" value="0.5">Maybe
<input type="radio" name="R72" value="0">No
<input type="radio" name="R72" value="-1">Unsure
<h4>73. I tend to keep my feelings to myself.</h4>
<p><input type="radio" name="R73" value="1">Yes
<input type="radio" name="R73" value="0.5">Maybe
<input type="radio" name="R73" value="0">No
<input type="radio" name="R73" value="-1">Unsure
<h4>74. People sometimes stare at me because of my odd appearance.</h4>
<p><input type="radio" name="R74" value="1">Yes
<input type="radio" name="R74" value="0.5">Maybe
<input type="radio" name="R74" value="0">No
<input type="radio" name="R74" value="-1">Unsure
<div align="center"><center><p><input type="submit" value="Get Score"></p>
</center></div>
</form>
</body>
</html>



Last edited by 0_equals_true on 24 Jul 2007, 3:21 pm, edited 3 times in total.

TheMachine1
Veteran
Veteran

User avatar

Joined: 11 Jun 2006
Gender: Male
Posts: 8,011
Location: 9099 will be my last post...what the hell 9011 will be.

24 Jul 2007, 9:15 am

0_equals_true wrote:
TM1 I think you asked some where how best to do the javascript. Here is a more adaptable, hopefully easier to understand version of your page. It makes sure you have answered all the questions. It is easy to forget one otherwise. Though really javascript is not the most reliable being client side. Note the difference in the radio values.


Thanks 0_equals_true it works great. Its at this link. I updated my first post. If I make another test I will have to try to reverse engineer your code. :)

http://themachine1.110mb.com/spq.html

Oh another quick note the DSM-IV does show autism and aspergers as a differenial diagnosis when some one appears to have SPD. So its
normal many of us would score above average on this test.



0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

24 Jul 2007, 9:41 am

just a few corrections to my code

where is says if(c_schizo==4){ you might as well put if(c_schizo==a_schizo){ for adapability

also you should use the form

<script type="text/javascript"><!--

code...

--></script>


so it will validate properly. I'll make the corrections on the post



TheMachine1
Veteran
Veteran

User avatar

Joined: 11 Jun 2006
Gender: Male
Posts: 8,011
Location: 9099 will be my last post...what the hell 9011 will be.

24 Jul 2007, 9:59 am

0_equals_true wrote:
just a few corrections to my code

where is says if(c_schizo==4){ you might as well put if(c_schizo==a_schizo){ for adapability

also you should use the form

<script type="text/javascript"><!--

code...

--></script>


so it will validate properly. I'll make the corrections on the post


I updated it. :)



Diamonddavej
Veteran
Veteran

User avatar

Joined: 23 Jun 2005
Age: 52
Gender: Male
Posts: 530
Location: Ireland

24 Jul 2007, 11:58 am

Quote:
Fifty-five percent of subjects scoring in the top 10 percent of SPQ scores had a clinical diagnosis of schizotypal personality disorder.

This is not very accurate. Simon Baron-Cohen's AQ test fond that 80% of people scoring more then 32/50 has an ASD.

Also, the test is not working. I answered no to everything and got this score. I'd love to see David Icke's score.

http://en.wikipedia.org/wiki/David_Icke

No to everything
Ideas of reference: 4.5 out of 9 (unsure: 0)
Excessive social anxiety: 4 out of 8 (unsure: 0)
Odd beliefs or magical thinking: 3 out of 7 (unsure: 0)
Unusual perceptual experiences: 4 out of 9 (unsure: 0)
Odd or eccentric behavior: 3.5 out of 7 (unsure: 0)
No close friends: 4.5 out of 9 (unsure: 0)
Odd speech : 4.5 out of 9 (unsure: 0)
Constricted affect: 4 out of 8 (unsure: 0)
Suspiciousness: 4 out of 8 (unsure: 0)
Total SPQ-A: 36 out of 74



Cryowolf
Yellow-bellied Woodpecker
Yellow-bellied Woodpecker

User avatar

Joined: 21 May 2007
Age: 39
Gender: Male
Posts: 59

24 Jul 2007, 12:19 pm

Ideas of reference: 7 out of 9 (unsure: 0)
Excessive social anxiety: 6 out of 8 (unsure: 0)
Odd beliefs or magical thinking: 3.5 out of 7 (unsure: 0)
Unusual perceptual experiences: 5 out of 9 (unsure: 0)
Odd or eccentric behavior: 4.5 out of 7 (unsure: 1)
No close friends: 8.5 out of 9 (unsure: 0)
Odd speech : 6.5 out of 9 (unsure: 0)
Constricted affect: 7.5 out of 8 (unsure: 0)
Suspiciousness: 5 out of 8 (unsure: 1)
Total SPQ-A: 53.5 out of 74


_________________
Look beyond your own limitations and find equilibrium.


EatingPoetry
Velociraptor
Velociraptor

User avatar

Joined: 28 Jun 2007
Age: 57
Gender: Female
Posts: 407
Location: Inside me 'ead, all alone.

24 Jul 2007, 1:48 pm

Ideas of reference: 3 out of 9 (unsure: 1)
Excessive social anxiety: 8 out of 8 (unsure: 0)
Odd beliefs or magical thinking: 3 out of 7 (unsure: 1)
Unusual perceptual experiences: 5 out of 9 (unsure: 1)
Odd or eccentric behavior: 5 out of 7 (unsure: 0)
No close friends: 8.5 out of 9 (unsure: 0)
Odd speech : 4.5 out of 9 (unsure: 0)
Constricted affect: 5.5 out of 8 (unsure: 0)
Suspiciousness: 4 out of 8 (unsure: 0)
Total SPQ-A: 46.5 out of 74


_________________
Winner of the very first Parakeet Award!


0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

24 Jul 2007, 3:20 pm

...



Last edited by 0_equals_true on 25 Jul 2007, 4:52 am, edited 1 time in total.

gwynfryn
Veteran
Veteran

User avatar

Joined: 21 Aug 2004
Gender: Male
Posts: 529
Location: France

24 Jul 2007, 3:50 pm

Can't speak of code, but here's my result:

Ideas of reference 1 out of 9 Unsure 0
Excessive social anxiety 0.5 out of 8 Unsure 0
Odd beliefs or magical thinking 0 out of 7 Unsure 0
Unusual perceptual experiences 2 out of 9 Unsure 0
Odd or eccentric behavior 4.5 out of 7 Unsure 0
No close friends 4 out of 9 Unsure 1
Odd speech 0 out of 9 Unsure 0
Constricted affect 1.5 out of 8 Unsure 0
Suspiciousness 1.5 out of 8 Unsure 0
Total SPQ-A 15 out of 74

So tell me people, why did you not question the "do you 'feel" this, or that..." implicit in those questions?

I don't "feel", I think...I am autistic!