PsychoPy 2024.2.3, standalone, on MacOS Sonoma
I’m running a shadowing task that presents sentences for participants to repeat. I seem to have bungled some part of setting up my blocking in the experimental portion (although the familiarization blocks run correctly). I’m soliciting help in diagnosing and correcting the issue.
chooseBlocks is set up this way, and references either “m_blocs.csv” or “f_blocks.csv” where they shadow either a male or female voice. Screenshot of one of the referenced CSVs below:

trialsLoops is set up as here, and references the proper rows (corresponding to “set” == “fam” | “dis”) in the appropriate CSV (again, screenshot below).
My intention is to present each “audioStim” from each respective CSV (m_… or f_…) once, in blocks of 23. That appears to not be what’s happening. I’m suspecting that I’ve goofed in creating the breaks and number of blocks, but I’m struggling to get my head around it again. I’m getting different amounts of each audioStim presented by participant when I look at the CSVs after.
.psyexp attached; I could also link share the full folder with files if anyone wants to look. I’d appreciate any insight.
drtHelp.psyexp (94.7 KB)