OS Windows 10
PsychoPy version 2021.2.3
I am working on a math stress task where participants:
- Are provided instructions for the block
- are given a math problem as an image
- select a response within a given timeframe
- are provided feedback (correct, incorrect, respond more quickly – using code component)
- are shown a fake bar graph that shows how they are doing in comparison to other participants
Steps 2-5 are repeated 5 times per block in order to show 5 different math problems (set up in sequential order) .
At the end of the block, they are asked how stressful the set of problems are and are then provided with a brief rest before proceeding to the next loop.
Everything works as it should for the five trials, stress assessment and rest. However, after completing this block, the experiment should move on to the next loop of the experiment. Before moving on to the next loop it goes through the entire loop (instructions, trial, feedback, comparison, stress, rest) for the very last math problem only. I do not know how to fix this issue. I would greatly appreciate any recommendations!