Answer-Dependent Task in Builder?

I wish to make a reversal learning task in Psychopy. This involves the participant learning which of two images is the correct answer over time. Once they reach criteria, (choosing the right answer 5 times in a row), the correct answer switches.

Is this possible through the builder or minimal coding? I’m inexperienced with python.

Thank you

Hey Josh, did anyone ever get back to you on this? I’m building a similar task and am having some trouble.

Best,

Zach

In principle you add 1 to a count every time there is a correct answer and reset it to zero when there is an incorrect answer. When the count reaches 5 then you can change your correct answer.