We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2738dc commit 6d71447Copy full SHA for 6d71447
flanker_with_spatial_task_switching/experiment.js
@@ -261,7 +261,7 @@ var getCue = function(){
261
magnitude = stim.magnitude
262
parity = stim.parity
263
264
- return fixation_boards[whichQuadrant - 1][0] + '<div class = fixation>+</div>' + fixation_boards[whichQuadrant - 1][1]
+ return fixation_boards[whichQuadrant - 1][0] + fixation_boards[whichQuadrant - 1][1]
265
}
266
267
var getResponse = function() {
0 commit comments