Hello. I’m a new user of psychopy and I’m working with it for my M.A thesis. My task is self paced reading and includes 200 sentences which are not the same in length. I would like to know how to put all the sentences in one cycle and have just one routine instead of building 200 routines?
Yes, you would just have one routine surrounded by a loop. The loop reads your 200 sentences from a .csv or .xlsx file. You should watch this tutorial video to understand the basics of how to use PsychoPy:
From there, there are a number of posts on this forum which then explain how to implement a self-paced reading task, but you need to understand the basics first.