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
Copy file name to clipboardExpand all lines: source/educators/how-tos/course_development/manage_videos.rst
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ To add a video, follow these steps.
30
30
31
31
A video with default settings is added to the unit.
32
32
33
-
#. In the video block, click Edit.
33
+
#. The video component opens in the visual editor.
34
34
35
-
#. In the **Component Display Name** field, enter the name that you want learners to see for this video.
35
+
#. In the **Component Display Name** field, click the pencil icon and enter the name that you want learners to see for this video.
36
36
37
37
This name appears as a heading above the video in the LMS, and it identifies the video for you in reports and analytics. If you do not enter a display name, the platform specifies “video” for you.
38
38
@@ -111,7 +111,7 @@ The following options appear on the **Edit** page of the video component.
111
111
112
112
* - **Component Display Name**
113
113
- The name you want your learners to see. To edit the display name,
114
-
select the pencil icon inthe top left hand corner.
114
+
select the pencil icon in the top left hand corner.
115
115
116
116
.. _Video Source:
117
117
@@ -124,9 +124,12 @@ Video Source
124
124
:widths: 30 70
125
125
126
126
* - **Video ID**
127
-
- The Video IDis the source for your video. Video IDs are the
127
+
- The Video ID is the source for your video. Video IDs are the
128
128
identifiers that the video process assigns to the video.
129
129
130
+
.. note::
131
+
The Video ID is an Edx.org-specific identifier, and typically not used for Open edX deployments.
132
+
130
133
* - **Video URL**
131
134
- The Video URL is the source for your video. Video URLS are for externally
132
135
hosted video.
@@ -157,6 +160,9 @@ Video Source
157
160
Thumbnail
158
161
----------------------
159
162
163
+
.. note::
164
+
The thumbnail is not available for videos hosted on Youtube. You can set your thumbnail for Youtube videos from Youtube if you are the owner of the video.
165
+
160
166
.. note::
161
167
**This feature is not available for Video components in Libraries.**
162
168
@@ -193,7 +199,7 @@ Transcript
193
199
- The transcript files for any additional languages. For more
194
200
information, see :ref:`Transcripts in Additional Languages<Add a Transcript>`.
195
201
196
-
* - **Download Transcript Allowed**
202
+
* - **Allow Transcript Downloads**
197
203
- Specifies whether you want to allow learners to download the .srt or
198
204
.txt transcript. (By default, Studio creates a .txt transcript when you
199
205
upload an .srt transcript.) If you select **Allow transcript
@@ -204,7 +210,7 @@ Transcript
204
210
using the **Upload Handout** field. For more information, see
205
211
:ref:`Additional Transcripts`.
206
212
207
-
* - **Show Transcript by Default**
213
+
* - **Show Transcript in the video player by default**
208
214
- Specifies whether the transcript appears next to the video by default.
209
215
If this is set to **unchecked**, learners can still view transcripts by
0 commit comments