What are you trying to achieve?: Hello there! I have a quick question for beginners. I want to align my introduction text to the left. Right now it is entered around the pos parameter.
What did you try to make it work?: I searched for solutions in the forum and found this coding tip:
text.alignHoriz = ‘left’` . I defindet the Text that I wanted to be aligned, but Psychopy just gives out this Error message:
text.alignHoriz = ‘left’
AttributeError: ‘str’ object has no attribute ‘alignHoriz’
Experiment ended.
Now that I am new to coding and Python in general, I am not sure what went wrong or what I could do
to work it out. I would be greatful if someone could give me a hint on that