Hi,
I want to create an experiment in PsychoPy that makes use of textboxes; that is, showing 4 different words on the screen simultaneously and asking the participant to click one of them. Is this something I can achieve with a TextBox?
I’ve had a look at this: https://www.psychopy.org/api/visual/textbox.html#psychopy.visual.TextBox
but it doesn’t help. I don’t even know where to start. Is a TextBox purely a coding thing? Because I can’t see it as a stimulus type in Builder.
I’ve tried inputting the code from this site (starting from win=visual.Window((….)
) in a code element, but then my experiment won’t even run. I click the green man, and immediately it just stops.
I see people talking about the textbox_simple.py
tutorial, but I can’t find that.
Feeling very lost and overwhelmed (as usual).
Any help much, much appreciated!
Chris