Having some trouble logging variables in picture/rating task. Help?
in OpenSesame
It's only my second day on OpenSesame, so bear with me, please.
I'm setting up a simple image/rating task and it runs well and looks like I want, but it does not seem to log the rating per image, but rather just logs one rating of one image - and I can't quite figure out what I've done wrong. I'm guessing I've messed up with defining the variables properly somewhere. Or am I maybe using the logger wrong? I need to get this working soon, so I'm running out of time trying to troubleshoot, and would appreciate help.
Thank you!!
Here an overview of what I've set up (screenshots)





Comments
Hi,
The logger has to be inside the
sequencewith the forms. Right now it is executed only once after the sequence and not after every iteration.Does that solve everything?
Eduard
hey Eduard!
Thank you!
You mean like this? :

This doesn't change any of what is logged.
Or do you mean in the loop(s)? Because if I try to place it/them there' it replaces and moves the forms into the unused items bin.
Ahh, I think I got it!
At least it's logging more data now.
Logfile still looks a bit messy; like one image of the first loop is logged together with each of the second:
Any way to avoid that? the logger just once? One loop with two sequences?
It might be less messy, if you use the same variable names in all sequences. At least, you will end up with less columns, but it is very possible that data analysis gets messier because of that. Try if for yourself and see what it shall be
Eduard
Hah! Of course.
I didn't think of the simple solution of course.
Thank you for the ideas!