form variable not registered...
Hi
I have a strange problem:
When my experiment looks like in the picture below, the variable UP_level (of the form)
does not exist in the output

But If I move the loop to the beginning, it registers fine:

I do need this part to be in the end of the experiment.
Any idea what I'm doing wrong?
(I'm using version 3.2.5 on a Windows 10 computer)
Thank you,
Tali

Comments
Hi Tali,
I see where this comes from, and I filed an issue for it. Essentially, the response variable is not properly exposed, meaning that the
loggerdoesn't know about it until it has actually been set. So if the form occurs before the firstloggerthen the variable is included, otherwise it's not.As a workaround until this is fixed, you can add the variable explicitly to the
logger.Hope this helps!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebatiaan
Following your suggestion, I added the var to the logger. This gave me the var name but not the values
So I added a logger to the beginning of the trial sequence, and now it works great!
Thanks again,
Tali