var calibration = { timeline: [{ type: 'html-keyboard-response', stimulus: `
`, trial_duration: 200, post_trial_gap: 100 }], loop_function: function(data){ if(data.values()[0].response == ' '){ return false; } else { return true; } } }