URL of experiment: Here
Description of the problem:
This experiment is built to test a method for measuring a length estimation based on a moving image.
- Participants see a square that is either stationary or moving sinusoidally from left to right
- They are then shown a much smaller rectangle (height is constant) that will start to ‘grow’ once the space bar is pressed.
- Once the space bar is pressed, a new routine with a smaller square is shown that adjusts horizontally in size at a rate of
(.001*(t*5),0)
. - In builder, everything works as expected and no phantom trials show up!
- In deployment on Pavlovia, there is a large black screen before the grow trial begins.
- Once the grow trial starts, if I let the square grow to 100px, on the next trial there is a brief moment where the 100px is visible.
What have I tried?
- I have tried included code in the
End Routine
tab which would reset the size back to.001
. This ends up causing the trial to only ever show the static rectangle - I have tried adding the reset width to a code component tied to a button press, but the same issue persisted.
I use a Pavlovia on a credit system, so if you end the experiment before 5 trials are up there should be no credit consumed.
I thank you for your time!