playing multiple videos in frame #2662
Replies: 2 comments 1 reply
-
Hi Nicole, I think the jsPsych video plugin only allows a single video to be played, so you will have to make adaptations to that plugin in order to achieve what you want. Could you clarify if you would like to have three videos that appear simultaneously on the screen (so three video stimuli on the screen), and they play in sequential order. Or do you need a single video that plays three videos after each other? |
Beta Was this translation helpful? Give feedback.
-
I didn't test this, but you might be able to use the HTMLKeyboardResponse Plugin to achieve this, and use HTML video tags to include your videos. But this would require some HTML and JavaScript knowledge to make the videos play in sequential order. Otherwise you could work around it by creating one large video which contains all of the three videos and plays them sequentially. But these are more ideas than concrete solutions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create an "odd one out" experiment where 3 videos appear and play one at a time. Is this possible in jsPsych?
Beta Was this translation helpful? Give feedback.
All reactions