Description of the problem:
My experiment has a double loop design. It works well offline. But when I upload it to pavlovia.
The external loop will not end when the experiment meets the ending condition.
Look like this picture:
The foreshow_text will load well. But the loop in the online experiment would not end.
Actually, I use the conditonLoop.finished = True before, It worked well. I thought the problem may come from a double loop.
I have read the answers in the forum.
Two methods were used to fix this problem:
- Return to the old version 2020.1
- use trails.finished == True. But this method did not work in the latest version. My psychopy version is 2021.2.0.
I’m here for help with the non-returnable version。