Instructional Design
401 TopicsHow to create multiple drop locations using variables?
Hi, i'm looking to create a sudoku game in storyline, I think the best way would be to create using multiple drop variables? This is something new to me in storyline though. Can anyone suggest a good tutorial/s that would help me? Ive done a few searches but so far coming up short. ThanksPaul26Views0likes2CommentsAdvent Calendar in Storyline
Hello everyone, I'm working on an advent calendar in Articulate Storyline with 24 pockets, each meant to unlock on its corresponding day in December (e.g., pocket 1 unlocks on December 1st, pocket 2 on December 2nd, and so on). The challenge I'm facing is that I can't figure out how to set it up so that the pockets unlock automatically each day without having to re-upload the SCORM file daily. Has anyone a solution for this? Any advice or suggestions would be greatly appreciated! Thanks in advance! Hello, Je suis en train de créer un calendrier de l’Avent dans Articulate Storyline avec 24 cases. Chaque case est censée se déverrouiller automatiquement le jour correspondant (par exemple, la case 1 le 1er décembre, la case 2 le 2 décembre, etc.). Le problème, c’est que je n’arrive pas à trouver comment faire en sorte que l’ouverture se fasse automatiquement chaque jour, sans devoir recharger le SCORM quotidiennement. Est-ce que l'un d'entre vous aurait une solution pour ça ? Je suis preneuse de toute suggestion ou idée ! Merci d’avance !19Views0likes1CommentLimiting Text Entry to One Character Issue
Hello everybody! As I work on a crossword puzzle, I would like to limit the text entry fields to only contain one character. Previously, in 2023, I have succeeded doing it using the JavaScript code down below, and it worked perfectly. Yet, when I tried to use it again, it doesn't seem to be working. Even when I opened my old project from 2023 and republished it again as a test or previewed in storyline it doesn't work anymore either. I'm wondering if this is happening because there's some issue with storyline, maybe it has to be done differently now? Does anyone have an idea or have met and overcome the same issue? Thanks. Here's the JavaScript code somebody here suggested, that I used in my previous projects : var elements = document.getElementsByTagName("input"); for (var i = 0, element; element = elements[i++];) { element.setAttribute('maxlength', 1); element.setAttribute('autocomplete', 'off'); }Solved37Views0likes2CommentsEnabling Custom and Player Next Buttons
Hey Everyone- This is the second time I am coming for advice and expertise on Storyline 360 next button functionality (though, this time it is a different issue). I think we are quickly becoming foes 🤜💥🤛 I have set a custom next button and the next arrow on the player toolbar to be disabled until all the buttons have been selected on the slide. I'm not sure what I am doing wrong, but even after all the buttons have been visited, both buttons remain disabled. I've attached the slide in question for review. Thank you in advance!- SusanSolved36Views0likes5CommentsFixed video loop issue creates new issue
Hello, I am looking for a work around for what I believe is an issue created from fixing the video loop issue. What is happening is now video reverts back to the first frame when completed. In the past, video ended on the last frame and would stay there. We have built many activities leveraging this functionality. for example, we have a video complete with a question prompt within the video and then a layer pops up with question. Now when the video ends it loops back to the first frame and we experience a really awkward jump when played from a trigger. Incidentally we don't experience this when the video auto plays, but for ADA reasons we don't auto play. I have tried stopping the video via a timeline trigger prior to the end and the revert to first frame is still an issue so that isn't a possible solution. Two questions, is this fallout from the video loop update and is there a work around to make video end and stay on the last frame? Thanks Mike36Views0likes4CommentsHow to extract email id of an user from LMS?
Hi Saviors, I'm working on a SL course, and I need some customization, wherein I need to segragate/separate the users based on their roles to take a specific part of the course. And, to accomplish this I would want to extract the user email id and then add a logic in the SL file using JavaScript to have the users attempt specific part of the course based on their roles (Associates and Managers). Hence, can anyone help me achieve this requirement? Thanks in advance!26Views0likes1CommentEditing Creator's Name in Storyline
Hi team, I need some help with a question. Is there a way to edit the creator's name in the review link in Storyline? Or perhaps a way to remove the creator's name entirely? I’m aware of the method involving exporting SCORM packages and openingthe story extensions, but the videos I’ve included aren’t opening in the Chrome extension.16Views0likes1CommentQuestion Level reporting to LMS - Storyline
Hi all, I have seen several conversations on this, but no real answers. The most recent conversation is over 2 years old. Is there a way for Storyline to not only report the final score on assessments, but also the individual question results to my LMS (which is Cornerstone On-Demand)? If so, how is this done? Thanks!27Views0likes1CommentReset question slide when incorrect answer and resume saved state when correct answer:
Hi there, How do I program my question slides to resume saved state when the question is answered correctly and to reset when the question is answered incorrectly? At the moment I have the base slide properties set to 'reset initial state'. They get the answer wrong, I take them back to review something, and they land back on the same question (which has reset) to attempt again. They get it right and can move on but ... if they happen to navigate back to that same question after getting it right, I want it to resume the saved state of the correctly answered question, not reset. I've tried so many options with variables on the base and correct and incorrect layers that I've just confused myself. I'm sure there is a simple solution here. Please advise. Many thanks in advance40Views0likes3CommentsDesigning eLearning Automation with Agentic AI - A Demo Using OpenAI Realtime + Storyline360
Hello Heroes! I’m thrilled to share my latest YouTube video that begins to scratch the surface of what agentic AI controls can deliver to the Articulate Storyline user experience! 🚀 In this video, I demonstrate how generative AI, powered by OpenAI’s Realtime API, can be used to actively shape, guide, and adapt eLearning experiences in real time. 🌟 What You’ll See 🌟 Agentic AI in Action: Discover how AI can guide learners, answer their questions, and foster curiosity during eLearning modules. Function Call Demonstration: Watch AI dynamically trigger actions in Storyline 360, like changing slides based on user input, to enhance interactivity. Real-Time Audio Streaming: Explore how audio data is processed and streamed almost instantaneously, creating seamless learner-AI interactions. 🌟 Why It Matters 🌟 Customised Learning Sessions: See how session-based instructions allow AI to personalise responses, aligning them with specific learning goals. Data-Driven Insights: Learn how AI-driven function calls can unlock rich learning analytics, making adaptive learning a reality. A Vision for the Future: Imagine self-healing courses that evolve based on learner behaviour and feedback. 📢 What’s Next? Integrating real-time audio transcription for dynamic closed captions. Expanding session data capabilities to unlock even greater personalisation and interactivity. Generative AI is reshaping how we design and deliver eLearning, and this is just the beginning. Join me on this journey by watching the video here: YouTube Link. Don’t forget to subscribe to the Discover eLearning channel for more insights and demos to elevate your training projects! Let me know your thoughts or questions below—I’d love to hear how you think agentic AI development will have an impact on learning experience design! 😊 --- My name's Chris Hodgson, an eLearning developer and software trainer based in the UK. I enjoy creating fun, unique, and engaging online experiences using Articulate software! Connect with me on LinkedIn - https://www.linkedin.com/in/chrishodgson44/31Views1like0Comments