Increase time of Rewind button

Forums: 

Hi,
Can we increase the time of Rewind button? Now it is set to 10sec. Is it possible to set the time to 30sec instead of 10sec?

Thanks,
Shiuli

Summary: 
H5P Content type: Interactive Video
otacke's picture

Hi Shiuli!

There's currently no setting for that, but it wouldn't be difficult to implement. If you want to go for it:

1) In semantics: Add a conditional input field (widget "showWhen") for the duration to the editor that only appears if the option "Show button for rewinding" is ticked. Set that field to 10 by default, so the new option won't interfere with old content.

2) Read that parameter in interactive video (again make sure to sanitize it to 10) and use it instead of the fixed value for seeking and for setting the aria-label.

Looking forward to receiving a pull request :-)

Best,
Oliver