add displayData to end (commented-out for hardware timing tests)

This commit is contained in:
Becky Gilbert 2021-04-23 15:40:21 -07:00
parent f39211726f
commit c782de4348

View File

@ -36,7 +36,10 @@
}
jsPsych.init({
timeline: [start_calibration, calibration, start, loop]
timeline: [start_calibration, calibration, start, loop],
// on_finish: function() {
// jsPsych.data.displayData();
// }
})
</script>
</html>