Preloading blocks of images #3132
Quinlanptq
started this conversation in
Show and tell
Replies: 3 comments
-
Sorry the preload_b var should read
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for sharing! Btw: did you know that jspsych has a function for shuffling arrays as well: jspsych.randomization.shuffle()? Just pointing this out because I see it quite often that people write their own function, while you can do it out of the box with jsPsych :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Christophe - that I didnt know but thank you so much for pointing that out. |
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
-
I came up with the following which divides a set of trials into blocks, preloads the images for each block and then presents the blocks.
Might be of interest to those hoping to achieve a similar outcome.
Keen to hear if there is a better way.
Best
Philip.
scene_check.txt
Beta Was this translation helpful? Give feedback.
All reactions