advice
399 TopicsPublish to Review
Is anyone having issues publishing to review after the snapshot implementation? We were excited about the snapshots, but it seems that now any course that was published before snapshots existed cannot find its "match," which forces us to publish to review as a NEW course. These are not new courses. We have over 1000 courses so scrolling the dropdown list is really not feasible. Any hints? Is this a bug?12Views0likes2CommentsHow to create multiple drop locations using variables?
Hi, i'm looking to create a sudoku game in storyline, I think the best way would be to create using multiple drop variables? This is something new to me in storyline though. Can anyone suggest a good tutorial/s that would help me? Ive done a few searches but so far coming up short. ThanksPaul26Views0likes2CommentsLayers & Audio
I have come across a strange glitch regarding Layers and Audio. I have built a step through interaction using layers to show the next part of the interface. Each layer has an audio track explaining whats going on onscreen. When the hotspot is clicked the next layer is shown. The problem I have hit, is that if the audio hasn't finished on the previous layer it will play alongside the current audio on the layer. I have fixed this by using Pause media of the previous layer. Though that has been quite labour intensive over 140 slides. The customer has now asked for a back button, to skip back a layer, this is where I have discovered an issue. There is no previous layer option in triggers? so I have to manually set up an icon to skip back? also, the audio problem has reappeared so I assume I will need to create pause media for both directions? Could any of you lovely experts suggest any easier methods to resolve this issue? it would be very gratefully received.41Views1like2CommentsFit to Window is off
Hello, I apologize if this is not the correct place to ask for help. Please let me know if it isn't, and I can head over there. I recently clicked 'fit to window' and noticed it's offset (picture 1 and 2). It wasn't before (picture 3). How do I get my slide size or 'fit to window' to get back to taking in the whole slide size (picture 3)? Thank you! Colin23Views0likes3CommentsxAPI for user pausing and playing video
I'm trying to capture if and when a user clicks the pause/play button in the Storyline player while watching a video using xAPI. It seems like it should be simple, but I'm struggling to find a way to do it. I want to know if there are common times within a video our users are stopping, as that may indicate that we need to cover that concept in more depth or more slowly. I can't use "user clicks" as a trigger because the pause/play button is not available as a selection (this would work if the user clicks on the video object directly, but I'm guessing most people use the pause/play button in the Storyline player.) I tried using timeline events, but that only has "timeline starts" and "timeline ends", so that wouldn't capture any pausing events between the start and end of the video. Has anyone else tried capturing this data using xAPI?Solved43Views0likes4CommentsLimiting Text Entry to One Character Issue
Hello everybody! As I work on a crossword puzzle, I would like to limit the text entry fields to only contain one character. Previously, in 2023, I have succeeded doing it using the JavaScript code down below, and it worked perfectly. Yet, when I tried to use it again, it doesn't seem to be working. Even when I opened my old project from 2023 and republished it again as a test or previewed in storyline it doesn't work anymore either. I'm wondering if this is happening because there's some issue with storyline, maybe it has to be done differently now? Does anyone have an idea or have met and overcome the same issue? Thanks. Here's the JavaScript code somebody here suggested, that I used in my previous projects : var elements = document.getElementsByTagName("input"); for (var i = 0, element; element = elements[i++];) { element.setAttribute('maxlength', 1); element.setAttribute('autocomplete', 'off'); }Solved37Views0likes2CommentsMOODLE Module Tracking
Hello all: We're about to publish some courses from RISE and our LMS is MOODLE. When we upload to MOODLE, everything seems to be working fine, but when a user logs out and back in again, their progress isn't tracked in the Articulate module. I've snipped below what my publishing preferences are - does anyone know how I can accomplish the tracking after multiple logins? FWIW - tracking works in some of our older modules, authored in Engage I think, but I can't seem to get it to work for this one. TIA - all help is appreciated :)7Views0likes0CommentsProcess Block - Start card text alignment inconsistency when first inserted
Hi all, With the process block in Rise 360, is anyone else experiencing the text alignment on the start card, whilst displayed as left aligned when editing, is then displayed ascentre aligned when you leave the edit window for the block? The same thing happens with the end card. Here's a breakdown of the steps where I see this happen: Insert the process block. Click the pencil to edit the content. On the start slide/card add some text (can change colour/type face/etc.). Text is currently displayed asleft alignedwhen no alignment has been chosen, leading me to believe it is left aligned. Exit editing screen for the process block. Text is now displayed ascentre aligned. Have to return to editing the content of the process block, highlight the text and select left align. Is this a known problem? Kind regards, Sam26Views0likes3CommentsHighlighted layers keep looping
Hello all. I have this file that as the menu starts that voiceover explains the instructions, and then a series of Highlight layers engage at time intervals starting at 8seconds while th anarration is going on. I have set this up to happen automatically with a layer change at a specific time rather than state changes. The user clicks any of the buttons to take them into the module slides. once the slide is complete, the return to the main screen. If they make another selection straight away, no problem. If they wait for more than 8 seconds the highlight layers will restart, and wipe out the progress... it would appear. If they then make a second choice, complete the slide and return to the main slide, their previous progress again is visible, but if they delay, then all progress will appear to be wiped out as the highlight layers restart. What I want is the buttons to highlight once when teh slide starts, and then each subsequent return to the main slide, I want progress of slides visited to be indicated by button state changes, but I DO NOT WANT the Highlighted Layers to appear again via timestamps, this is the part I cannot figure out. Essentially, I want the buttons on the right side menu to change colour only once when they first start the module. Please help I am super frustrated.22Views0likes3Comments