I am using the builder to create a spatial n-back task in which the same stimulus will appear back to back number of times in different positions and a question will be asked. I am trying to make sure that the current stimulus does not appear too close to the previous one. Any idea how I should write a code for this? I am currently randomly getting x, and y coordinates with random.choice.
Thank you for your reply and for your time Jens. I was more looking for examples for creating stimuli that do not appear too close to each other instead of randomly picking the positions from a list. However, I created a code for that and it worked. Thanks again