Linked sequence only runs once in the browser
I've been trying to debug a student's experiment, and have run into a wall: the script runs fine locally, but only runs the sequence "Letters_choice_sequence" the first time around (during the practice run), despite the fact that the sequences are all linked, and should be exactly the same. I have run out of ideas; maybe somebody else can spot what I cannot?
The script is attached; it is just a skeleton, so you have to hit a key to advance in places where you might expect it to advance automatically, etc. It is just the running of "Letters_choice_sequence" in the browser that I can't figure out.
Thanks in advance to anyone willing to take a look at this!

Comments
Hi @ethanweed ,
You're running into a manifestation of this issue, which we still have to wrap our heads around and fix properly. The issue happens for some items when they are prepared twice in a row, and then run twice in a row. So basically when they go prepare-prepare-run-run, rather than prepare-run-prepare-run. If you look at your experiment, you can see how that happens for the Letters_choice_sequence (see also this page).
This should absolutely be fixed in OSWeb, because it results in (seemingly) unpredictable and confusing behavior. For now, though, you can work around this by putting Letters_choice_sequence inside a dummy
loopwith only one cycle.— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks @sebastiaan, that worked! For others that might end up here with the same problem I had, I have two extra points:
I have attached what I believe to be a working version of the script where I have implemented @sebastiaan 's suggestions, in case it helps anybody else.
/Ethan