0

I am creating a low budget web app (flask/jquery/bootstrap) with lecture videos. I want the videos to pause in certain moments and let the user answer a question (like on coursera or udacity). Later on I want to have access to the users answers in the backend. What is the best tool to accomplish this?

  • All you have to do is pause the video element with JavaScript. – Brad Jul 15 '17 at 14:28
  • Thanks, however in my question I also mentioned displaying a question on top of the paused movie, how can I achieve this? – Jan Potworowski Jul 18 '17 at 09:13
  • You didn't mention displaying anything on top of a paused movie, but in any case, all you have to do for that is use the appropriate CSS to put your – Brad Jul 18 '17 at 13:31
  • Ok, that would be great, say that somewhere in my html I have a youtube video: inline`
    ` and after 15 mins. I want to ask a question: inline`

    how do you like the playlist so far?

    Poor
    Good
    `
    – Jan Potworowski Jul 18 '17 at 14:57
  • I posted a more precise question with some code to go of: https://stackoverflow.com/questions/45306214/pause-youtube-video-and-show-div-with-a-form – Jan Potworowski Jul 25 '17 at 14:27

0 Answers0