Replies: 2 comments 2 replies
-
Hi @t-09, A heads up here that consistent 16ms presentation times require some changes from the usual way that jsPsych shows stimuli. In order to get this level of precision, you'll have to process the animation in a I believe the jspsych-psychophysics plugin can do this already, so I'd start by exploring whether it has the functionality you need for the task. |
Beta Was this translation helpful? Give feedback.
-
Hi @jodeleeuw thank you for your reply! I've already considered the jspsych-psychophysics plugin for the encoding phase of my experiment but by using it in the sequence with the jspsych-free-sort plugin (for the test phase) the area of the screen where stimuli are presented is slightly tilted down and this affect how the final coordinates of the stimuli are computed. I believe that this is due to the fact that jspsych-psychophysics shows the stimuli in a canvas element, whereas the jspsych-free-sort does not. I have also tried to modify the jspsych-psychophysics pluging directly by forcing the margins of the jspsych-content which embeds the canvas to 0. This is how I adapted the code:
but when I tried to use this in sequence with a free-sort trial in which the stimuli should have been at the same position, I noticed that some stimuli were completely relocated without any indication (yeah, it's weird!). |
Beta Was this translation helpful? Give feedback.
-
Hi everybody! I am designing an object-relocation task where some black rectangles are first present at different locations on the screen (encoding phase) and then participants are asked to relocate them in their original position (test phase). Now, during the encoding phase I should superimpose on each black rectangle an image for 16ms and a noisy mask for 250ms. I was thinking to use the animation plugin to present both image and mask in sequence, but they should have different duration. I am presenting my stimuli as
elements. How can I adapt the plugin to have different durations for each stimulus in the sequence?
Any help is appreciated! :)
Beta Was this translation helpful? Give feedback.
All reactions