If this template helps then use it. If not then just delete and start from scratch.
OS : Win 10
PsychoPy version: 3
Standard Standalone? (y/n) : y? I think?
What are you trying to achieve?:
Super new, veeeery new to coding/psychopy
I am trying to have each routine clear any information that may carry over from previous ones. For example the experiment looks like this:
video → short response → video → short response
In the video routine I have a keyboard command “n” that allows me to exit the video and move on to the short response. When it moves onto the new routine, “n” is now in the editable text box, which isn’t desirable.
What did you try to make it work?:
I input a blank grey screen in between the routines to see if that would help with the issue
When that didn’t work I changed the duration of the keyboard command to 1 second (which in hindsight wasn’t the best idea because in order to skip the video I’d have to click within the time frame and then the issue continues).
When that didn’t work I set the textbox to change every frame which worked but that prevents people from typing anything since it will refresh every frame. The only other option is refresh every repeat, but since I am not using a loop I still see the “n”.
What specifically went wrong when you tried that?:
I still saw the “n” from the video routine in the short response routine