We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77178a commit b2738dcCopy full SHA for b2738dc
stop_signal_with_spatial_task_switching/experiment.js
@@ -309,7 +309,7 @@ var getCue = function(){
309
magnitude = stim.magnitude
310
parity = stim.parity
311
312
- return stop_boards[whichQuadrant - 1][0] + '<div class = fixation>+</div>' + stop_boards[whichQuadrant - 1][1]
+ return stop_boards[whichQuadrant - 1][0] + stop_boards[whichQuadrant - 1][1]
313
}
314
315
function getSSD(){
0 commit comments