Problem with the feedback
Hello everybody,
I'm designing an experiment and I have some problems with the feedback. I want it to be at the end of a trial sequence, but it appears after each single trial. However its position seems correct to me. Any suggestion? Thank you.

Comments
Hi Jacopo!
We solved this issue. Turns out the variables were all defined in practice_loop and not in block_loop. Because the block_loop was empty, the trial_sequence was essentially the block_sequence and feedback was presented every time. The issues was solved by defining the variables in the block_loop instead of the practice_loop.
Ciao,
Wieske