Replies: 1 comment 1 reply
-
Hi @FelicityF ! I don't see anything obviously wrong with the code. I don't think you shared the bit of code that is attempting to play the video. Did I miss that? Also, are you preloading audio/video? I don't rememeber off the top of my head what happens in version 6 when the media isn't preloaded, but that might cause a hiccup with the experiment running. It is odd that you aren't getting any messages in the console. If you can send a link to the experiment that might provide more context for debugging. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been running an experiment in which participants are presented with four static scenes, listen to a sentence, and select the scene they think matches the sentence they have just heard. For my next experiment I would like to present animations rather than images (so the scenes are now dynamic), but I don't get it to work and would really appreciate any help!
I created a .js file with all the stimuli. Here is an example of the first two trials:
This is the code for the trial itself (the shuffle is there because in the original experiment there were 3 foils):
@jodeleeuw / @becky-gilbert do you have any idea why the experiment doesn't load? Is there something incorrect in this code? When I try to run it, I don't get any errors in the console. I also tried it with images rather than movies and that works. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions