Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Questions within Videos


Just wanted to check whether it is possible to use JWPlayer API to add questions within a video. So if it is an educational video, would it possible for an HTML5 element to appear in the video which is a question that students can interact with?

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello Ravijot,

Thank you for contacting the JW Player support team. You may be able to build potential code that fires onComplete() to display some HTML/or JS prompt that the user can interact with.

Example:

jwplayer().onComplete(function(){
prompt(“Did you like the video?”);
});
Randy

This question has received the maximum number of answers.