Forum Discussion
How do I activate the new Transcript button for learners to use?
Hello, I saw in this article: https://articulate.com/support/article/Storyline-360-Video-Transcripts#generate-transcripts that a person is able to now add a synchronized transcript from closed captions. I have added in the closed captions to the slides I needed to and I am trying to locate where within the "player" I can add the option to show the "transcript" button for learners.
I am currently using the Modern style, and menus/controls are on. For player controls I only see options for: Play/Pause, Volume, Captions, Playback speed, accessibility controls, full screen, search, & seek bar (no transcript).
I tried clicking on the accessibility controls to see if the option is within this button, but it was not. Where can I find the transcript button that was shown in the first image within the article? Any insight is greatly appreciated!
Also, I did not import my captions from another file, I just copied and pasted the text I needed into the caption editor within storyline.
- Jürgen_Schoene_Community Member
here is a solution to show/hide transcripts with normal buttons (-> Javascript trigger)
"Rectangle 2" is visible -> everything keeps in synch
https://360.articulate.com/review/content/b5432230-e408-4797-bfe3-f9728d503f15/review
toggle Transcripts:
document.querySelector(".video-transcript").click();
show Transcripts:
document.querySelector(".video-transcript:not(.enabled)").click();
hide Transcripts:
document.querySelector(".video-transcript.enabled").click();
- JodiSansoneCommunity Member
Thank you for sharing your file. I am using this feature for the first time and I was trying to figure out how to display the transcript panel automatically the same way you can display captions with a variable. Your javascript helped!
- JohnMorgan-c50cFormer Staff
Hi Salena,
Great question! I understand you can't find the transcript button for your learners to use. I'd be happy the get you some information on that. I have a follow-up question regarding your course so I have a better understanding of what you are experiencing.
- You mentioned that you have the close captions added to the slides, do those slides have videos in them? The article you linked to is for video transcripts.
Thanks for reaching out and I look forward to your response!
- SalenaSoria-59fCommunity Member
Hi John, so the specific slide I had did not have a video. But the ones I do want to add this feature to will have videos. So can I add captions like normal within storyline for a video or do I need to add the captions a different way in order to get this feature to work?
- SalenaSoria-59fCommunity Member
Okay, so I see what you mean and now see it within video settings. When I preview the video alone I now see the transcript button, but when I preview the whole slide I do not see the video options. How do I make sure this options become available for any video I add captions to within my course; in the course view not just video view? Like the image attached which is from the original article I attached to this discussion.
Also, I could not see the option available when I publish the course in Review 360.
Hello Salena,
Happy to help!
You'll need to turn on accessible video controls for your videos in order to see and enable the video transcript feature. Here's what your videos will look like with this feature enabled:
Hope this helps!
- SalenaSoria-59fCommunity Member
Hello, I am trying to do that. I have attached an image of the video controls (which are in dark mode) and what it looks like when in review 360. Or am I not allowed to preview this feature at all to ensure it is working how I need it to?
The slide within Storyline I am showing you consists of only a video and some hotspots and I added in captions for the video directly into the caption portal within Storyline. What am I missing to see the video controls?
- Jürgen_Schoene_Community Member
you are looking at the wrong navigation bar
move the mouse cursor over the video -> in the video navigation bar you should see the Transcript button
there is (so far ?) no button in the main navigation bar
- SalenaSoria-59fCommunity Member
got it, it works! Not super intuitive for the learner but glad to know I can do it!
- NicoleLarsonCommunity Member
It appears the transcript is only an option for videos that are embedded in training, and not for when publishing training to MP4, is that correct? The way the initial announcement about the transcript was phrased made it seem that any audio or video object would be able to have a transcript, but it is only available in the video navigation bar and NOT the player bar. It is also not available when publishing to MP4 (the transcript shows up as captions that are illegible because of placement on the slide and background color). This is most certainly not accessible.
Is there a way to publish a storyline file to MP4 and include the transcript for all audio in the panel to the right of the video instead of just captions on the bottom of the screen?
Hi Nicole,
Thanks for reaching out; good questions regarding video transcripts in Storyline! I see that my teammate, Luiza addressed these in the related case. Let's continue the conversation in your support case, but I'm happy to assist further as needed!
Sharing Luiza's input in the case for anyone who might have similar concerns:
1) Storyline generates a transcript for a video file, given that it has closed captions uploaded to the same Storyline project. A video file is to be embedded into the Storyline project, and this is different from the video output, which is the file that's generated when you publish a project as a video.
2) The tool a user clicks to enable the video transcript is on the video controls bar, not on the Player. When you insert a video into a Storyline project, you're given the option to enable the video controls. Here's a screenshot to distinguish these.
3) The video transcript feature is not for video outputs. When you export your Storyline course as a video, the media app you use to play it uses its own controls, so it ignores Storyline's video and Player controls, including the button that enables a video transcript.
The feature to generate a video transcript doesn't apply if the course does not contain a video.