URL of experiment: Pavlovia
Description of the problem: There should be a question to be answered by choosing between two clickable text stimuli. Once a text stimulus is clicked, a continue button should appear. Clicking this button should end the routine.
Using builder, I have combined text components for question and clickable text stimuli. For this, a mouse component is added with the text stimuli as clickable stimuli. The mouse state is saved “on valid click”. For the continue button I have used the button component. The start of the button is conditioned by “mouse.clicked_name” and it forces end of routine.
The desktop version of the given implementation works just fine. However, in the online variant, the continue button appears immediately at the start of the routine. That is, the start of the continue button does not depend on having clicked on one of the two clickable text stimuli. What could be the problem with the given condition in the online version?
Any help would be greatly appreciated.