- Posts: 14
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<div class="embed-responsive embed-responsive-16by9"> <video controls id="myvideo"> <source src="https://www.myServer.de/userfiles/happypeanuts.mp4" type="video/mp4" /> browser unterstützt dieses Format nicht. </video> </div> <script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Hide the buttons $('#ls-button-submit').hide(); $('#ls-button-previous').hide(); var vid = document.getElementById("myvideo"); vid.volume = 0.3; vid.onended = function() { // Show the buttons $('#ls-button-previous').show(); $('#ls-button-submit').show(); // If you want to proceed to the next qiestion automatically $('#ls-button-submit').show().trigger('click'); } }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.