community
531 TopicsHow to Remove Only Certain Playback Speed Options (e.g., 1.75x and 2x) from the Storyline Player?
Hi everyone, I'm working on a Storyline project and would like to customize the playback speed options in the built-in player. Specifically, I want to remove only the 1.75x and 2x speed options, while keeping the slower speeds (1x, 1.25x, 1.5x) available for learners. I’ve tried using JavaScript triggers to manipulate the speed control but had no luck. I also looked through the published output (frame.js, etc.), but couldn’t locate any editable section where the speed options are defined. Has anyone managed to: Customize or limit the available playback speed options? Successfully edit the published output to remove specific speeds? Use any alternative method to achieve this? Any guidance, workarounds, or examples would be much appreciated!33Views0likes3CommentsRetaining Text Entry in Rise
Hi, I can see this topic has many discussions on this forum already, but the most recent is a couple of years old, so I thought I'd bring it up again, as it's a request I get so often. Does anyone know of a way to add a text box into Rise courses where users can type notes as a reflection of their thoughts on what they're learning? The key part is this data being retained, so when a user goes to a different section, or logs off and logs back in, the text is still there. I get tutors/teachers asking me for this feature constantly. If it's still not possible, can Articulate say if it's ever going to happen? Thank you!82Views0likes3CommentsQuiz Points Aren't Adding Up Right
Hi everyone, I am working on this quiz that is having issues. There are four multiple choice questions, and the rest are hotspots. However, because not all of them have legitimate hotspots (some have areas that are triggered to submit the answer because the quiz has scrolling panels) I have a custom Pass Points variable on it. Do I also need a Score Points or Score Percent variable on this? What do I need to change in this to get the points to add up and calculate the score correctly? Right now if you get all 70 questions correct you get an 88.23%. It also appears there may be some questions that the system isn't counting as correct (and yes a correct answer is ID'd in Form View for every question). I figured that out with the very first question when I clicked "Review Quiz", but I wasn't able to move on in Preview Mode to see the next question. So I can't even tell which questions Articulate isn't counting into the score. Quiz is attached - advice is SO appreciated.68Views0likes4CommentsBloated Storyline File Size
I believe a long time ago (in a galaxy far, far away...) there was some mention or discussion on "bloated" Storyline file sizes. What I mean is... Say I have a really cool layout from a Storyline file that I've previously built. So, I want to rebuild another course/file based on this one. I open this file up, open the older file up, and simply do a copy from old and paste into new...content, images, etc. I then delete all irrelevant content and additional slides as needed. The NEW Storyline file contains LESS content...no additional images (less images actually), no video, no audio. And when I SAVE this new file...voila...the Storyline file size INCREASES. And, say, down the road, I open this file back up to repeat the process, reduce content again, remove slides, etc. And then save. And boom...another increase in file size. HOWEVER...if I open Storyline from the desktop app...create a brand spanking new Storyline file, ensure the DESIGN SIZE is identical to the one I want to "import," and then IMPORT that bloated file...reduction in file size. By a LOT - like, what it SHOULD have been when I initially built and saved it based off an older file. Just wondering if there was ever any clear-cut answer as to WHY that happens? It's not really an issue, and again, the workaround - saving the rebuilt/bloated file, and then creating a new Storyline file and importing and re-saving - works, but it's one of those nagging issues that keeps me awake at night when I think about it. Any ideas?21Views0likes3CommentsVoiceover Works, But Background Audio Missing After Publish - Storyline
Has anyone experienced an issue with background audio not playing after publishing a project as a video? In my project, I have voice-over audio (Audio 1) on every single slide, and I’ve also set up a playlist for background music intended to play throughout the entire project. The voice-over works perfectly in the final video, but the background music is completely missing once it's published. Has anyone else run into this issue? How did you resolve it? Any tips would be greatly appreciated!10Views0likes1CommentRise courses not loading
Im on a macbook pro running sequoia. I log in to rise and the homepage loads but when I click on a course, the page opens but is white. In dev tools I see the following error: Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID It is the same in Chrome, Firefox and Safari. Though the page loads at home but not in the office... My coworkers are not having issues on their pcs..33Views0likes3CommentsStory with narration - newbie needing help
Hi Experts, I'm hoping someone might be able to help me tidy up my variables and triggers in Storyline. I'm still fairly new and I have a feeling that my current setup could be more streamlined. At the moment, I have all of the triggers on each slide in a 27-slide project, and I suspect this might be contributing to some slight lag in performance. I've attached an example file that shows what I'm trying to achieve. Any suggestions on how to simplify or optimise the setup, perhaps by reducing the number of triggers would be greatly appreciated! Thanks in advance for your help.33Views0likes4CommentsSliders in Storyline
Hello all, I'm hoping someone can help me! I need to recreate an interaction where there is a slider, and when touched it 'uncovers' the text box underneath. I could do this as a layer, or have the text box as another state, but I really like the way it uncovers as you drag the arrow. Although I'm pretty good on Storyline, I have to say I'm yet to get my head around variables! Below is a screen recording (in Review) of what I need to duplicate - I really like how you can click the arrow and it moves, or you can drag it across :) click here for recording Thank you in advance! CharlieGsap Mouse Down animation
Hello everyone, I am currently working on a little game where the character used must walk, so I've been trying to use GSAP to make it work, the interaction is simple: While the button is pressed, the character moves to the left, it already worked when is a simple click on the button, it moved a certain distance in a certain amount of time, now I want it to move while the button is pressed. Here is the code... let object1 = document.querySelector("[data-model-id='6ZrZMfnavnW']"); let button = document.querySelector("[data-model-id='6fhUtThupA']"); button.addEventListener("mousedown", ()=>{ gsap.to(object1, { x: "20", ease: power1.inOut }); }); If anyone could help, I would be very grateful, and it could be useful for somebody else another time.68Views0likes3Comments