Replies: 1 comment 2 replies
-
Hi @cchateig, Can you share a link to the cognition.run experiment and/or share the code for the trials that are showing the gap? Thanks! |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello,
I'm trying to build an experiment using jsPsych and cognition.run.
I've got two trials following each other, supposed to print the same fixation cross without any blank frame between them.
The fact is there is sometimes a blank frame and the cross sparkles.
I preload manually everything I can just before these two trials (an audio file for example which is played along with the cross at the beginning of the second trial). I use for both of the trials the plugin Psychophysics, and the fixation cross is defined as an object (obj_type : 'text'). I tried another version of the code in which the cross was an image and the trials were using the plugin HtmlKeyboardResponse. Same problem occured.
I have no idea why there is a delay before printing the fixation cross, and how I could get rid of that.
Does anyone here have an idea or have already encountered this problem ?
Thanks a lot,
Clara
Beta Was this translation helpful? Give feedback.
All reactions