storyline 360
26 TopicsIn Case You Missed It (ICYMI): Accessibility Updates in Q4 2024
Welcome to 2025! Since my last update, this accessibility group has grown by 61 members, bringing its total to 403 members. The first ICYMI edition was published on October 23, 2024, and established a foundation, but we can keep it short and sweet from now on. Product Updates: Rise 360 New: Immerse all learners in customizable interactive experiences with accessible scenario blocks that offer alternative text, screen reader support, and a visible focus indicator. New: Select the source course language when exporting your training for translation. Enhanced: Select the text of a hyperlink to apply formatting, including changing the color of the text. Enhanced: Line height and letter spacing are now available in the text formatting toolbar. Storyline 360 Enhanced: Expand your reach with a new AI text-to-speech model that supports Hungarian, Norwegian, and Vietnamese in addition to the 29 other languages already supported. Enhanced: You can now add text-to-speech narration and sound effects to markers. Fixed: Text alignment wasn't preserved in existing projects. Upcoming accessibility features: We've released Rise Accessible Drag-and-Drop Questions (Q1 2025, but released before posting this) and added Rise Math Equations. Current accessibility items on our feature roadmap include: Storyline Accessibility Checker Storyline Math Equations Rise Math Equations Updates in articles, documentation, resource center, or training: Refreshed: Storyline 360: Working with Hyperlinks New blog: What Is Section 508? A Quick Guide to Section 508 Compliance Upcoming webinar: Beginner's Guide to NVDA and Storyline for Accessibility Testing New entry in Storyline 360: Our Accessibility Journey - Accessibility Enhancements to Kick Off 2025154Views2likes2CommentsGet learnername, coursename and coursedate from Cornerstone LMS
I have been tinkering to get the learername, coursename and coursedate from cornerstone lMS ( Cornerstone on demand) but am unable to make it work. i have made it work in Scormcloud but am unable to find the correct way. can someone be of help. thnx87Views0likes3CommentsScreen reader reads translated content in original language
Hello! One of my Articulate Storyline courses was originally written in German, and I have duplicated and imported the XLIFF file to create an English version of the course. I just tested it with JAWS and the screen reader doesn't recognise it's in English! It reads it out like a German person who has never learnt English in their life. While hilarious, this is not the outcome I'm looking for! My whole system is in English by default, including JAWS. Therefore I assume that the duplicated German course still tells the screen reader the content is supposedly in German. Where do I change this setting in my project, please? ThanksSolved121Views0likes6CommentsAnnouncing content.
I recently had my first Storyline 360 project audited and one element of the feedback was none of the slides announce content by the screen reader. What does this mean? Is each slide suppose to auto read some sort of description of what the slide is before they use their arrow keys to navigate the page? And if so how do I force Storyline to auto read a description?Solved92Views0likes3CommentsIn Case You Missed It (ICYMI): Accessibility Updates in Q2 2025
Welcome to our Q2 2025 update! We’ve got plenty of progress and highlights to share because a lot can happen in just a few months. The group continues to grow, with 125 new members joining us this quarter, bringing us to 658 people who care about making things more accessible. That’s incredible, and we’re so glad you’re here. Let’s take a look at what’s been happening! Product Updates Rise 360 New: Articulate Localization launched! Instantly translate Rise 360 courses into 70+ languages with fully integrated AI translation. New: Generate text-to-speech audio and transcripts with AI Assistant. New: Insert audio in text, quote, statement, image, list, carousel, flashcard, tabs, and accordion blocks. Enhanced: Matching knowledge check blocks have been reworked to better reflect their original design while retaining full keyboard support and comprehensive screen reader integration. Storyline 360 New: Articulate Localization launched! Instantly translate Storyline 360 courses into 70+ languages with fully integrated AI translation. New: Insert AI-generated alt text for slide objects to improve accessibility. New: Improve the accessibility of your content. Get actionable feedback based on key WCAG guidelines to instantly identify barriers like missing closed captions and disabled course playback speed. New: Instantly generate high-quality captions for your audio and video content to boost accessibility. New: Enjoy more sizing options for the modern player. Lock the player size or let it adjust to learners' browsers. Enhanced: Create inclusive content from the start with a template that meets accessibility standards. Enhanced: Use the Esc key to close any window in Storyline 360. Enhanced: We improved the screen reader experience by adding a customizable player text label for the sidebar menu landmark. Fixed: NVDA screen readers didn't follow the correct focus order. Fixed: Closed captions showed up earlier than expected and could stack up on each other while using the seekbar. Fixed: Screen readers incorrectly announced some graphic elements despite their being invisible to accessibility tools. Fixed: Screen readers skipped some lightboxed content if the browser window was maximized or the system display scaling was set to 100%. Other Updates New articles AI Assistant in Storyline 360: AI-generated Alt Text Suggestion Storyline 360: Improving Experiences With the Accessibility Checker AI Assistant in Storyline 360: AI-generated Captions Storyline 360: New Project Accessible Template How E-Learning Redefines Accessibility for All Learners Rise 360 Accessibility Maturity Plan Storyline 360 Accessibility Maturity Plan Reach 360 Accessibility Maturity Plan Updated articles Storyline 360: Our Accessibility Journey Accessibility Index Training Reimagining Storyline Interactions for Accessibility and User Experience Register now: Create More Inclusive E-Learning with the New Storyline 360 Accessibility Checker91Views0likes0CommentsButton Listener to move a character
Hello everyone I've dealing with a problem, I started a project, it is supposed to be an Escape Room, and most of the things I need for it are already available on Storyline. But I've been stuck on the movement of the character, it is a simple 2D movement, right and left, inside the room. The problem is: I already got it to move on a click, but it is just on that click, I want it to move as long as I keep the button pressed. This is the last JavaScript I tried to make it move: const button = object('5yfHufFxicy'); function moveWhilePressed() { button[i].addEventListener("mousedown",() =>{ const player = GetPlayer(); player.GetVar("MousePressed"); const currentX = player.GetVar("MoveX"); player.SetVar("MoveX", currentX +1); setTimeout(moveWhilePressed, 100); const objects = [ object('6EPGwyDzEfX'), ]; const positions = objects.map(obj => ({ x: obj.x})); objects.forEach((obj, i) => { obj.x = positions[i].x+currentX; }); }); } moveWhilePressed(); Not sure if I'm wrong on the EventListener, before I added it, the character moved, but the moment I clicked, it kept moving without the button pressed. I tried using Variables, but the result was the same, the character kept moving.Solved192Views1like4CommentsAccessibility Checker - Switch off accessible objects
I'm using the accessibility checker to make all my courses 100% accessible. I open the project file, run the checker and go through each line, one by one. The most common error is an object (rectangle / line / icon) not being accessible. Why does a horizontal line ever need to be accessible? So I'm going through turning them all off as they don't need alt text. This is painful, some project files have 000s of errors. Is there a quick way to untick the accessibility of all shape type objects. Icons from the media library are grouped and the main group and its elements all need to be switched off. The acc checker doesn't allow multi select and when in the timeline selecting all and unticking doesn't always work. Its taking forever!179Views2likes7CommentsAccessibility Checker Early Access Sign-up
Hello everyone, If you've noticed this on the roadmap or seen the demo at DevLearn last November, you know we're building a new Accessibility Checker feature for Storyline 360. The Accessibility Checker will surface potential a11y issues that could prevent some learners from getting the most out of your course. Even better, it will explain why the issue is important to fix, how you can fix it, and, in some cases, it will even fix it for you with a single click! We've been working hard on this feature for the past several months and are nearly ready to let a small group of customers try it out and provide feedback via our Early Access program. Participants in the Early Access program will be able to use the feature via the Storyline private beta and communicate directly with the engineering team to ask questions and provide feedback that will help shape the final version of the feature. If you're interested in participating in the Early Access program, please fill out this interest form: https://lnkd.in/eFAPU3KD NOTE: Not all customers currently in the private beta program will be able to use the Accessibility Checker while it's in Early Access. Once Early Access concludes, the feature will be available to all private beta users for a period of time before being released to everyone. Thanks, RonnieSolved1.3KViews7likes62CommentsThe Accessibility Checker is now available in Storyline 360!
An accessibility checker has long been one of the most requested Storyline features, and now we’re delivering it to you with Update 100! Built to support you at every stage of course creation, the new accessibility checker in Storyline 360 scans your project for common accessibility issues and gives clear, actionable guidance on how to fix them. Our first accessibility checker release will help you spot 24 accessibility issues across 15 WCAG success criteria. To help you build accessible courses from the start, we’ve also added a new accessible project template. Learn more in our latest journal entry. Big kudos to Ronnie_Pilman on this significant milestone!72Views4likes0Comments