-
Hi, I want to record the duration of the entire experiment and store it in the data CSV along with all of the other data. I'm using The code to save data in CSV is: jsPsych.init({ Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @zz112duke, This is already saved in the data by default. A column called |
Beta Was this translation helpful? Give feedback.
Hi @zz112duke,
This is already saved in the data by default. A column called
total_time_elapsed
is saved with each trial, which records the time since the start of the experiment to the end of that trial. The final trial will be the duration of the entire experiment.