-
Notifications
You must be signed in to change notification settings - Fork 0
/
participants.json
60 lines (60 loc) · 1.24 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
{
"age": {
"LongName": "",
"Description": "age of the participant",
"Levels": {
},
"Units": "years"
},
"sex": {
"LongName": "",
"Description": "sex of the participant as reported by the participant",
"Levels": {
"m": "male",
"f": "female"
},
"Units": ""
},
"Edinburgh Handedness Inventory": {
"LongName": "",
"Description": "score of the handedness of the participant in activities of daily living",
"Levels": {
},
"Units": ""
},
"Ishihara test": {
"LongName": "",
"Description": "score of red-green color deficiencies of the participant",
"Levels": {
},
"Units": ""
},
"ND-100 hue test": {
"LongName": "",
"Description": "score of the discriminability for hue of the participant",
"Levels": {
},
"Units": ""
},
"STAI(State)": {
"LongName": "",
"Description": "the levels of anxiety and depression",
"Levels": {
},
"Units": ""
},
"STAI(Trait)": {
"LongName": "",
"Description": "the levels of anxiety and depression",
"Levels": {
},
"Units": ""
},
"BDI-2": {
"LongName": "",
"Description": "the levels of anxiety and depression",
"Levels": {
},
"Units": ""
}
}