OS (e.g. Win10): Win11
PsychoPy version (e.g. 1.84.x): 2023.2.1
Standard Standalone? (y/n) Y
I have a memory experiment with images of objects. My routines contain text components, code, and image components surrounded by loops. I have added lines like: thisExp.addData(‘current_file0’, current_file0) within each image component, and for many of my variables the data output contains a list of the images presented within that block/loop, as it should, but for some of my loops the data output only contains one line when there were several images shown. Does anyone know why this might be happening?