Experiment will run online but is missing parts

URL of experiment: https://run.pavlovia.org/ab3082/practiceexperiment1/html

Hello all, thanks for reading! My experiment consists of video clip stimuli looped with responses where the participant clicks “good”, “bad”, or “okay”. Both the stimuli and the responses show up when I run the experiment on my computer, but when I run it on Pavlovia, it just runs straight through all the video clips without the response part showing up in between each one. I made the experiment only using Builder and did not insert any code components.

When I open the Javascript console after running it online, I see the errors in the screenshot below. I know very little about coding so I don’t know what to make of them.

Thanks again!

Amelia

Note: videos are from ASL Signbank: Julie A. Hochgesang, Onno Crasborn, and Diane Lillo-Martin. (2017-2020) ASL Signbank . New Haven, CT: Haskins Lab, Yale University. https://aslsignbank.haskins.yale.edu/

Hi @ab3082. the issue is that old style RatingScale components are not supported online. They have been replaced by the Slider component, which is supported for online tasks. To fix this issue, you will have to replace your rating scale components with Slider components. See Slider docs.

@dvbridges thank you so much!