Hello, I am currently working on an experiment that during the response screen shows an array of clickable images with the space bar as the ending routine component.
The trouble is that after clicking and pressing the space bar, the practice trial image array remains and overlays on the test block instructions. I’ve trued adding:
if OMT_cont_key.status == STARTED: image_array.finished = True
in the End Routine of my code for the array. Any help in solving is greatly appreciated.