Use edx-val transcripts as a fallback on the video component
Purpose of this, is to serve transcripts from edx-val if the requested transcripts are not found in the contentstore i.e. that's where all the transcripts are living to date.
Showing
- cms/djangoapps/contentstore/tests/test_transcripts_utils.py 1 addition, 1 deletioncms/djangoapps/contentstore/tests/test_transcripts_utils.py
- cms/djangoapps/contentstore/views/tests/test_transcripts.py 117 additions, 1 deletioncms/djangoapps/contentstore/views/tests/test_transcripts.py
- cms/djangoapps/contentstore/views/transcripts_ajax.py 48 additions, 20 deletionscms/djangoapps/contentstore/views/transcripts_ajax.py
- common/lib/xmodule/xmodule/video_module/transcripts_utils.py 30 additions, 2 deletionscommon/lib/xmodule/xmodule/video_module/transcripts_utils.py
- common/lib/xmodule/xmodule/video_module/video_handlers.py 59 additions, 3 deletionscommon/lib/xmodule/xmodule/video_module/video_handlers.py
- common/lib/xmodule/xmodule/video_module/video_module.py 18 additions, 2 deletionscommon/lib/xmodule/xmodule/video_module/video_module.py
- lms/djangoapps/courseware/tests/test_video_handlers.py 99 additions, 1 deletionlms/djangoapps/courseware/tests/test_video_handlers.py
Loading
Please register or sign in to comment