-
Notifications
You must be signed in to change notification settings - Fork 1
/
participants.json
107 lines (84 loc) · 2.54 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"participant_id": {
"Description": "Unique participant identifier"
},
"gender": {
"Description": "Biological sex of the participant",
"Levels": {
"2": "female",
"1": "male"
}
},
"age": {
"Description": "Age of the participant at time of testing",
"Units": "years old"
},
"height": {
"Description": "Uncountable and countable (tallness) of the participant at time of testing",
"Units": "centimeter"
},
"weight": {
"Description": "Uncountable and countable (measure of heaviness) of the participant at time of testing",
"Units": "kilogram"
},
"Average weekly hours spent on MOBA game": {
"Description": "Average weekly hours spent on MOBA game"
},
"Rank": {
"Description": "Rank in the MOBA game"
},
"Salience": {
"Description": "Salience in IGD-20"
},
"Mood Modification": {
"Description": "Mood Modification in IGD-20"
},
"Tolerance": {
"Description": "Tolerance in IGD-20"
},
"Withdrawal Symptoms": {
"Description": "Withdrawal Symptoms in IGD-20"
},
"Conflict": {
"Description": "Conflict in IGD-20"
},
"Relapse": {
"Description": "Relapse in IGD-20"
},
"Total Score (IGD-20)": {
"Description": "Total Score (IGD-20)"
},
"Motor Impulsiveness": {
"Description": "Motor Impulsiveness in BIS-11"
},
"Nonplanning Impulsiveness": {
"Description": "Nonplanning Impulsiveness in BIS-11"
},
"Attentional Impulsiveness": {
"Description": "Attentional Impulsiveness in BIS-11"
},
"Total Score (BIS-11)": {
"Description": "Total Score (BIS-11)"
},
"Non-Acceptance of Emotional": {
"Description": "Non-Acceptance of Emotional in DERS"
},
"Difficulties Engaging in Goal-Directed Behavior": {
"Description": "Difficulties Engaging in Goal-Directed Behavior in DERS"
},
"Impulse Control Difficulties": {
"Description": "Impulse Control Difficulties in DERS"
},
"Lack of Emotional Awareness": {
"Description": "Lack of Emotional Awareness in DERS"
},
"Limited Access to Emotion Regulation Strategies": {
"Description": "Limited Access to Emotion Regulation Strategies in DERS"
},
"Lack of Emotional Clarity": {
"Description": "Lack of Emotional Clarity in DERS"
},
"Total score (DERS)": {
"Description": "Total score (DERS)"
}
}