storyline 360
27198 TopicsImported tables scale poor!?
Hallo everyone, today I tried to import a new project from Powerpoint to Storyline. Everything looks fine so far in the "creator area" of Storyline, even the imported tables. But if I switch to the preview, the tables change their appearance and the problem persists when I publish. The appearance keeps changing, when I play with zoom. It seems to be some scaling issue, but I have no idea how to solve it. Can anyone help me? Thanks Elke2Views0likes0CommentsChanging states when repeatedly returning to same slide (SL360)
Hi, I have searched the forum, but I did not really find an answer to my challenge, so maybe someone knows a way to do this: I have an SL360 course with 10 or 11 short scenes. At the end of each scene, I would like learners to be able to choose to go to the next scene OR to go to an overview slide (like a menu) and continue from there. (see attachment "menu pattern" and "menu slide") On said menu slide, every scene / chapter is linked with a circle, which has several states, so far so strainght-forward. I would like the states of these circles to be "visited" according to which scenes the learner has completed, independently of the way he/she got to the scenes (from menu slide or from previous scene). My idea is to set a variable to "true" for each scene when the user clicks onto the "continue to next scene" button or when the timeline of the last slide of each scene ends, but how do I check the state of these variables if / when the learner returns to the central menu slide randomly? Setting the state of each circle to "visited" according to the value of the variable, OK, but what can I use as a trigger if the learner returns to the menu slide randomly and possibly at different time states of the menu slide (if they click on before the timeline of the slide is finished)? Sorry, long explanation, I hope I have explained what my question is. I think I am almost there, I am just missing the last little detail... Thank you for reading this far 😊Resources Menu Item Not Loading on Review 360
I am making a series of Storyline courses with the same look and feel. One thing I did: I renamed the Resources item to "Print File" and created a custom Resources button. The first course was published without any issues. I created the .story files for the second course, and on publishing one to Review 360, realized that the "Print File" menu item wasn't there, though it looks fine in the Player Preview screen. I've tried a number of things to get it to display, including going back to Course 1's .story file, gutting the slides, and re-importing the Course 2 slides. As soon as I do, the Print File menu item disappears. I also tried changing the interface so that the Resources tab item retains its name and the custom contents under the Resources button are relocated to other places. So far, if I import the slides or use a player with the old Print File label, even if I then change the player, it won't display. Has anyone heard of any similar issues with Resources? And sorry, but I cannot share my files outside my organization.Storyline Slide Templates not 100% Accessible
If you add a new slide from the Content Library 360 they are not 100% accessible. They seem to be good in terms of focus order but none of the objects / images / buttons have alt text and some look like they would fail a colour contrast check. It will be interesting to run the new accessibility checker on them when it becomes available soon.2Views0likes0CommentsVideo source file is 9 mins, inserted it is 30 mins
I'm working in Storyline 360. The task is to insert an .mp4 video file, as well as the associated .srt file for CC into 9 modules that make up 1 curriculum. each video is between 9 and 14 mins long. The issue is that when I insert the video into a Storyline slide, the video immediately unexplainably repeats itself over and over until it meets 30 mins and 12 seconds. It doesn't matter how long the video source file is. 9 mins? 11 mins? 14 mins? They all have the same result and I am just baffled. I've attached a video for you to insert into a Storyline 360 slide for you to test for yourself. Of course I'm on a serious deadline to make matters worse! Thank you in advance, Cindy17Views0likes2CommentsGetting JSON Data into Storyline?
We deliver our SL Courses on a LMS which hasn't the "normal" SCORM Interface. Here I want to get the User Name, Course ID etc... I got from the LMS Developer this code: ------------- try { var data = JSON.parse(suspendDataRaw); var player = GetPlayer(); player.SetVar("user_id", data.userId); player.SetVar("course_id", data.courseId); player.SetVar("lesson_id", data.lessonId); player.SetVar(„userName", data.userName); } catch (e) { console.log("Fehler beim Parsen von suspend_data:", e); } ------------------ But this code doesn't work in my JS-Trigger. How should this code be, that it works? Does anybody has a idea or solution? Thx for your help.8Views0likes0CommentsFirst page of elearning taking 3+ minutes to load
Hi everyone, I have a 64MB Storyline360 course that starts with a language menu page (see attachment 1). Once the learner clicks on the appropriate location/language, they are taken to the appropriate scene. However, when I publish this file to Review360 or our LMS, it takes over 3 minutes to load the first page. See attachment 2 for the screen I see for those 3 minutes. Since it's happening in Review360 I assume this is on the Storyline side and not our LMS. (I only have a free trial with SCORM Cloud and this file exceeds the limit for that type of account). There are several images throughout the course, but there are no videos or audio. How can I improve this so the language menu/first slide shows up shortly after a user accesses the course? Requesting thousands of learners to wait 3 minutes for a course to load is not possible. *Note that we've used this language menu in the past without issue, and never had a problem with large courses either.