e-learning development
752 TopicsSTORYLINE : Opening a link in a new tab but without redirecting the learner to it
When we click on a link, we are redirected to a new tab, which causes us to leave the e-learning module page. I am concerned that the learner may not return to the e-learning page to finish it. Would it be possible that, when clicking on the link, it opens a new tab but without redirecting to it, so that the learner stays on the e-learning module page?28Views0likes4CommentsNew 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? :)21Views0likes1CommentNew Storyline Javascript API
Hi all, In the new Javascript APi You can call the state of an object. I assume you can also change the state of an object. it tried it with code below: const answerBlong = object('6bfhtnMG4nH'); answerBlong.state = "Selected"; And the console gave back (slides.min.js:2 no matching state "Selected") The object I refer to has a Selected stat among other states. Anyone any idea what I do wrong? Mark44Views0likes2CommentsMultiple Points Interaction
Hello, I have a series of questions we're asking learners and I want them to get a variety of points for each answer. Think Buzzfeed/Cosmo quiz type of thing. For example: Find your Princess. What's your favorite color? Yellow (Belle: 3, Jasmine: 0, Catherine: 1) Blue (Belle: 1, Jasmine: 3, Catherine: 1) Green (Belle: 0, Jasmine: 1, Catherine: 3) Red (Belle: 2, Jasmine: 0, Catherine: 3) What's the best pet? Dog (Belle: 1, Jasmine: 0, Catherine: 3) Horse (Belle: 3, Jasmine: 1, Catherine: 0) Tiger (Belle: 0, Jasmine: 3, Catherine: 0) I created variables for each princess. I created a slide with radio buttons for each answer choice. I programmed the variable add for each selected radio button. I wanted to set it up so the person could change their answer and only the final points would be added to the overall score. I thought I could do this with "Submit interaction" by making it a freeform question, but I'm not getting that to work either. I also tried building it in Javascript and built some code and went over it with a programmer. While I can get it to work for the submit upon clicking submit, the math isn't working consistently, so I think doing it all in Storyline is the better idea. How would you do this? TL;DR: Add points to multiple variables when a learner clicks submit, but not before. Adding across multiple slides. Thanks!20Views0likes1CommentDark overlay appearing when slide advances
We ve been testing the published file of a storyline course. And a dark overlay is appearing when you select next to advance the slide, this is happening mostly on EDGE. It doesn't appear to be consistent. I am publishing as a scorm with regular static settings for quality. Is there any way this can be solved? Thanks in advance for your reply.Rise 360 - Amazon S3 video embedd controls missing?
Hey Y'all, First time poster here. I have some questions about video controls for an embedded video in Rise 360 from an Amazon S3 bucket. I am using an iFrame code in Rise 360, using a 'Multimedia / Embedd ' type block. I'm linking directly to my web-ready mp4 video. Specifically, I am hoping someone has some insight into the following issues: Video files are downloadable by default - I want to disable that (screenshot attached) The full-frame button is not working (screenshot attached) I'd like to disable playback speed (screenshot attached) Can’t see any VTT / caption support for these embedded videos Forward-seekable is enabled by default - I want to disable that The 'continue' block bar after the page doesn't recognize any video completion, and you can skip ahead without completing the video (screenshot attached) I don't have any of these issues using the 'Multimedia / Video ' block, and upload / include a video directly. Are there workarounds for these issues, or are these issues inhererit to S3 videos? I"ll include screenshots for reference. Any help is greatly appreciated Ed22Views0likes0CommentsStoryline 3 is closing abruptly when I try and preview, after the recent Windows 11 update.
Storyline files are opening fine once we re-installed storyline 3 (run it as administrator). But its not letting me preview anything. The minute I hit preview, it shows half the progress bar that it is generating preview and then boom! it just closes. tried multiple reboots and tried opening files from the same folder as storyline application. Nothing seems to work. Any suggestions please? I am chasing a deadline and need to get back to it..16Views0likes3CommentsSurvey questions: Issue when resuming
We created a course which includes 8 survey questions (7 single select and 1 short answer). We were able to complete the module, reopening it resumes at the last survey question, allowing us to select responses again. Multiple team members tested the module, all faced the same issue except one. We've used survey questions in other modules but we didn't face this issue. We’ve tried the following solutions, but the issue persists. Could you please suggest any additional steps we can take to resolve it? Created the survey questions again. Reviewed and ensured the course’s tracking settings were correctly configured. Verified LMS settings to ensure they are correctly recording course completion. Tested in another browser (e.g., Chrome if using Firefox) and on a different device. Tested the course with different LMS user profiles to check if the issue is user-specific. Verified LMS sync and reporting settings to ensure there are no restrictions or configuration issues affecting completion status. Checked system settings (e.g., antivirus, firewall) for interference with the LMS.28Views0likes3Comments