Randomize duration of a Routine in Builder

In searching other similar posts I found a thread which suggests that it might be because the movie is buffering.

However, I also saw that you’ve seen that thread so here is my suggestion.

  1. Remove $stim_dur from the duration of the movie (make it blank)

  2. Add the following code to Each Frame

if t > stim_dur:
     continueRoutine = False
1 Like