URL of experiment: https://pavlovia.org/AnthonyGabay/partner_selection_v1
Description of the problem:
I have a very simple task with the structure below:
The outer loop should go through 8 repetitions (there a 8 rows to the condition file). It works fine locally when using the python code. When running online it only loops through once before coming to the end of the task.
Looking at the data file, it says that environmental_loop.thisN = 8, even though it only went through the loop once.
So it seems that it is skipping to the final iteration of the loop. This has never happened before (and I have a fair bit of experience with psychopy/pavlovia at this point).
Has anyone experienced this before? The task is currently set to only last 2 seconds per loop for ease of testing.
Thanks in advance,
Anthony