-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Controls in advance settings of video xblock in CMS to enable/d… #239
base: cme-develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naumanshafi @rehanfarooq123 completed another round of review.
common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naumanshafi could you please look into few minor things before writing unit tests?
common/lib/xmodule/xmodule/js/src/video/08_video_speed_control.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@naumanshafi completed review.
common/lib/xmodule/xmodule/js/src/video/09_save_state_plugin.js
Outdated
Show resolved
Hide resolved
7b6216d
to
a5ed47e
Compare
a5ed47e
to
a4539d6
Compare
Added Controls/Flags in advance settings of video xblock in CMS to enable/disable progress bar and speed menu of video component and to enable/disable next button in LMS. Also added is_complete flag in VideoFields to persist completion status of video.