Is the second response unavailable in the latest version?
Hi, I'm modifying a self-pacing reading task in this attached OpenSesame script. My goal is to run this experiment on JATOS server. This task require the participants respond to the probe between sentences. The design is like the below clip photo. I could run this script in the local machine. However, when I tested this script on OSWEB, the script was stuck at probe_response . Is this the limitation for the current OSWEB?
Comments
Hi @CSC ,
There's an issue with OSWeb that causes experiments to freeze when multiple linked copies of the same item are in a single
sequence. In your case this is logger. You don't really need the second linked copy of logger though. Instead, you could insert aninline_javascriptafter passage_response to assign the response variables to different names. (This will avoid them from being overwritten by probe_response.)And then you can simply have a single
loggerat the end of passage_sequence, as you normally would.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thank you @sebastiaan
Your tip erased our first block we run the study on the internet.
Your tip erased our first block we run the study on the internet.
What do you mean exactly? What block, and in what sense was it erased by my suggestion?
Check out SigmundAI.eu for our OpenSesame AI assistant!