Replies: 2 comments
-
Have you tried it with the preload plugin (couldn't find anything in the documentation that it is possible to set a parameter in the jsPsych.init function):
|
Beta Was this translation helpful? Give feedback.
0 replies
-
As an update, I figured out a work-around. Conceptually, what I did was change the plugin so that all of the options and buttons were hidden.
Then, when I call the plugin in the script, I make everything visible after 500 ms.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to write a program that presents a few images for participants to study, followed by lineup with 6 photos presented simultaneously. The lineup includes either one of the studied images or a similar looking image. This images is surrounded by 5 images.
The problem is that wherever the internet connection is a little slow, the images do not appear simultaneously (i.e., there is a small time lag). What's worse is that the studied faces often appears first.
Any ideas on how to fix this? Some of the code is below:
Beta Was this translation helpful? Give feedback.
All reactions