e-learning development
769 TopicsPDF failed to be generated from RISE/Storyline
Hi everyone! We have a Rise course which uses Java to have Storyline generate a PDF based on what the user puts into some text entry boxes. It works in several hours ago but does not work now. -- No PDF is generated for downloading. We have tried in deafferent PC as well as browsers but the issue is same. Do you know why this happened? Is this a global function issue of RISE or Storyline right now? BR, BurtonKeeping a high score
Hi all, I am looking for some advice. I have created a drag and drop game using a timer. The aim is to get faster at completing the game each time and I am trying to find a way to keep the high score across retries unless it is beaten. I am using %score% and %highscore% and set up a trigger for the 'high score' to change to the 'score' when the 'score' is lower than the 'high score', but even if it is higher it is updating to the score. I have tried adding a trigger to change the high score value when the timeline starts to 999 if the high score is = 0, which works on the first turn to update the high score to the score, but changes to 999 on the second attempt. If I disable this trigger it doesn't even show the score on the first attempt. I am pretty new to Storyline and would greatly appreciate any help. It's driving me mad! Thanks in advance :)14Views0likes3CommentsHow to remove resume button
I'm designing a question course using Articulate Storyline, which is loaded in our LMS as a "course" content. If the participant leaves the course or after the participant has finished the quiz and closed the browser tab, we would like them to NOT be able to "resume" the course, since we only want them to have one attempt. Thanks for your input!3Views0likes0CommentsDesigning eLearning Slides with Adobe Firefly AI
Struggling with slide design inspiration? In our latest tutorial, we walk through a super simple 3-step method to spark layout ideas using Adobe Firefly and Illustrator. We start by sketching a quick mockup in Illustrator; no polish needed, just a basic layout to guide the AI. Then, we upload that mockup into Adobe Firefly, adjust the style and composition settings, and let it generate visually rich layout variations that follow our original logic. This isn’t just about cool design experiments; it’s practical, too. Once you’ve selected a layout you like, you can bring it into PowerPoint, Camtasia, Articulate Storyline, or even use it as a starting frame for webinar intros, course modules, explainer videos, or promo animations. The clean, modern look makes it super flexible for any type of content delivery. Watch the full step-by-step tutorial here: https://youtu.be/fwVZAV9Cyk4?si=MOOR0sdiOrP7kEKC Grab the freebie template featured in the tutorial: https://www.craftuxd.com/category/design-freebies Explore smarter ways to design, save time, and stay creative; no matter where your final output lives.Large Sim Projects
A question came up on the community chat about large simulator projects. Just my way of doing this. In the past I was asked to create a course on a computer program that had 5 main functions with over 25 different sub-functions. I divided the 5 functions into separate projects. This made it easier to keep track of slides and information. The subfunctions were divided into scenes. This made it easier to review and send to stakeholders to review and approve. Once the scenes were done and approved, I made a scene to bring it all together with some intro information, objectives, and anything else that was needed to start that function section. This can be used as one course or imported into a master all-inclusive course. Just my thoughts.14Views2likes2CommentsEmbedding YouTube videos into Rise
Hi folks. I'm looking to host videos for a Rise course on YouTube to keep the size of the scorm package small. I need to disable the "watch later" and "share" options that are within YouTube but I believe the only way to do that is to make the video private. If I make the video private, will learners still be able to access the video through the Rise course? Is there another way I can host videos on YouTube and disable those features? Thanks! LaurenSolved176Views0likes6CommentsNew JavaScript API - set opacity not working
The new JavaScript API is pretty great! I've already improved on a funky new project that I'm working on. I have found a small bug though - setting the opacity (or alpha) property of an object doesn't visually change the object - i.e., it's still visible. I added a basic shape and a reference to it in a new JS trigger on a button click, then used this to set the opacity to 0, but I can still see the shape: const rectangle1 = object('6AGhckCeMO2'); rectangle1.opacity = 0; If I console.log the object and invoke the opacity property getter, it shows '0', so it is affecting the object, but the JS object's opacity isn't changing the visibility of the slide object. To work around this I can create a new state that has nothing in it (and give it a custom name that isn't one of the built-in state names to work around another bug), then call rectangle1.state = "HiddenSL"; on it and it visually disappears. However, I have hundreds of objects that I'd like to show and hide, so I would rather not create a new state on all of them. Another workaround is using the old technique to access the HTML element using the data-acc-text property and calling .hidden on it, but let's fix up this new JavaScript API, yeah? :)45Views0likes3CommentsAdding a "Demo" watermark to all pages?
As a company, we've released an e-learning module built in Rise that is available for purchase. Several customer companies have now asked for demo access to the module prior to purchase to see if it meets their needs. However, we don't host the modules ourselves and we don't have an LMS, so it's difficult to allow access to a demo version. We were thinking about a watermarked version of the module, similar to a watermarked PDF. Is it possible to do this in RISE?45Views0likes3Comments