Hello. I 've been trying to fix the Stop Signal task and constantly finding some missing time in the csv. ouput file.
I need left/right_image_started time and stop_image started time to calculate the stop signal time delay, which is essential part in my experiment. but as you can see in the pircture, there are some time not recorded at all.
Are you controlling their onset with the code elements? That can sometimes mess with recording the start times because the builder code looks for an update to a status property, which code elements don’t necessarily touch. Alternately, are those trials in which those elements are not presented?
yes the onset time is controlled by the code because the start time needs to be updated based on how participants react to the stop stimuli. (for example, if they respond, the onset time in next trial would be 50 ms later, if they don’t respond, it would be 50 ms faster) the picture below is the snippet of the code. And the start time are not recorded even when the stimuli are presented so i don’t think the latter one is the case.