-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
66 lines (66 loc) · 1.75 KB
/
config.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
{
"_comments": {
"min": [
"Integer: complete disagreement with the question in the Likert item",
"String: descriptive statement for complete disagreement in the Likert item"
],
"max": [
"Integer: complete agreement with the question in the Likert item",
"String: descriptive statement for complete agreement in the Likert item"
],
"value": [
"Integer: default non-rated agreement level in the Likert item",
"String: descriptive statement for default non-rated agreement in the Likert item"
],
"step": "Integer: agreement interval in the Likert item",
"question": "String: default generic question to which each Likert item refers",
"words": [
"String: name of the Likert item",
"String: specific question to which this Likert item refers",
"String: descriptive statement for complement disagreement in this Likert word",
"String: descriptive statement for complement agreement in this Likert word"
],
"submit": "String: label of widget that changes stimuli"
},
"min": [
0,
"Not at all"
],
"max": [
10,
"Entirely"
],
"value": [
0,
"Not yet rated"
],
"step": 1,
"question": "How well do you think that the following words match your experience of what you just heard?",
"words": [
[
"Groove",
"I feel like I want to move some part of my body in relation to some aspect of the music.",
"Entirely",
"Not at all"
],
[
"Familiarity",
"I am used to listening to this or similar music.",
"Entirely",
"Not at all"
],
[
"Preference",
"I like it!",
"Entirely",
"Not at all"
],
[
"Naturalness",
"This sounds natural, as if played by good musicians.",
"Entirely",
"Not at all"
]
],
"submit": "Start"
}