reach 360
127 TopicsLooking for Storyline experts to assist on a project
Hello, I am looking for a Storyline expert who can assist me with a project. I have created a course in Articulate and need to take it to the next level in Storyline, creating engaging, graphically sophisticated content. The start date is asap. Please reach out with rates and availability to james.rohan@1530.com. I look forward to hearing from you.367Views0likes4CommentsReach 360 Managing Users Passwords
Hi, I only have the free account for Reach 360 that comes with the Articulate License. I have a learner who has an issue with their password, but I cannot see anything on how to manage learners and their account settings? The learner has clicked on forgot password link but is not receiving a link to reset their password. Can anyone help with this issues with regards to what I need to do?265Views0likes2CommentsExporting Storyline variables to Google Sheets
Hello everyone, I have no programming background and would appreciate some help. I am trying to export variables from Storyline to a Google Sheet. The course is published on the REACH 360 platform. I used the following code for the excutejavascript trigger: console.log("JavaScript from Trigger is running!"); var player = GetPlayer(); $(document).ready(function() { $.ajax({ url: "https://script.google.com/macros/s/.../exec", type: "POST", dataType: "json", contentType: "application/json", data: JSON.stringify({ "FullName": player.GetVar("FullName"), }), success: function(data) { console.log("Data sent successfully:", data); }, error: function(error) { console.error("Error sending data:", error); } }); }); return false; I receive the following response in the console: Javascript from Trigger is running! and immediately after that the error: actionator::exeJavaScript - $ is not defined I read the thread: https://community.articulate.com/discussions/articulate-storyline/exporting-variables-into-a-google-spreadsheet But because the course is published on the reach 360 platform, I have no idea how to get to the files: story.html and story_html5.html to add the missing JQUERY library as explained in the thread in the link. I would appreciate any help. What can I do?Solved236Views0likes4CommentsBest way to get feedback/workshop content with SMEs
I'm starting a project that involves a lot of SMEs contributing content, and I know there will be plenty of back and forth to get the language just right. What’s the best way to handle this? In the past, we’ve used Word storyboards with track changes, but it’s hard for SMEs to visualise, and it takes ages to format. I’ve also used Review 360 in Rise, but the feedback screenshots often end up in the wrong spot, making it confusing to know what the SME is referring to. A colleague suggested Storyline might be better for reviews. Is that true? Or should I just export as a PDF and get feedback that way?175Views1like2Commentsquiz timer is still allowing learners to complete the quiz
Hi everyone, we created a quiz in Rise 360 and activated the timer in the settings. In the preview the timer works well and learners are not allowed to complete the quiz, when the timer expires. As soon as we publish the Rise course to an LMS learners are allowed to complete the quiz even if the timer has expired. We published the course to Reach360 and another LMS. The problem occured in both cases. Is anyone else experiencing this problem? Is there a solution for it?Solved161Views0likes4CommentsSelf-Registration Email Notification in Reach 360
I'd like to customize the email notification that is sent when a new user self registers. The "Welcome email" on the learner notification tab only seems to be triggered when I manually add a user. I searched on the documentation and found this page saying that: Reach 360 sends an email invitation as if you'd manually invited them. But when I tested this, it did not sent the welcome email that i had configured. Instead it sent a default confirmation email below, and once i complete the account creation no other email is created. Would it be possible to customize this initial verification email?160Views0likes5Comments