You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an instructor creates a YouTube assignment in the LMS app the frontend will in future be able to show the user a list of the video's available transcripts and lets the user select which transcript they want to use for the assignment.
We need to decide how the frontend will communicate this choice of assignment to the backend, when creating an assignment. For example perhaps a transcript ID in a query param. Note that not all assignment configurations are stored in our own DB: Canvas ones are stored in a launch URL in Canvas itself.
We need to decide how the backend will store this choice of transcript in its DB. Note again that Canvas assignment configurations are stored in Canvas not in our own DB, so we'll need to handle that.
When launching an assignment with a transcript selection present LMS should communicate the selected transcript to Via, see: Add transcript selection to Via via#1057
The text was updated successfully, but these errors were encountered:
When an instructor creates a YouTube assignment in the LMS app the frontend will in future be able to show the user a list of the video's available transcripts and lets the user select which transcript they want to use for the assignment.
The text was updated successfully, but these errors were encountered: