video
140 Topics2025: The Year AI Landed
If you're hearing this message, the machines have won, and Instructional Design is dead as we know it... Hello! For this week's #ELearningChallenge I've created an interactive video portfolio to highlight four projects I built this year with the help of artificial intelligence. Despite the apocalyptic tone, I'm excited about the creative possibilities of generative AI. I certainly couldn't have made this last year. Videos created using Powtoon's AI Text to Video feature and edited with Camtasia. And just like my recent coffee-making demo, this is also fully accessible from the keyboard. Anywhere you see an underlined letter in a button, that key will perform its function. If you're wondering how I changed the colour of the captions from white to black, and back again, to improve legibility during the intro... Code to change captions to white // Stop any existing observer first if (window.captionObserver) { window.captionObserver.disconnect(); } // Monitor for caption changes and force white color window.captionObserver = new MutationObserver(function() { var allCaptionElements = document.querySelectorAll('[class*="caption"], [class*="acc-"]'); allCaptionElements.forEach(function(element) { element.style.setProperty('color', 'white', 'important'); var children = element.querySelectorAll('*'); children.forEach(function(child) { child.style.setProperty('color', 'white', 'important'); }); }); }); window.captionObserver.observe(document.body, { childList: true, subtree: true, attributes: true }); Code to change captions back to black // Stop the white observer if (window.captionObserver) { window.captionObserver.disconnect(); } // Apply black once var allCaptionElements = document.querySelectorAll('[class*="caption"], [class*="acc-"]'); allCaptionElements.forEach(function(element) { element.style.setProperty('color', 'black', 'important'); var children = element.querySelectorAll('*'); children.forEach(function(child) { child.style.setProperty('color', 'black', 'important'); }); }); And yes, AI helped me do this! Sift through the wreckage of my career here: https://bit.ly/elhc534 Oh, and shout out to any fans of SILO.
Push vs Pull E-Learning
I first shared this entry for another challenge. I am reposting it here because the format fits this week’s theme of using interactive videos for scenarios and quizzes. This project illustrates how Push and Pull methods influence learner engagement in a fictional onboarding scenario. In the Push approach, learners view a simple slide that lists the company’s core values. It presents the content in a passive way. In the Pull approach, learners watch a short video scenario and respond to branching questions that require them to apply the core values. The choices shape the path, giving the experience a more active feel. This comparison illustrates how interactive videos enable learners to connect core values to real-life situations. Link to the interactive: https://360.articulate.com/review/content/7ae3701d-f5ba-4ddd-ab68-e6686ccd66d3/reviewLet's study the history of cheese
Hi everyone! This week I didn’t have much time to create something from scratch, so I decided to revisit some of my previous projects instead. And that reminded me of a quiz I made based on a video about cheese. The video is from TED Talks — their animations are absolutely stunning, and every episode feels like a real masterpiece. About Me Kate Golomshtok Website Email LinkedInMarried for Life
Spent a good amount of time yesterday reflecting on how lucky I am to find the love of my life when I did, and how much we've accomplished together over the last 16 years. When life gets stressful, we often flip through the pages of this book a good friend gifted us on our wedding day to help put things into perspective. The book is called Married for Life: Inspirations from those married 50 years or more, and it serves as the inspiration for this week's project which incorporates space for a moment to do your own reflection. Married for Life - Launch demoFootball Basics: Click the Pitch to Learn the Game
DEMO LINK For this week’s challenge, I created a simple interactive football basics activity for new fans, casual viewers and beginners who want to understand the game without feeling overwhelmed. The idea is built around a top-down football pitch with numbered clickable markers. Each marker opens a short explanation of one key football concept, such as the goal, players, positions, the ball, passing, dribbling, shooting, defending, set pieces and offside. I wanted the interaction to feel like the learner is reading the game from the pitch itself rather than moving through a traditional slide deck. The pitch acts as the main navigation screen, and the markers guide learners through the basics in a clear, visual way. How I approached the design I used a clean football pitch as the central visual so that the learning stayed connected to the game environment. The numbered markers are deliberately large and easy to spot, so learners know where to click without needing long instructions. Each pop-up includes: Element Purpose Short explanation Introduces the football term in plain English Quick example Helps the learner understand how it appears in a real match Visual support Shows the concept rather than only describing it Learner takeaway Gives the learner one simple point to remember Design rationale The design is intentionally simple because the audience is new to football. I avoided too much technical detail at the start and focused on helping learners build confidence. For example, the offside section ( Marker 10) uses a visual comparison of not offside and offside, showing what the situation looks like before and after the pass. The key message is: Freeze the picture at the moment the ball is passed. That one sentence gives beginners a practical way to understand a rule that many people find confusing. Interaction idea The learner clicks each marker on the pitch to reveal a short learning point. This could easily be expanded with: Possible addition How it could improve the activity Progress tracking Shows how many basics the learner has completed Audio narration Supports learners who prefer listening Short quiz questions Checks understanding after each topic Match scenario cards Lets learners apply each rule in context Final recap jingle Helps learners remember the key basics Reflection This was a fun way to turn football rules into a small exploratory learning experience. Instead of explaining the game as a long list of rules, I tried to make the learner feel as if they are standing above the pitch, clicking into the parts of the game they want to understand. I look forward to your input and feedback. Best Nadia :-) Here is my example: DEMO LINKRise 360: Manage Course Media
While text often forms the backbone of a Rise 360 course, adding multimedia can really make your training content shine. You can easily add images, audio, and video directly into many Rise blocks or in their own special blocks. Adding web content can enhance your training even more. Keep reading for tips on working with multimedia content. Images Audio Videos Web Content Images In addition to image blocks, many other Rise 360 blocks also support adding images. Depending on the lesson or block type you’re using, click the camera icon or the Add Images button. Sometimes it’s found in the main window; other times it’s accessible in the sidebar via the content menu. Generate images with AI Assistant, upload images from your computer, or search photos and illustrations from 14+ million assets in Content Library 360. Since Rise 360 compresses images with virtually no loss of quality, you can use high-quality images in your courses. Rise optimizes them for web distribution. Select Preserve file quality when uploading images to bypass optimization. File size limits still apply. After adding an image, use the action toolbar to remove or replace it, crop the image, or add alternative text for screen readers. Create Images from Scratch with AI Assistant Can’t find just the right image? If you have an AI Assistant subscription, you can turn your ideas into high-quality images. Learn how to use AI Assistant to level up your course authoring game. Audio The easiest way to add audio to your training is with a multimedia audio block. After inserting the block, add audio by clicking the Content icon to open the sidebar and then the Replace audio icon to the right of the audio playback bar (it looks like a microphone). You can also add audio to most text, statement, quote, and list blocks, as well as some interactive blocks. See this article for a list of audio-enabled block types. For supported blocks, open the content sidebar. In the Audio section for the relevant block element, click the Add/Replace audio icon. When the Course Media window displays, you can either generate AI audio, Record audio, or Upload an audio file. AI Audio If you have an AI Assistant subscription, you can use the AI audio tab to generate an audio file from a text transcript. More than 5,000 voices are available, with others added regularly. AI Assistant can also generate an audio transcript for you if you have existing audio. Learn more about text-to-speech with AI Assistant. Record Audio To get started with the Record audio tab, simply click the Record button. Note that there's no countdown, so you’ll want to be ready to record once you click the button! Once recording, you can pause and resume recording. Stopping the recording saves the current session. Click Record again to discard the current audio file. To have AI Assistant transcribe your recording, select the option before inserting your audio recording. Click Insert audio to add your recording to the current block. Upload If you have existing audio, add it via the Upload tab. Rise 360 supports playback of all major audio file formats, up to a maximum size of 5 GB per file. Rise 360 optimizes uploaded files for broadcasting without sacrificing sound quality, maintaining stereo tracks or creating two mono tracks if the original audio is mono. Audio Transcripts Where available, select Transcribe audio file option to manually enter a transcription of your audio file or have AI Assistant transcribe your audio for you. When using the auto-transcription feature, make sure you edit the transcription to ensure accuracy. To cancel the auto-transcription process, toggle Transcribe audio file. The transcription field isn't available for editing until your audio has been processed. When generating audio with AI Assistant, the script you use is included automatically as the audio transcript. When audio transcripts are available, learners can click the icon in the audio player and open the transcription in a sidebar. Delete Once audio is attached to your block, open the sidebar, hover over the audio playback tool, and click the Remove audio icon. Videos In addition to video blocks, several other blocks support video content. Where available, click the media folder icon and choose Upload media. Sometimes the icon is in the main window; sometimes it’s in the sidebar. For best results, we recommend using high-quality videos with a 16:9 aspect ratio. Rise 360 compresses videos so that they maintain high quality while offering smaller file sizes for web distribution. To bypass optimization, select Preserve file quality when uploading videos. The maximum file size for each file uploaded to Rise 360 is 5 GB. After adding a video, click Edit to remove or replace it. Tip: You can also import screencasts you create with Replay 360 and Peek 360. Web Content To add web content in blocks that support embedded media, click the media folder icon and choose Embed from web. Sometimes the icon is in the main window; sometimes it’s in the sidebar. Just paste the URL or embed code for the web content you want to use—for example, a YouTube video or an interactive graphic. You can even use parameters for embedded YouTube and Vimeo videos. Note: Videos in embedded web content don't pause when the learner switches to another tab or scrolls away from the content. To enable auto-pause, you must upload the video as a file, as detailed in the previous section. We use Embedly to embed rich media in Rise 360 courses. That means you can use videos, images, documents, and other media from more than 400 content providers, including YouTube, Vimeo, Instagram, and Scribd. See the complete list of supported content providers here. If an error occurs or your web content doesn’t display, see these articles for tips: Embedded Content Is Missing or Blank How to Fix Invalid Embed Code2.9KViews2likes0CommentsTrain Smart: Technique Quiz
Hi everyone! This is my first time participating in an Articulate challenge, and I wanted to create something simple, practical, and useful for beginners at the gym. The idea behind this demo is a quick “form check”: learners watch short clips of common exercises and decide whether the technique is correct. If they can recognize proper form, great - they’re ready to train on their own. If not, the quiz recommends taking a few sessions with a coach to build a safer workout routine. Link to the quiz: https://360.articulate.com/review/content/d5fb412b-5b09-4e14-a5a4-6dda1c3fec32/review Video credits: All exercise footage comes from this YouTube video by Heather Robertson.The Secret to Create Great E-Learning Videos
Videos let you show a learner what they need to know, not just tell them. And for soft-skills training, they’re invaluable for capturing the subtleties of personal interactions. In this e-book, we’ll share our expert tips on creating compelling videos and screencasts. Learn how to set up a professional-quality studio with simple, affordable equipment, including lighting you can find at your local hardware store. Get tips for speaking or narrating with a natural, authentic tone. Save time by effectively preparing your desktop for screen recordings. Enhance your videos with captions and interactions to make sure they communicate key points. You’ll learn how to: Find the equipment you’ll need on a budget you can afford Create the best environment for creating training videos Prepare to record your video Create screencasts efficiently Add interactions to your video2.3KViews1like0CommentsStoryline 360: Adding Videos
Enhance your Storyline 360 courses with videos from files and websites, and learn how to make your media accessible to all learners. To learn how to add videos from Content Library 360, read this resource. Add a Video from a File Add a Video from a Website Make Videos Accessible Add a Video from a File Note: Videos are automatically synchronized with the slide and controlled by the timeline. Here’s how to add a video from a file: First, do either of the following: In Slide View, go to the Insert tab on the ribbon, click the Video drop-down arrow, and choose Video from File. Or, drag a video file from your computer and drop it on your course slide. In Form View, go to the Home tab on the ribbon, click the Media drop-down arrow, and choose Video from File. Browse to the video you want to use and click Open. Storyline 360 supports both MP4 and WebM videos. The following video formats are automatically converted to MP4 when added to your project: 3G2 3GP ASF AVI DV M1V M2V M4V MOV MPE MPEG MPG QT WMV Tips: If your video placeholder is difficult to see because it appears as a white, black, or transparent rectangle in Storyline 360, right-click it and choose Set Poster Frame. Then, browse for an image file to use as the video placeholder. If you add a video without captions, AI Assistant prompts you to generate them automatically. Click Generate Captions to create captions for your video. To generate captions automatically next time, check the box to Remember my choice for future imports. You can adjust this preference anytime from the Features tab on the Storyline Options window. Add a Video from a Website Note: Website videos play independently of the slide and aren’t controlled by the timeline. Here's how to embed videos hosted on websites such as YouTube and Vimeo. In Slide View, go to the Insert tab on the ribbon, click the Video drop-down arrow, and select Video from Website. Copy the video embed code from the hosting website and paste it into the Insert Video from Website box. Click Insert. Make Videos Accessible Video accessibility fosters inclusivity and boosts comprehension for all learners. Here are a few tips to make videos accessible: Turn off autoplay. Video content that autoplays can disrupt learning and interfere with assistive technologies. Adjust video properties to prevent autoplay and enable playback speed control. (1.4.2 Audio Control). Enable accessible video controls. Turn on the accessible video controls in Storyline 360's modern player for a more inclusive and flexible learning environment. (2.2.2 Pause, Stop, Hide). Use closed captions. Closed captions help all learners fully engage with and comprehend your content. You can import captions, create your own, or let AI Assistant generate them for you automatically—all right in Storyline 360. Position captions at the top or bottom of your slides and customize the foreground and background colors to maximize readability. (1.2.2 Captions [Prerecorded]). Provide synchronized video transcripts. Synchronized video transcripts can be automatically generated from closed captions. Transcripts should include descriptions of narration, sound effects, and other audiovisual elements. (1.2.3 Audio Description or Media Alternative [Prerecorded]). Use audio descriptions where necessary. Include audio descriptions that narrate important visual details not conveyed through dialogue. This practice gives learners with visual disabilities access to all the necessary information and allows them to understand the content thoroughly. (1.2.5 Audio Description [Prerecorded]). Keep your language simple. Use plain language in your video content and descriptions. Straightforward and clear language helps your audience easily read and understand the information. Avoid distracting videos. Stick with non-flashing videos. Content that flashes, blinks, or flickers more than three times per second is distracting and can trigger seizures in learners with photosensitive epilepsy. (2.3.1 Three Flashes or Below Threshold). You Might Also Want to Explore: Adding Content Library 360 Videos Editing Videos Adjusting Video Properties6.7KViews1like0Comments