mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +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({
|
jsPsych.init({
|
||||||
timeline: [start_calibration, calibration, start, loop]
|
timeline: [start_calibration, calibration, start, loop],
|
||||||
|
// on_finish: function() {
|
||||||
|
// jsPsych.data.displayData();
|
||||||
|
// }
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user