-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add transcript selection to Via #1057
Comments
Proposed SolutionVia's video player page (
|
Couple of notes:
|
Even if the user does use the frontend's special YouTube picker to create an assignment I don't think we necessarily want that picker to make the user view the list of transcripts for the YouTube video and select one. I think we may want a UX that allows the user to skip this step by default, not having to either view the list of transcripts or select one of the transcripts, but allows the user to view the transcripts and select one only if they want to. (Of course this depends on what UX design we come up with for transcript selection in LMS.) In these cases where the LMS user creates a YouTube assignment without selecting a transcript we might want LMS itself to select a default transcript and store that selection with the assignment in its DB, rather than letting Via select the default transcript, but that's for later: when we come to adding transcript selection to LMS's assignment creation. This issue is just about adding a transcript selection capability to Via (which later LMS work will make use of). |
That's for later: there'll be a separate issue about adding a transcript selection feature to LMS's assignment creation. This issue is just about adding a transcript selection capability to Via (which later LMS work will make use of). |
Via's YouTube transcript API currently just returns one of the video's English transcripts (and errors if there's no English transcript).
We need to add support to Via for specifying which transcript to use when a video has multiple transcripts, and this needs to be done in such a way that LMS can specify the transcript to Via when launching an assignment. (LMS will be showing a list of transcripts to the instructor when creating an assignment and storing the instructor's choice of transcript in LMS's DB, but that's a separate issue: this issue is just about the Via part.)
The text was updated successfully, but these errors were encountered: