Replies: 5 comments
-
Hi @keijiota What plugins are you using for these trials? Can you share a snippet of the timeline? |
Beta Was this translation helpful? Give feedback.
-
Hi @jodeleeuw |
Beta Was this translation helpful? Give feedback.
-
I would check the obvious things first. Given that it happens only on a selection of the trials, it's possible that it technically happens on all trials but you only perceive it on some, most likely due to screen refresh rate (perhaps on some trials the event loop is executed towards the end of the screen refresh rate duration - or whatever it was - such that is imperceptible). The change from v6 to v7 could be due to some minor additional load associated with v7 or change it when functions are executed. You also have functions that need to be run for the prompt and onfinish, all of which provide additional overhead. This might turn out to be reasonable, because, technically, you would expect at least some gap between trials, where the contents of the previous trials are removed and the contents of the new one are shown - therefore your gap. If I am correct, this is relatively easy to check by simply adding some heavy function in your |
Beta Was this translation helpful? Give feedback.
-
Hi, I am a developer of the plugin @keijiota used. Their program seems to use two timelines to present a series of a moving stimulus. The stimulus always disappeared at the time from one to the other timeline. The core jsPsych probably refresh the screen every after a timeline finishes. I belive this change was made when upgrading from V6 to V7 of jsPsych. My suggsetion is that they should use a single timeline to present the stimulus if possible. |
Beta Was this translation helpful? Give feedback.
-
Thank you, everyone! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello jsPsych community!
I have got a migration issue from version 6 to version 7. The image files I use sometimes disappear from the screen at the moment when one timeline transits to the next timeline. The image files are supposed to be always there on the screen and there was no blank on version 6. Please find a video record attached below.
20221121_145536000_iOS.mov
It's like a screen-flipping issue and not good for eyes. This happens occasionally and not in all trials. Could I ask what is the problem and how I can avoid them? It would be appreciated if someone could help with this.
Many thanks!
Keiji
Beta Was this translation helpful? Give feedback.
All reactions