Self paced reading experiment in four sessions

Hello,
I am totally new to psychopy and coding. I need to design a self paced reading experiment for my PhD thesis. My task involves the sentences for pace reading and a following question. I want to give my stimuli in 4 sessions with breaks in between.

Following the above thread I designed the first session with a following break however it fails to continue with the break after the first loop and ends the experiment totally.

Does anyone have an advice for this problem?

Hello,

how did you create the break? How does the program continue after the break?

I often use modulo(trialnumber) to create a condition in which a break routine is run. If the condition is not met, the break routine is not run.

Best wishes Jens

I am sending the screenshot.
I don’t think I can create a condition for the break to run since the sentences will be presented in random order. Maybe after all 40 sentences are presented but I do not think I can write a code for this.

Hello,

you can use the trial-number for the break. See here for how to create a break.

Best wishes Jens