edpuzzle-answers
edpuzzle-answers copied to clipboard
Edpuzzle Video speed not working
Edpuzzle Video speed is changing nothing. I am doing this on an assignment from schoology with no questions.
What is the video type? Is it hosted on Youtube or Edpuzzle? Also, are there any errors that appear in the JS console when you try to do this?
I'm having the same issue. Normal edpuzzle, appears to be hosted on YouTube. My school blocks Chrome's developer tools for some god forsaken reason.
There is a line missing, player.setPlaybackRate(speed)
, on line 75(/76) of app/videospeed.js
. Should be an easy fix, not entirely sure why it isn't there.