/* */ /* */ /* */ /* */ /* */ function myInit() { jsPsych.init({ timeline:timeline, display_element:'main-title', on_finish: function() { jsPsych.data.displayData('csv'); var resultString=jsPsych.data.dataAsCSV(); submit(resultString); experimentComplete(); log("Going to call it a day now?") } }); }; log("This is where I used to call it a day. I'm better now") /* experimentComplete(); */