-
Notifications
You must be signed in to change notification settings - Fork 1
/
participants.json
77 lines (77 loc) · 3.97 KB
/
participants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"participant_id": {
"Description": "Unique participant identifier"
},
"age": {
"LongName": "Participant Age in Years"
},
"sex": {
"LongName": "Sex"
},
"size": {
"LongName": "Height in meter"
},
"weight": {
"LongName": "Weight in kilo"
},
"cov_total": {
"LongName": "Covid Stress Scale",
"Description": "Custom questionnaire measuring how participants were affected by the covid pandemic"
},
"DASS_dep": {
"LongName": "Depression Anxiety Stress Scale, Depression Score",
"Description": "The Depression Anxiety Stress Scales (DASS; (Lovibond and Lovibond, 1995) ) assesses affective state over the previous seven days."
},
"DASS_anx": {
"LongName": "Depression Anxiety Stress Scale, Anxiety Score",
"Description": "The Depression Anxiety Stress Scales (DASS; (Lovibond and Lovibond, 1995) ) assesses affective state over the previous seven days."
},
"DASS_str": {
"LongName": "Depression Anxiety Stress Scale, Stress Score",
"Description": "The Depression Anxiety Stress Scales (DASS; (Lovibond and Lovibond, 1995) ) assesses affective state over the previous seven days."
},
"bas_d": {
"LongName": "Behavioral activation system: drive",
"Description": "The BIS/BAS Scale measures the behavioural approach system on the subscales drive, fun seeking and reward responsiveness and the behavioural inhibition system (Carver and White, 1994)."
},
"bas_f": {
"LongName": "Behavioral activation system: fun seeking",
"Description": "The BIS/BAS Scale measures the behavioural approach system on the subscales drive, fun seeking and reward responsiveness and the behavioural inhibition system (Carver and White, 1994)."
},
"bas_r": {
"LongName": "Behavioral activation system: reward responsiveness",
"Description": "The BIS/BAS Scale measures the behavioural approach system on the subscales drive, fun seeking and reward responsiveness and the behavioural inhibition system (Carver and White, 1994)."
},
"bis": {
"LongName": "Behavioral inhibition system",
"Description": "The BIS/BAS Scale measures the behavioural approach system on the subscales drive, fun seeking and reward responsiveness and the behavioural inhibition system (Carver and White, 1994)."
},
"BIG5_ext": {
"LongName": "BIG5 Extraversion",
"Description": "Big Five Inventory (BFI, Goldberg, 1993) measures Extraversion, Agreeableness, Conscientiousness, Openness and Neuroticism."
},
"BIG5_agr": {
"LongName": "BIG5 Agreeableness",
"Description": "Big Five Inventory (BFI, Goldberg, 1993) measures Extraversion, Agreeableness, Conscientiousness, Openness and Neuroticism."
},
"BIG5_con": {
"LongName": "BIG5 Conscientiousness",
"Description": "Big Five Inventory (BFI, Goldberg, 1993) measures Extraversion, Agreeableness, Conscientiousness, Openness and Neuroticism."
},
"BIG5_neu": {
"LongName": "BIG5 Neuroticism",
"Description": "Big Five Inventory (BFI, Goldberg, 1993) measures Extraversion, Agreeableness, Conscientiousness, Openness and Neuroticism."
},
"BIG5_ope": {
"LongName": "BIG5 Openness",
"Description": "Big Five Inventory (BFI, Goldberg, 1993) measures Extraversion, Agreeableness, Conscientiousness, Openness and Neuroticism."
},
"erq_cr": {
"LongName": "Cognitive Reappraisal",
"Description": "The Emotion Regulation Questionnaire (ERQ) is a short tool measuring two facets of emotion regulation: Cognitive Reappraisal and Expressive Suppression. Gross, J.J., & John, O.P. (2003)."
},
"erq_es": {
"LongName": "Expressive Suppression",
"Description": "The Emotion Regulation Questionnaire (ERQ) is a short tool measuring two facets of emotion regulation: Cognitive Reappraisal and Expressive Suppression. Gross, J.J., & John, O.P. (2003)."
}
}