ai assistant
29 TopicsRise: Text to Speech Function
Hello, After countless hours of importing the TTS that I have created in Storyline into Rise to promote accessibility and provide learners with a different way of experiencing the content I build, would this be possible to implement as a feature within Rise? The standard TTS or the new AI version could be added, and could potentially auto generate text to speech for the entire page, or to the next continue button or divider. Adding the ability to correct and edit the text later for any acronyms that don't sound quite right would also be helpful. I believe it would massively speed up the time to create content for other users who may well be doing the same thing, along with all of the other AI features.158Views10likes1CommentRequest for Feature to Export All Text-to-Speech Scripts in Storyline 360
Are there any plans to develop a feature in Storyline 360 that allows users to export all text-to-speech (TTS) scripts used in a project into a single document, such as a Word file. Currently, it is quite time-consuming to manually copy the TTS text from each slide, especially for projects with a large number of slides. Having an option to automatically compile all TTS scripts into one document would greatly enhance productivity and streamline the workflow for many users. Thank you for considering this request. I look forward to any updates or potential solutions you might have. Best regards, ElviraSolved122Views5likes6CommentsIdeas Portal
The community has suggested a huge amount of ideas over the years. Can we have a searchable portal so we can see them all in one place: ID/Category/Post Date/Review Date/Description/Comments/Votes/Related Ideas Status Reviewed Under Consideration Low Probability of Delivery Fair Probability of Delivery In-Progress Currently Available20Views3likes0CommentsEU AI ACT - Automated Label "AI Generated" in Rise etc.
Hello everyone, We had a webinar from a European reseller today regarding the EU AI Act which is now being rolled out gradually in the EU. Among other things, it was also about the fact that we as e-learning designers will be obliged in future to label any content we have created with AI. My consideration for the optimization of Articulate would be that there is an automatic label that when the AI Assistant has been used, an automatic indication is made by e.g. Articulate Rise in e-learning that content has been created with it. That would be really helpful for European users. Perhaps you could pass this on to your development team. Perhaps in the options “Would you like to indicate that content was created with AI YES/NO. It's not quite sure yet whether an overarching label for the course as a whole is sufficient or whether each block created with AI needs to be labeled. But an overarching label would be helpful from my opion in the frist place. Best regards.40Views2likes1CommentHow to Embed and Track YouTube Videos in Articulate Storyline Projects
Here’s a step-by-step guide to embedding a YouTube video in Articulate Storyline with the video controls hidden, the video fitting the web object, and tracking video completion: Step 1: Prepare the HTML File Create an HTML File: Open a text editor (e.g., Notepad, VS Code) and paste the provided HTML code into a new file. Save this file as video.html. <!DOCTYPE html> <html> <head> <style> body, html { margin: 0; padding: 0; overflow: hidden; /* Hides the scroll bar */ } #player { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> </head> <body> <div id="player"></div> <script> // Load the IFrame Player API code asynchronously var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { videoId: 'RBtnt1fvpgA', // Replace with your video ID playerVars: { 'enablejsapi': 1, 'controls': 0, 'modestbranding': 1, 'rel': 0, 'showinfo': 0, 'iv_load_policy': 3 }, events: { 'onStateChange': onPlayerStateChange } }); } function onPlayerStateChange(event) { if (event.data == YT.PlayerState.ENDED) { // Video has ended, trigger a Storyline event parent.postMessage('videoEnded', '*'); } } </script> </body> </html> *Replace 'RBtnt1fvpgA' with your YouTube video's ID. Step 2: Embed the HTML in Articulate Storyline Add a Web Object: Open your project in Articulate Storyline. Go to the slide where you want to add the video. Click Insert > Web Object. Choose to link to a local file and browse to your video.html file. Set the web object's dimensions to fit your slide and ensure it matches the aspect ratio of your video. Position the Web Object: Resize and position the web object to fit neatly within your slide layout. Ensure that the web object size matches the desired video display size to avoid scroll bars. Step 3: Track Video Completion Create a Variable: Create a new variable in Storyline, e.g., VideoComplete of type True/False. Set the initial value to False. Add JavaScript to Track Completion: Go to the slide with the video. Add a trigger to execute JavaScript when the timeline starts. function receiveMessage(event) { if (event.data === 'videoEnded') { var player = GetPlayer(); player.SetVar('VideoComplete', true); } } window.addEventListener('message', receiveMessage, false); Completion Trigger: Add a trigger to perform an action (e.g., jump to the next slide, show a layer, or complete the course) when VideoComplete is True. Step 4: Test and Publish Test the Interaction: Preview your slide to ensure the video plays, controls are hidden, and the video fits the web object without scroll bars. Publish the Course: Once everything is working correctly, publish your course. If you're tracking completion via an LMS, ensure that the tracking settings are configured correctly.319Views2likes2CommentsCorrecting Bias in AI Image Generation
I love the new AI features! I do find though that when it comes to AI image generation of people, there's a bias towards white people. If you don't specify race, you only get white people (at least as far as I can tell) and if you do specify race it can generate some quite problematic images. Would be nice if it would generate a mix of people with more ease and less racism. I won't add an example image.38Views2likes1CommentSuggestions for future updates to AI 'text to voice' feature.
Hi team, Really like the new update for generated text to speech AI Assistant in Rise 360: AI-Generated Text-to-Speech | Articulate - Community. Couple of suggestions that I hope will be considered for next update to this feature: 1 - Include a toggle on/off setting for the generated audio to automatically play once the block is reached or the interaction is engaged with (for e.g. turning the flashcard triggers the audio for 'back of card' to play - rather than having to press the 'play' button). 2 - Would love a a couple of Australian voices in the suite - failing that, a couple of 'neutral' accents would be great. Cheers and thanks - keep up the great work!9Views1like1CommentBring back the standard (non-AI) "Insert" options to the Home tab in Storyline 360.
Howdy, I recently noticed that the standard "Insert" options have been REMOVED entirely from the Home tab of Storyline. I genuinely do not know why this change would be made since it now requires me to move over to the "Insert" tab any time I want to add anything to a slide. I would find this particularly frustrating if this change happened in isolation because I could understand the desire to reorganize the tool options. HOWEVER, it makes even less sense when the "AI Assistant" insert options still exist on both screens (despite the fact that I don't have access to those features). If it was so important to remove the standard insert tools from the Home tab, then why didn't the AI insert tools also get removed? My "Suggest Idea" contribution in this case is consistency. If Articulate is going to insist on forcing the main toolbar sections to contain tools for AI Insert features that I am not going to use and I don't have access to, they can at least not remove tools that I do use and have access to from the Home tab. In other words, as the title says, with peace and love, bring back the standard (non-AI) "Insert" options to the Home tab in Storyline 360. Cheers!18Views1like0CommentsAI assistant - create speech from text on RISE
Some of our learners would prefer to listen to learning/longer text paragraphs rather than read them. It would be great if the AI assistant could create an audio of the text, with the ability to keep the text and audio and change the audio voice. (Rather than having to import a Storyline block)15Views1like0Comments