badass-courses / course-builder

🍄 experimental platform for building Badass Courses
https://www.coursebuilder.dev
MIT License
345 stars 27 forks source link

AutoComplete video lessons when the video is done #251

Closed joelhooks closed 6 days ago

joelhooks commented 2 months ago

a configurable option that would automatically mark an individual lesson complete when a video finishes playing.

linear[bot] commented 2 months ago

CB-10 AutoComplete video lessons when the video is done

vojtaholik commented 2 months ago

I made it tied to binge mode in this pnjs implementation: https://github.com/badass-courses/course-builder/pull/259

I think it'd be interesting to make it configurable on module (or resource type) level. and perhaps overwrite it from product level with an env flag or something.

joelhooks commented 2 months ago

i think pnjs should autocomplete on video end in general and not just with autoplay turned on