-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSAM.js
More file actions
43 lines (42 loc) · 1.19 KB
/
SAM.js
File metadata and controls
43 lines (42 loc) · 1.19 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
sam_trial01 = {
type: "html-slider-response",
stimulus: "<div class=centerbox><img src='images/SAM01.png'/></div>",
labels: ["Happy","Unhappy"],
min: 1,
max: 9,
step: 1,
start: 5,
slider_width: 490,
require_movement: false,
prompt: "<div class=centerbox>Please indicate how you felt while completing the task on the scale above</div><br/>",
trial_duration: null,
response_ends_trial: true
};
sam_trial02 = {
type: "html-slider-response",
stimulus: "<div class=centerbox><img src='images/SAM02.png'/></div>",
labels: ["Excited","Calm"],
min: 1,
max: 9,
step: 1,
start: 5,
slider_width: 490,
require_movement: false,
prompt: "<div class=centerbox>Please indicate how you felt while completing the task on the scale above</div><br/>",
trial_duration: null,
response_ends_trial: true
};
sam_trial03 = {
type: "html-slider-response",
stimulus: "<div class=centerbox><img src='images/SAM03.png'/></div>",
labels: ["Controlled","In Control"],
min: 1,
max: 9,
step: 1,
start: 5,
slider_width: 490,
require_movement: false,
prompt: "<div class=centerbox>Please indicate how you felt while completing the task on the scale above</div><br/>",
trial_duration: null,
response_ends_trial: true
};