Sequence excluded when run in web browser OSWEB
Hi
I have an experiemnt where particpants have to enter a participant code. I have one text input sequence (i.e. last_3_letter_surname) where participants enter the last 3 letter of their surname then a second text input sequence (i.e. last_4_digits_telno) where particpants need to enter the last 4 digits of their telephone number. (see image)
This all works fine in Opensesame but when tested using OSWEB in the browser, the second sequence (i.e. last_4_digits_telno) is excluded and the experiemnt skips to the next sequence (instructions_sequence).
I tried flipping the presentation of the letter and number input sequences but the same error happenes.
I am running OpenSesame: 3.3.6
Best wishes
Deiniol

Comments
Hi @Skilli ,
Looks good! :)
If you reset the response variable before starting the second sequence, your script should work as desired:
Cheers,
Lotje
Did you like my answer? Feel free to

Many Thanks @lvanderlinden . Simple and quick fix 👍️