patxelos
About
- Username
- patxelos
- Joined
- Visits
- 26
- Last Active
- Roles
- Member
Comments
-
Thank you so much Eduard! This code snippet works perfectly fine and it is definitely more elegant than my solution. In terms of timing there isn't any substantial difference. Best, Patxi
-
Hi Eduard, Thanks for your quick reply! I believe I've resolved the issue by subtracting the response time from the jitter duration, ensuring the ITI remains unaltered by the response. It's currently working well, and the timing appears accurate, bu…
-
Hi @sebastiaan, Thank you for you reply. I have an offline experiment in which I present randomly selected pairs of images from two different classes and participants have to identify the 'most desirable' one. So, I just want to run this experimen…
-
Hi Eduard, Thank you for your reply. Unfortunately, I think that my error is not related to the way I call the pool but the CORS policy, because the experiment works well offline. Actually, I am basically using the line of code suggested by @sebasti…
-
Hi, I am running into a similar problem. I am designing an online experiment in which participants are presented with triplets of randomly selected images, however I am not able to select images from the pool. How can I access the pool in online ex…
-
Based on previous posts I have managed to fix the previous error and add a file to the pool from GitHub, but I think that I have some problems going on with the CORS policy. Code prepare: function addExternalImageToPool(url, name) { const img =…