storyline 360
29546 TopicsAfter update alot of broken stuff
The Textbox caption with the draggable line are totally wacked. They leave outlines on top of images and resize and explode in size. The Audio no longer shows you file name when hovering over the audio track. This has been broken multiple times over the years. I'm sure there are lot more but I just updated v3.108.36078.0 today. How about being about to copy the version number in 'About'?25Views0likes1CommentLocalization proxy language hack in Storyline 360: what can break?
Hi everyone, I’m using the Articulate Localization Add-on in Storyline 360 and I ran into a limitation: the target language I need (Papiamento) isn’t available in the Localization language list. So I’m considering a “proxy language” workaround and I’d love to sanity-check it with the community. What I’m trying to do In Localization, I add a supported language as a placeholder/proxy (e.g., English or Dutch — same script, LTR). I don’t rely on AI translations. Instead, I replace all translated strings manually with my own Papiamento translations (copy/paste). The goal is that the multilingual interface (language selector + localized content) shows Papiamento content everywhere, even if the internal language entry is technically a proxy. In other words: the course would display Papiamento text everywhere (content + questions/answers + feedback), but the language slot is a listed language. Main question Is there anything that could go wrong with this approach? I’m trying to identify pitfalls beyond “it’s not officially supported”. Questions / possible pitfalls (please confirm/deny) Metadata / language tagging: does the published output get tagged as the proxy language (e.g., HTML lang attributes, player language settings, LMS reporting)? Player UI strings / system messages: are those fully editable via Localization, or could some UI strings remain tied to the proxy language? Layout / text expansion: do you see UI/layout regressions when the real strings differ in length from the expected proxy language patterns? Accessibility: could screen readers behave incorrectly if lang metadata remains the proxy language? Maintenance: any gotchas when updating the source course later (re-sync overwriting manual edits, harder diffs, etc.)? What I’m looking for If anyone has tried something similar (using a listed language as a container for a non-listed language), I’d appreciate: What actually breaks (if anything) Best practices to minimize risk Whether you’d recommend a different workflow Context: I’ll publish to [SCORM 1.2 / SCORM 2004 / xAPI / Review / Web]. Thanks in advance!10Views0likes2CommentsGive triggers names to help remember what they are for
Hi, Ever wondered what a trigger was for? I have a few in a project that are JS triggers and I can never remember which is which if I want to copy and paste to another slide. We need the ability to add a name or a description to a trigger. The name can be added in the Triggers panel when creating it. Perhaps the name/description can be hidden in an icon in the triggers side panel so to not take up room, but if you roll over it the name/description appears? I created a quick example to help get my idea across. Thanks for your consideration! Russ5Views0likes1CommentIntuitive Role Playing Exercise with Feedback
Hello, is there an AI tool within Storyline or Rise where you can insert an intuitive back-and-forth role-playing activity that provides real-time feedback to users depending on their responses to help enhance communication skills during customer service calls?246Views1like12CommentsI am trying to create a survey that ranks answers, and then tally's the responses on the last slide
I am creating an investor personality survey. My SME has created the survey in Excel, which has 14 questions, with each question having 4 answers. The learner needs to rank each answer with a most like me, like me, somewhat like me, least like me response. Most like me gives a count of 4, like me = 3, somewhat = 2, and least = 1. At the end of the 14 questions, these responses need to total up into 4 investor personality types. I am having a challenge trying to figure out which survey question type would be best, and how to add them up if each question is on a separate slide so that it outputs at the end what their investor type would be. I have searched and searched since expecting this would be very similar to a general personality type survey, but I am having a hard time finding one that does exactly what I am looking for. I know someone out there has the answer, or possibly an example of what I am looking for. Thank you in advance for this great community and how you respond to these types of questions. My assumption is that this needs to be done in storyline, but if there is a rise solutions, I would love that too. Sincerely...stuck, but still optimistic!44Views0likes6CommentsElapsed time capture
Hi everyone. I am creating a project whereby we have a simple button to Begin. When the Begin button is clicked, a new Get Ready layer is displayed. The Get Ready layer is then displayed for a short time (3-10 seconds) using a time_to_run variable that is set randomly when the Begin button is clicked. When a counter (using two more layers that show/hide each other every second) reaches the time_to_run value, a Click Now layer appears, instructing the user to click/tap the screen. What I would like to do is capture the time taken between the Click Now layer appearing, and the user's mouse click or screen tap. Naturally this timeframe is going to be quite quick, and so I'd like to capture this time in milliseconds. Any help how to capture this timeframe would be greatly appreciated. Thanks, Ray.149Views0likes7CommentsTurn OFF Picture-in-Picture using JavaScript
We need to turn off picture-in-picture for videos. I found this online, but I need to know how to work this for Storyline videos (not iframes). Can this work in Storyline? How would I post the source... same as other internal assets, story_content/external_files/??? <video id="vid" controls muted> <source src="https://www.w3schools.com/html/mov_bbb.mp4"> </video> <script> vid=document.getElementById("vid") vid.disablePictureInPicture = true </script> or const videoElement = document.querySelector('video'); videoElement.disablePictureInPicture = true;614Views0likes19CommentsSpecify an object's end with a time or cue point
Currently, there doesn't seem to be a way to align an object's end point to a certain time or cue point. I see align object to playhead, align playhead to object start, and align playhead to object end. I would like to see align object end to playhead to cue point Thanks! Maurice Oliver68Views0likes6Comments