If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2.1.4
Standard Standalone? (y/n) If not then what?: Y
What are you trying to achieve?:
So PsychoPy by default aligns the text centrally for the text component. I am trying to align several components to align left. It is quite a peculiar problem because the Python string I am using works for some of the components and some of them it doesn’t.
What did you try to make it work?:
The string I am using is: Intro_text.alignText = ‘left’ (Intro_Text is the Text component name). Here is an example of where the string works.
Here is an example of where it does not work. Since it is in the code, I cannot take a screenshot of how the text looks.
I have attached the .psyexp code for anyone to look at. All of the strings are in the Begin Routine tab under the custom Python component.
Thank you in advance!
Testing_Questionnaire.psyexp (72.5 KB)