Skip to content

Instantly share code, notes, and snippets.

@ctrlcctrlv
Created July 15, 2022 16:38
Show Gist options
  • Select an option

  • Save ctrlcctrlv/cc634efab7243c8248c522bd05e309c7 to your computer and use it in GitHub Desktop.

Select an option

Save ctrlcctrlv/cc634efab7243c8248c522bd05e309c7 to your computer and use it in GitHub Desktop.
RAADS–R results
f = document.querySelector('[id="psychometrics:raads-r"]')
values = {3: "TRUE_NOW_AND_WHEN_YOUNG", 2: "TRUE_ONLY_NOW", 1: "TRUE_ONLY_LT_16", 0: "NEVER_TRUE"}
prompts = Array.prototype.slice.call(document.querySelectorAll(".psychometrics-item-prompt"));
prompts = prompts.slice(- 80)
questions = new Array(); prompts.forEach(function(i){questions.push(i.innerText)})
my_answers = new Object(); for (var i = 0; i < f.length; i++) { if (i === 0) { continue }; var q = Math.floor(i / 4) + 1; if (f[i].checked) { my_answers[q] = [questions[q-1], values[3-(i%4)]]; }}
console.table(my_answers, null)
{
"1": [
"I am a sympathetic person.",
"TRUE_ONLY_NOW"
],
"2": [
"I often use words and phrases from movies and television in conversations.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"3": [
"I am often surprised when others tell me I have been rude.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"4": [
"Sometimes I talk too loudly or too softly, and I am not aware of it.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"5": [
"I often don't know how to act in social situations.",
"TRUE_ONLY_LT_16"
],
"6": [
"I can 'put myself in other people's shoes.'",
"TRUE_ONLY_NOW"
],
"7": [
"I have a hard time figuring out what some phrases mean, like 'you are the apple of my eye.'",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"8": [
"I only like to talk to people who share my special interests.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"9": [
"I focus on details rather than the overall idea.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"10": [
"I always notice how food feels in my mouth. This is more important to me than how it tastes.",
"NEVER_TRUE"
],
"11": [
"I miss my best friends or family when we are apart for a long time.",
"TRUE_ONLY_NOW"
],
"12": [
"Sometimes I offend others by saying what I am thinking, even if I don't mean to.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"13": [
"I only like to think and talk about a few things that interest me.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"14": [
"I'd rather go out to eat in a restaurant by myself than with someone I know.",
"TRUE_ONLY_LT_16"
],
"15": [
"I cannot imagine what it would be like to be someone else.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"16": [
"I have been told that I am clumsy or uncoordinated.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"17": [
"Others consider me odd or different.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"18": [
"I understand when friends need to be comforted.",
"NEVER_TRUE"
],
"19": [
"I am very sensitive to the way my clothes feel when I touch them. How they feel is more important to me than how they look.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"20": [
"I like to copy the way certain people speak and act. It helps me appear more normal.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"21": [
"It can be very intimidating for me to talk to more than one person at the same time.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"22": [
"I have to 'act normal' to please other people and make them like me.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"23": [
"Meeting new people is usually easy for me.",
"NEVER_TRUE"
],
"24": [
"I get highly confused when someone interrupts me when I am talking about something I am very interested in.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"25": [
"It is difficult for me to understand how other people are feeling when we are talking.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"26": [
"I like having a conversation with several people, for instance around a dinner table, at school or at work.",
"NEVER_TRUE"
],
"27": [
"I take things too literally, so I often miss what people are trying to say.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"28": [
"It is very difficult for me to understand when someone is embarrassed or jealous.",
"TRUE_ONLY_LT_16"
],
"29": [
"Some ordinary textures that do not bother others feel very offensive when they touch my skin.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"30": [
"I get extremely upset when the way I like to do things is suddenly changed.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"31": [
"I have never wanted or needed to have what other people call an 'intimate relationship.'",
"TRUE_ONLY_LT_16"
],
"32": [
"It is difficult for me to start and stop a conversation. I need to keep going until I am finished.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"33": [
"I speak with a normal rhythm.",
"NEVER_TRUE"
],
"34": [
"The same sound, color or texture can suddenly change from very sensitive to very dull.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"35": [
"The phrase 'I've got you under my skin' makes me uncomfortable.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"36": [
"Sometimes the sound of a word or a high-pitched noise can be painful to my ears.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"37": [
"I am an understanding type of person.",
"TRUE_ONLY_NOW"
],
"38": [
"I do not connect with characters in movies and cannot feel what they feel.",
"NEVER_TRUE"
],
"39": [
"I cannot tell when someone is flirting with me.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"40": [
"I can see in my mind in exact detail things that I am interested in.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"41": [
"I keep lists of things that interest me, even when they have no practical use (for example sports statistics, train schedules, calendar dates, historical facts and dates).",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"42": [
"When I feel overwhelmed by my senses, I have to isolate myself to shut them down.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"43": [
"I like to talk things over with my friends.",
"TRUE_ONLY_NOW"
],
"44": [
"I cannot tell if someone is interested or bored with what I am saying.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"45": [
"It can be very hard to read someone's face, hand and body movements when they are talking.",
"TRUE_ONLY_LT_16"
],
"46": [
"The same thing (like clothes or temperatures) can feel very different to me at different times.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"47": [
"I feel very comfortable with dating or being in social situations with others.",
"NEVER_TRUE"
],
"48": [
"I try to be as helpful as I can when other people tell me their personal problems.",
"TRUE_ONLY_NOW"
],
"49": [
"I have been told that I have an unusual voice (for example flat, monotone, childish, or high-pitched).",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"50": [
"Sometimes a thought or a subject gets stuck in my mind and I have to talk about it even if no one is interested.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"51": [
"I do certain things with my hands over and over again (like flapping, twirling sticks or strings, waving things by my eyes).",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"52": [
"I have never been interested in what most of the people I know consider interesting.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"53": [
"I am considered a compassionate type of person.",
"TRUE_ONLY_NOW"
],
"54": [
"I get along with other people by following a set of specific rules that help me look normal.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"55": [
"It is very difficult for me to work and function in groups.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"56": [
"When I am talking to someone, it is hard to change the subject. If the other person does so, I can get very upset and confused.",
"TRUE_ONLY_LT_16"
],
"57": [
"Sometimes I have to cover my ears to block out painful noises (like vacuum cleaners or people talking too much or too loudly).",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"58": [
"I can chat and make small talk with people.",
"TRUE_ONLY_NOW"
],
"59": [
"Sometimes things that should feel painful are not (for instance when I hurt myself or burn my hand on the stove).",
"TRUE_ONLY_LT_16"
],
"60": [
"When talking to someone, I have a hard time telling when it is my turn to talk or to listen.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"61": [
"I am considered a loner by those who know me best.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"62": [
"I usually speak in a normal tone.",
"NEVER_TRUE"
],
"63": [
"I like things to be exactly the same day after day and even small changes in my routines upset me.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"64": [
"How to make friends and socialize is a mystery to me.",
"TRUE_ONLY_LT_16"
],
"65": [
"It calms me to spin around or to rock in a chair when I'm feeling stressed.",
"TRUE_ONLY_LT_16"
],
"66": [
"The phrase, 'He wears his heart on his sleeve,' does not make sense to me.",
"TRUE_ONLY_LT_16"
],
"67": [
"If I am in a place where there are many smells, textures to feel, noises or bright lights, I feel anxious or frightened.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"68": [
"I can tell when someone says one thing but means something else.",
"TRUE_ONLY_NOW"
],
"69": [
"I like to be by myself as much as I can.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"70": [
"I keep my thoughts stacked in my memory like they are on filing cards, and I pick out the ones I need by looking through the stack and finding the right one (or another unique way).",
"NEVER_TRUE"
],
"71": [
"The same sound sometimes seems very loud or very soft, even though I know it has not changed.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"72": [
"I enjoy spending time eating and talking with my family and friends.",
"TRUE_ONLY_NOW"
],
"73": [
"I can't tolerate things I dislike (like smells, textures, sounds or colors).",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"74": [
"I don't like to be hugged or held.",
"TRUE_ONLY_LT_16"
],
"75": [
"When I go somewhere, I have to follow a familiar route or I can get very confused and upset.",
"TRUE_ONLY_LT_16"
],
"76": [
"It is difficult to figure out what other people expect of me.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"77": [
"I like to have close friends.",
"TRUE_ONLY_NOW"
],
"78": [
"People tell me that I give too much detail.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"79": [
"I am often told that I ask embarrassing questions.",
"TRUE_NOW_AND_WHEN_YOUNG"
],
"80": [
"I tend to point out other people's mistakes.",
"TRUE_NOW_AND_WHEN_YOUNG"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment