mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
add displayData to end (commented-out for hardware timing tests)
This commit is contained in:
parent
f39211726f
commit
c782de4348
@ -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>
|
Loading…
Reference in New Issue
Block a user