If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Windows 7
PsychoPy version (e.g. 1.84.x): 1.83.03
Standard Standalone? (y/n) If not then what?: Standalone
Hi everyone. I’m new to PsychoPy, I’m using the builder of the 1.83.03 version in Windows 7. I designed a paradigm that goes as follows:
- Fixation cross
- An utterance that is used as stimuli
- Fixation cross
- A question that has to do with the previously read utterance
I need to jitter the duration of the second fixation cross, between 6 and 10 seconds. To do this I first interted a new routine in the flow, Next I inserted a code component, in the section “Begin routine” I inserted the next line:
import random
Jitter=[randint(6,10)]
Then, in the same routine, I inserted a text component, and in the section “stop”, I selected “duration(s)” and inserted the next line:
$Jitter
the jittering works fine and gives me the range of time I need. But I also need to see how long the fixation cross lasted in the screen. The output .csv file doesn’t give this information by default, and I don’t know how to tell PsychoPy to print it in the file. I appreciate you help, have a nice day!
Alan Carrillo