Dear all,
I am new to Psychopy and struggling with some issues I believe are simple.
The thing is, I have a routine with two text components. The first component is always presented at the start of the routine (start time = 0), and the second component must be presented, in some cases, also at the beggining of the routine (start time = 0), and in other cases after 2 seconds (start time = 2000.0) Is there any way I can implement it using the builder? In the conditions file I have a column (strtTime) in wich I specify the starting time of this second text component in each trial.
Thank you Michael,
I`ve already tried it, but it doesnt work. Seems that psychopy doesnt understand I am referring to a variable that must change every repeat. When I set $strtTime the second text component never appears.
By the way, times are set as numeric values in the xls table (0.0 and 2000.0), so I dont believe this problem is related to the cell format.