adaptlearning / adapt-contrib-media

A basic media component that displays video and audio. This component uses the HTML5 video and audio specification and has a flash fallback for browsers that don't support HTML5.
GNU General Public License v3.0
7 stars 54 forks source link

Add Video Speed Options to AAT #289

Open joe-replin opened 2 months ago

joe-replin commented 2 months ago

Subject of the issue/enhancement/features

Would like to add a video speed option to the AAT UI. Additionally, revise the speed options to remove the x2.00 speed option. Recent insights is showing that x2.00 is the threshold for learning, but x1.5 is efficient. Other collected data is showing that learners are simply selecting x2.00 to skip our high-production cost videos as fast as possible.

Maybe it might be better to offer selectable speed options in the AAT UI. Open for thoughts from others.

Your environment

Steps to reproduce

Attempt to add speed option to a AAT course.

Expected behaviour

It should utilize the mejs player and add the appropriate option.

Actual behaviour

Current AAT Player Options field does allow the option, but use of the option is reverting the media player to the native browser player.

Screenshots (if you can)

Current Player Options field does allow the option. image

But use of the option is reverting the media player to the native browser player (Chrome pictured here) image

oliverfoster commented 2 months ago

Would like to add a video speed option to the AAT UI.

Good idea.

Additionally, revise the speed options to remove the x2.00 speed option. Recent insights is showing that x2.00 is the threshold for learning, but x1.5 is efficient. Other collected data is showing that learners are simply selecting x2.00 to skip our high-production cost videos as fast as possible.

I think removing x2 media speed is a bad idea. I don't think we should force people to watch videos at a slower speed, especially not because we chose to produce the videos at high cost. If the users don't like the videos perhaps we should offer them a different way to digest the content, or better align the video production with their preferences, or at least relent and allow them to listen to the videos at high speed? Forcing slower speeds for people who seem not to be listening shouldn't necessarily force them to listen correctly, I don't think we can draw that conclusion, they may just become more frustrated.

But use of the option is reverting the media player to the native browser player (Chrome pictured here)

This needs properly debugging and fixing.