articulate 360 teams
96 TopicsVariables and Triggers
HI All I'm sure this is my error as I rarely use variables. I have a slide that has 4 layers. I need the learner to visit each layer before clicking the next button. I've disabled the next button. I've got 4 True/False variables, one for each layer. They all trigger and change to true once the layer is visited, but the next button never changes from disabled to normal. In the attached I've changed the AND to OR so that you don't need to go through each layer (it's not working with an or statement either.) Any help or suggestions is very appreciated. TIASolved36Views0likes5CommentsAudio mit animierten Text per Klick starten
Hallo zusammen, ich habe eine Folie auf der sind zwei Bilder. Der Nutzer soll die Möglichkeit haben sich für eins der Thema zu entscheiden (erst wenn ein Thema abgearbeitet ist soll er das zweiten abarbeiten können). Wenn sich der Nutzer für Thema 1 entscheidet soll das Bild zu Thema 2 vorerst ausgeblendet werden. Nun soll die Audio starten und bei gewissen Schlagwörtern soll der Stichpunkt eingeblendet werden. Wenn die Audio zu Ende ist sind wieder beide Bilder (als Thema) zu sehen und der Zustand von Thema 1 ändert sich auf besucht. Nun soll das Thema 2 abgearbeitet werden, d.h. der Nutzer klickt auf das Bild und die Audio startet. Ebenfalls soll hier bei gewissen Schlagwörtern ein animierter Text eingeblendet werden. Wenn beide abgearbeitet sind, nehmen beide Bilder den Zustand von Besucht ein. Anbei ein Bild zur Verdeutlichung. Kann mir hier jemand einen Lösungsansatz geben? Viele Grüße Irena24Views0likes0CommentsAnimated on Screen Text (Chat GPT Style)
Hey everyone! I'm looking for a way to solve a customer request of animating the text to speech to show on screen like you'd see as Chat GPT is writing text on screen word by word. I can't think of a way to do this in Storyline currently and wondering if anyone has a way to complete this without using CC. Thank you in advance!44Views0likes2CommentsHiding the Menu During the Final Quiz
Hi Team, I have a question about the menu in Rise 360. I’ve created a course with a final quiz, and I’d like to hide the side menu when learners enter the final quiz. The goal is to prevent learners from navigating back to the lessons while they’re completing the quiz. Additionally, I would like to add a "Retake Course" button on the result page. Is it possible to implement these changes for the final quiz? Thank you in advance!New feature request : use of points and badges to an Articulate Rise base course lesson/chapter wise
Dear Articulate, For last several years, Articulate Rise become an eLearning Authoring tool with great features. Now this is the time we need some innovative feature elements added to it. Could you please add the below feature to the Rise tool: Add points and badges to a course Chapter-wise / by the users. The badges can be used by uploading to a course as customized ICONS as images the organization can use their own icons. This can be assigned to a chapter or lesson. Negative marks /points calculated as per user behaviour, such as number of quiz tries, scenarios, or interactive completion, can be added to the points. Let us know if anything in this direction is in the plan and how soon this can be added to the development plan. Best regards, SibaSeeking Insights on DOM Attribute Changes in Storyline 360 Versions 3.87 to 3.91
Hello Articulate Community, I'm currently examining the backend code changes between Storyline 360 versions 3.87 and 3.91, specifically focusing on Document Object Model (DOM) attribute modifications. For instance, I've observed that the data-reactid attribute has been replaced with data-id in the published output. Understanding these changes is crucial for maintaining the functionality of custom JavaScript code that interacts with Storyline's output. Could anyone provide insights or documentation on: The rationale behind these attribute changes. A comprehensive list of similar DOM modifications between these versions. Best practices for adapting custom scripts to accommodate these updates. Your expertise and any resources you can share would be greatly appreciated. Thank you!41Views0likes1CommentIssue with my 360-degree guided tour
I'm having an issue with my 360-degree guided tour. Previously, the first hotspot would only display its associated content when clicked. Now, it automatically triggers as soon as the slide starts, showing the content before the base layer instructions are complete. I haven't added any new triggers except for the one that should display the content when the hotspot is clicked. How can I adjust this so the content only appears when the user clicks the hotspot?22Views0likes1CommentSnapshot restore, error publishing to LMS
Hi! I've been working on a course in Rise for a while. Before I made some edits this morning, I took a snapshot. I ended up not liking those edits, so I restored the course to the previous snapshot. Now, when I try to publish to SCORM 2004 (as I usually do), I keep getting an error message that says, "Something went wrong. Try again." I've tried multiple times with the same result. A colleague also tried publishing this course and got the same error—though they have no problems publishing other courses. I tried making a duplicate and publishing that version, but still no luck. Does anyone know what might be causing this issue, or is it a possible bug?Solved56Views0likes6CommentsStoryline 360 JavaScript does not run in Publish mode...
I have JavaScript on each of my buttons (which also has an additional jump to slid action on it) and the JavaScript runs in preview mode but will not run in Published mode. Any help or ideas would be greatly appreciated. Here is the JavaScript I'm using: const url = 'https://api.getdx.com/events.track'; const apiKey = 'XXXXXXXXXXXXXXXXXXXXX'; const data = { name: "BANGING MY HEAD!", // customize your event names email: 'Yourname@email.com', // replace this with dynamic data timestamp: Math.floor(Date.now() / 1000).toString(), metadata: { page: window.location.href, // Optionally track the page URL referrer: document.referrer // Optionally track referrer } }; fetch(url, { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${apiKey}` }, body: JSON.stringify(data) }); Thank you, Mark53Views0likes4Comments