Tracking exact onset/offset time of stimuli

Hi Kate,

I don’t know enough about Psychopy to explain why it isn’t reporting the time when your Movie Component stops.

However, there are some previous threads that you might useful. You can try adding some timings to your output yourself using:

thisExp.addData("YourVariableLabel", globalClock.getTime())

If you look at the thread below, there are suggestions for using this with a Code Component. I hope this helps!

1 Like