other
78 TopicsLRS xAPI Data POST
We have our LRS stood up and Articulate Storyline has the connection in the presentation and the connection is being accepted by our LRS. The issue we are seeing is that it's only sending OPTIONS requests and not sending the POST request for the xAPI actions/engagements we have set in the presentation. Does anyone know why this would be happening and how to correct it? The OPTIONS request is returning the 204 as expected so it's not failing, and the presentation looks to be sending the OPTIONS for each of the engagements, but not a POST.Solved63Views0likes8CommentsStoryline - Survey: Which Word
Anyone got ideas how to get the selected textbox using javascript ? I've tried the "object dragged over" trigger, i can print the object being dragged over to the dropspot but when I click submit, it doesn't detect my answer. I need to send a customized message to my system and I need the learner's answer with it.76Views0likes7CommentsBrief flash between slide layers
Hello, I was wondering if anyone knows what I could do to resolve this issue. I keep seeing all the items briefly flash at the beginning of every slide layer. I am not sure why this is. I've made sure these items do not have animations. I've made sure all transitions are "none." The slide properties that are currently checked are "hide other slide layers," "hide objects on base layer," and "prevent the user from clicking on other layer." The flashing is disruptive to the flow of the course because it makes it look like a slide header is reappearing over and over again when in fact, it is not. Could someone please give advice? Thank you!134Views0likes17CommentsXLF Version 2.1.
I have subscribed to the Advance version of DeepL as a translating tool. DeepL requires an XLF 2.1. version for translation but Rise 360 only export in version 1.2. Has anyone been able to solve the problem when exporting for translation? Can Articulate update Rise export XLF files for translation to a 2.1. version? ThanksSolved551Views5likes68CommentsReset question slide when incorrect answer and resume saved state when correct answer:
Hi there, How do I program my question slides to resume saved state when the question is answered correctly and to reset when the question is answered incorrectly? At the moment I have the base slide properties set to 'reset initial state'. They get the answer wrong, I take them back to review something, and they land back on the same question (which has reset) to attempt again. They get it right and can move on but ... if they happen to navigate back to that same question after getting it right, I want it to resume the saved state of the correctly answered question, not reset. I've tried so many options with variables on the base and correct and incorrect layers that I've just confused myself. I'm sure there is a simple solution here. Please advise. Many thanks in advance18Views0likes0CommentsCertificate Mail direct download
I have a question about Reach 360. Currently, I have it set up so that after completing a course, participants receive an email with a button that says “Download Certificate.” However, when clicking the button, they’re only redirected to the course page where they have to download the certificate manually. Is there a way to set it up so that clicking the button directly downloads the certificate? The current process feels a bit cumbersome. Does anyone know of a solution or workaround for this?14Views0likes0CommentsCourse not restarting where i left of when revisiting.
Hi, I’ve published a course and am testing how it resumes in the LMS. But whenever I close the course and click “resume,” it always takes me back to the same slide no matter which slide I closed on. It’s odd because I’ve checked all my triggers, and nothing should be forcing it to return to that slide. Has anyone else encountered this issue or have any ideas on what might be causing it?Solved34Views0likes4CommentsViewing Articulate 360 Content in SharePoint Online
Enabling Custom Scripts in SharePoint Online Custom scripts are now disabled in SharePoint Online for security reasons by default. As a result, Articulate content with the story.html file renamed to story.aspx in the published output that previously worked with SharePoint Online might not work anymore. If you don't need to track learners' progress or results, check out these free or low-cost options for web hosting. If you need to use SharePoint Online, your SharePoint admin may be able to resolve this issue by following the steps below. (Note that we don't provide support for either workaround.) As of July 10, 2024, SharePoint users will find that they are required to reenable the Custom Scripts feature every 24 hours, reverting the Custom Scripts setting to its default and disabled state. Please see Microsoft’s article on Custom Script settings for more information. Enabling Custom Script via the SharePoint Admin Center If you don't need instant access, follow these steps. Go to the SharePoint admin center and sign in with your credentials. In the sidebar to the left of the page, click Settings. (If you're using the Modern admin center, click the classic settings page hyperlink at the bottom of the Settings page.) Scroll to the Custom Script section, then select the options to Allow users to run custom script on personal sites and Allow users to run custom script on self-service created sites. Click OK to save your changes. Note that this change may take up to 24 hours to appear. Enabling Custom Script in SharePoint Online via PowerShell For instant access, follow these steps. Open Windows PowerShell with admin privileges, then run Install-Module -Name PnP.PowerShell Connect-PnPOnline -Url <url> -PnPManagementShell (replace <url> with your SharePoint URL, which will then generate a code for you to insert in your SharePoint admin center.) Run these commands in PowerShell: (replace the URL after -Url in the first command with the link to your static site collection, such as https://companyabc.sharepoint.com/sites/StaticSite). (If you need help creating a SharePoint site, refer to this article from Microsoft.) Connect-PnPOnline -Url https://yourorg.sharepoint.com/sites/StaticSite $site = Get-PnPSite Set-PnPSite -Identity $site.URL -NoScriptSite $false Your SharePoint site is almost ready to host HTML files! We just need to prepare the Articulate published output for upload. Here's how. In SharePoint, choose where you will locate this project. You can create a new folder or use the Documents location created by default with all SharePoint sites. Rename all the files with a .html extension in your unzipped published output folder to .aspx (keep the same file name). To do this, right-click the file, choose Rename, and then replace .html with .aspx. (Most projects only need to rename the analytics-frame.html and story.html files. Finally, upload the published output to your SharePoint site, then click story.aspx to launch your Articulate course. This change should take effect immediately.1.6KViews0likes63CommentsQuizz Display trouble
Hello everyone, Yesterday, several users (in different centers) had Quizz display troubles. Here are some examples: They were on Google Chrome or Edge, but I have no more details since I wasn't there. Do you know if the problem was caused because of a Chrome or Edge version? It really is an issue since the quizzes are final exam to validate professional trainings. Thank you in advance for your help. Regards, Veronique.47Views0likes4CommentsVariables on layers
I'm seeing some unexpected behaviour in Storyline 3.93.33359. I want a button (or another hypothetical action) to show different layers based on a true/false variable -- in a simple example, if the variable is false, the button should show layer 1, or if true, layer 2. I want this to happen in sequence, so after layer 1 has been shown, the button should show layer 2. So I have a button on the base layer with these triggers: And a trigger on layer 1 that sets the variable to True on timeline start: Both layers are set to pause timeline of the base layer and prevent clicking on other layers. What I would expect to happen is this sequence: User clicks button. Layer 1 is shown Variable is set to true User clicks button again Layer 2 is shown Instead, layer 2 is shown on the first click. I can't work out why this would be except if all these steps were being played at once. But you'd expect layer 1 timeline start to be necessary to show layer 2 on click, and layer 1 timeline won't start until after the button click. I can't prove it as I am prevented by work policy from installing a previous version, but I think this was working differently in an earlier version as I implemented a few layers this way and didn't notice any issues until recently. I've attached a Story file for reference.25Views0likes1Comment