You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<div class = centerbox id='container'><p class = center-block-text>Please select the option that you would prefer pressing <strong>'q'</strong> for left <strong>'p'</strong> for right:</p><div class='table'><div class='row'><div id = 'option'><center><font color='green'>$20.58<br>today</font></center></div><div id = 'option'><center><font color='green'>$25.93<br>2 weeks</font></center></div></div></div></div>"
242
282
],
243
283
is_html: true,
244
-
choices: [80,81],
284
+
choices: choices,
245
285
response_ends_trial: true,
246
286
on_finish: function(data){
247
287
whichKey=data.key_press
@@ -275,7 +315,7 @@ var test_block = {
275
315
type: 'poldrack-single-stim',
276
316
timeline: trials,
277
317
is_html: true,
278
-
choices: [80,81],
318
+
choices: choices,
279
319
randomize_order: true,
280
320
response_ends_trial: true,
281
321
on_finish: function(data){
@@ -303,7 +343,8 @@ var end_block = {
303
343
},
304
344
text: '<div class = centerbox><p class = center-block-text>Thanks for completing this task!</p><p class = center-block-text>Press <strong>enter</strong> to continue.</p></div>',
0 commit comments