Hi,
I am still in the very early stages of “thinking” of an exp so I do not have any minimal example to present.
The idea is to present simultaneously 25 letters of the English alphabet (all but for the letter K) 5 times in a single trial i.e. 125 letters. Now, I hope you understand, creating 125 text components in a single routine is not something I would like to go through.
The alternative (and likely the route I will follow) is to create the exp as much as I can on builder and then continue on Coder creating all these components using (for lack of better ideas) for loops. Since this exp will run both locally and online, I will need to do it using both Python and JS code.
I was wondering if there is something I have missed and make my life easier on this i.e. is there a way to present repeated stimuli (only their position will change) without creating their individual components?
Many thanks in advance for any advice/pointers
EDIT: I forgot to say that all 125 letters will be randomly placed within an invisible 25x5 grid.