Replies: 1 comment
-
Not sure if this is possible without changing the plugin code, because as you mention, with a different stimulus it needs to be re-added to the screen. I found out that adjusting the plugin code is not that difficult, you can just add the line
after the
|
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.
-
I'm trying to create a stimulus for which people will see the first frame of a movie, have to press a button on the keyboard to register a prediction of what will happen, and finally the video plays to give them feedback.
Currently I have this set up as two separate VideoKeyboardResponse trials with the same stimuli -- one that disables autoplay and sets response_ends_trial to true, and the second that sets NO_KEYS with autoplay and trial_ends_after_video. However, this leads to a flash between the response and video playing, as the video needs to be re-added to the screen.
So I was wondering if there was a way to do this in a single trial object (without cracking into the plugin itself)?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions