Can't save the names of the images

I have some problems with storing the data in the CSV file.

I have 2 images presented fully randomly on the screen. Here is the code.

I want the names of the files to be stored in a separate column at the file but it doesn’t happen. What should I do?

Hi There,

Are you only encountering this error online

What happens if you try:

thisExp.addData('image1', image1.image)
thisExp.addData('image2', image2.image)

1 Like

Thanks, that worked!

Yay! pleased it helped!
Becca

1 Like