other
378 TopicsProblem with the screen recording in Articulate. HELP!
Hi everybody. Ok, there is a big problem which I am facing. 😬 Screen recording I have. Screen recording as simulation was done by me by selecting an 'x' size of screen size, which is never a trouble maker. Now I put that same recording as simulation where slide by slide test mode was selected by me. Now my smart colleague chose to change the screen size to 720x540. I had kept it 960x540 earlier. Now she wants me to simply copy and paste the slide as shown in below screenshots for ref. I 'simply' copy it and by doing ctrl+v I could duplicate the slide.😒 (Note: this is happening for any slide that I try to duplicate). As shown below in the SS, the recording size or ratio gets distorted and goes out of the slide size or canvas. Since its a recording, I get no option to fix this by adjusting the edges of it like how we increase or decrease the picture or image size. It 'simply' doesn't allow me to have a clean duplicate file or slide of the ones created. Therefore, I seek for help from anyone who could do some miracle. Else, I have to redo everything or to think about some something else. Because these things aren't in my control. Watch the SS attached carefully. Thanks. 😇11Views0likes1CommentVariables used onscreen disappear when browser is resized (high resolution only!)
Hello, I know this sounds like the issue from 2022 titled "Variables used onscreen disappear when browser is resized" but this issue only occurs for me as I have a high-resolution (5120x1440px) monitor and I typically test SL360 courses in a browser utilising the full screen height. In our course, after completing an assessment we display the user's score (perent) and passing score (percent) which use variables. If I run my browser at full screen height and wide enough to accomodate a fully scaled up SL360 slide then I don't see the text fields whereas if I run the window smaller (e.g. full HD) then they do appear. If I enter the side below the threshold the text shows but if I scale up, it disappers and scalling down doesn't restore the text. Entering the slide when the window is above the threshold, the text never appears and again, scaling down the window won't show it. I can see in the HTML that the font size is the issue. SL is scaling font sizes and a billion other things when you resize the window. However, when I scale above the threshold, I can see that the font-size (and line-height) becomes a minute value e.g. font-size:"2.66454e-15px" (about the size of a proton!). I've attached: A minimal SL360 story file that reproduces the problem (large display resolution requried). [Embedded quiz used to generate the variables for the text boxes] Screenshot of the before and after issue Screenshot of the HTML elements showing the font-size (and line-height) going down to epsilon values. The javascript is minimalised so I can't really debug any further, otherwise I would. NOTES: My display resolution is 5120 x 1440 pixels. I am typically testing a SL360 course in a browser window full height and around 1800pixels wide. The issue occurs if I have my brower window full height and I then widen the browser above 1590 pixels. As the scaling of the course is constrained by the browser width at this point the slide is still growing as I resize. At the point of failure the SL360 frame is around 1583+ x 1214 pixels. Thanks, Chris34Views0likes1CommentMorph not working with standard states
Greetings, I want to use the Morph transition with buttons that have both Hover and Visited states, using Storyline's own coded states, but to my surprise, the buttons don't follow along, unless I make custom states that I manually program with triggers. This seems like extra work for something that shouldn't be that jarring. Is there any plan to make the Morph transition work with SL's own states? The transition happens a lot of possibilities, but "not working with standard states" and "not working with layers" really grind my progress to a halt. Thanks in advance.SSML Sounds Flat—Am I Using the Tags Correctly?
I’ve been experimenting with SSML formatting, but the audio output still sounds flat and doesn’t reflect the emphasis or pacing I expected. Could someone take a look at my SSML code and let me know whether I’m using the tags correctly or if there’s something I should adjust? Sscreenshot of Text-to-Speech pop-up screen:Solved22Views0likes2CommentsEditing Branching in Storyline is so very difficult. What am I doing wrong?
I have a Storyline course just about completed, and I have to edit the branches by importing new slides. This process is complicated because I already have everything branched out! It takes me hours and hours to edit, because it's so confusing! What am I missing! I must be doing something wrong. Should I mute all trigger actions before I import the new slides to simplify the branch updates? This is the most difficult process I've ever had to go through when developing online content! I must be doing something wrong! I hope someone can help. Thanks!78Views0likes9CommentsViewing 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.7.8KViews0likes89CommentsComplex formulas using variables?
I am working on some interactive scenarios for which a score would be calculated at the end based on many variables, including built-in ones like how many interactions were had. For example, I want to calculate something like ((A+B)/C+(D-E)*2)/100 (where each letter here obviously represents a variable or built-in value) and display the resulting value in a text box as a "final score." How would I accomplish that?Solved67Views0likes4CommentsSupport case status/updates?
I submitted a support case two weeks ago and have received no response other than two automated messages asking if I still need help. How can I find the actual status of a support case? Is it handled only via email, or am I missing some option to view the case and any updates? Apologies for bringing this question here. It's obviously not the right place for it, but given the lack of response elsewhere I feel like I'm at a loss.HELP! All of the components in my player is reversed????
I am working in Articulate Storyline 360 and this afternoon when I am working in the player of my post-test lesson all of the player components are reversed??? I am not talking about the sidebar being on the left or right. The play button is now at the bottom right corner of the play instead of the left. Everything along that same navigation strip is in reversed order. The menu is in reverse order...Instead of 1.1 (Name of slide title), the menu now reads, (Name of slide title) 1.1.1. The player tabs are on the upper left-hand corner of the player screen instead of the right.... and the Course title is now on the upper right-hand corner of the play screen. I have a screenshot attached below. Has anyone else ran into this and, if so, how to correct?41Views0likes2Comments