Instructional Design
157 TopicsAdvent 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 !27Views0likes2CommentsLooking for a Solution Developer
Hi Heroes! We're on the lookout for a talented Solution Developer with 1-4 years of experience as a Learning Designer and Articulate 360 developer. If you're skilled in creating impactful e-learning experiences and have a strong foundation in Articulate 360, we’d love to hear from you! If you're interested in this opportunity, please leave a comment below with your details. Looking forward to connecting with passionate e-learning professionals! Thank you!88Views1like2CommentsHow 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. ThanksPaul27Views0likes2CommentsLimiting 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!- SusanSolved38Views0likes5CommentsFixed 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!27Views0likes1CommentEditing 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 advance40Views0likes3Comments