content library 360
130 TopicsMatching Question Randomizing Both Sides
I created a matching question as part of a final assessment for a course, but I can't figure out how to make the quiz randomize only one side of the exercise. For this particular question, users are matching an action with the appropriate order that action is taken (Step 1, Step 2, Step 3, etc.). I want the actions column randomized, but want the steps column to show up in numerical order, with Step 1 at the top and Step 5 at the bottom. I have tried toggling the Column Freeze setting to freeze matches, toggling it to freeze choices, and swapping which column the steps and actions are listed, but it always randomizes both sides. I did not have this issue while creating matching questions for knowledge checks earlier in this course (the right column always stayed in order), just this final quiz assessment. Any tips on how to fix this? Thanks!70Views1like5CommentsContent 360 Library: Icons & Shape Fill/Recoloring
Hello everyone, I have come across some icons that must be formatted different within Storyline. With most icons, I have the Shape Fill option. This option allows me to recolor the entire icon with ease. However, I have discovered the occasional icon that does not have a Shape Fill option under the Format ribbon. Instead, it has a Picture Shape option in its place. I'm assuming this is because Content Library 360 pulls icons from various sources and they are not all the same file types. When I get the Picture Shape option instead, I have tried to use Recolor to change the fill color instead. But selecting any color from the More Variations submenu does not result in a change. Interestingly, using one of the pre-set recolors does result in the color changing properly. My workaround is to manually edit the icon in another software or to choose a different icon, but this adds development time and/or makes me use a second or third-best choice. Has anyone else run into this issue before? It's a small inconvenience, but I love recoloring icons and this always throws me off when it happens. 😅 - Frankie38Views1like3CommentsPersonalized Audio Feedback in Storyline
Today I tackled a unique challenge in Articulate Storyline: creating a multiple choice question with five answer options, each triggering distinct audio feedback based on the learner’s selection. 🔊 Why audio feedback? Because learning is more impactful when it feels personal. Instead of generic “Correct” or “Try Again” messages, each response now delivers tailored guidance—reinforcing the right answer and constructively addressing misconceptions. 🛠️ How I did it: Created custom feedback layers for each option Imported and assigned unique audio files Used conditional triggers to play the right audio when learners click Submit Disabled default feedback to keep the experience clean and focused ✨ Result: A more immersive, learner-centered experience that supports retention and engagement.4Views0likes0CommentsWhat is the best way to import Content Library 360 Slides so they match your overall theme?
So lets say, I work for a government agency. We have a basic template that we are to use with our Storyline Slides so that things stay consistent with font, color, and overall feeling. Well, this template is very basic. Therefore I'm looking to import Content Library 360 slides, which have some cool designs. So lets say I import Four Column from the "Synergy" theme. It's in there, but nothing matches my current theme. It seems like I have a couple options: Edit each piece and box to fit my fonts, colors, and theme. Since that slide will bring with it it's own master slide, I go into slide master and mess around with that. Except that I am finding, I can tweak the master (so the heading is consistent, etc) but when I go back to that slide, all the colors of the text boxes and font styles are the same as they were. I'm finding this all very time consuming... what is the most efficient way to do this? Curious what others' processes are. Thank you. (I've attached a photo to give you an idea of what I mean.51Views0likes2Comments.ASPX Files Now Download Instead of Launching from SharePoint
Hello all, My organization has recently discovered an issue with .aspx files hosted on SharePoint. We've been using them to launch Storyline and Rise files so they act like web pages (like this). However, we just recently found that after reuploading the file or folder to SharePoint, SharePoint no longer opens the page. If you navigate to the .aspx file, it force-downloads the file. If you use the direct URL, you get a File Not Found error. We suspect this is a SharePoint issue that has to do with the upload process. My IT department has asked me to check here to see if anyone else has experienced this problem, and if so, what the root cause was (e.g., Microsoft update, policy change, etc.)? We're looking at SharePoint because: It happens to multiple people in multiple offices (not a computer issue). It happens with Chrome and Edge. Modifying the URL to add ?web=1 has no effect. Clearing cache and cookies has no effect (not a browser issue). I tested the "old" file to confirm it worked, then downloaded the .zip package from SP. When I reuploaded the exact same package back to SP, the file now force-downloads/is not found (so it's not the files or the Storyline version). I copied a file that's still working and uploaded the copy. The original opens as a web page, the copy doesn't (again, not the files). Thanks in advance for your feedback!6.1KViews2likes54CommentsCC Text Adjustment in Modern Player
Hi Team, A code snippet to adjust closed caption text in Storyline: var player = GetPlayer(); var style = document.createElement('style'); style.innerHTML = ` .caption-text { max-width: 90vw !important; padding: 10px 20px !important; box-sizing: border-box; white-space: normal !important; overflow-wrap: break-word !important; } `; document.head.appendChild(style); This works in the Classic Player. In the Modern Player, if we modify and use, it only works when the screen is adjusted to 100% zoom. Could you please advise if there’s a supported way to adjust CC text styling in the Modern Player that works across all screen sizes, or an updated approach/code for this? Thank you!21Views0likes0CommentsHow to Add Audio or Video to Rise 360 Introduction?
I would like to add audio or video to a Rise 360 Introduction that narrates the text. I know I can add audio or video to Lessons within the course, but I can't find a function to add audio or video to the Introduction. Does anyone know how add audio or video to the Introduction, or is it even possible in Rise 360? Screenshots provided of Dev and Preview. Thank you.