Reach 360
46 TopicsReconnect with the location where we were
Can a learner stop in the middle of a training, later re-log in it and continue from where they stoped? I am trying to see how this can be available, but my tests always bring back to the beginning. For a long training it might frustrate my future learners. Is there a way to avoid this? Thank you!12Views0likes3CommentsCan we add live chat/JavaScript to Reach 360?
We would like learners to be able to chat with us when learning in Reach 360. We use Intercom chat on our website/Help Center. We could add Intercom chat to our Reach 360 portal too with JavaScript, but I don't know if this is possible on Reach 360. Based on this community post, "some community members have had some success in adding custom Javascript to the published output". Thanks for any ideas!8Views0likes0CommentsJavascript to pull User Name in Reach 360
Hello! I am wondering if anyone has figured out the javascript to pull the users name from Reach 360. I set the variable to firstName in Articulate 360 and this is the javascript I put in. Any help is appreciated! var player = GetPlayer(); function findLMSAPI(win) { if (win.hasOwnProperty("GetStudentID")) return win; else if (win.parent == win) return null; else return findLMSAPI(win.parent); } var lmsAPI = findLMSAPI(this); var myName = lmsAPI.GetStudentName(); var array = myName.split(','); var firstName = array[1].trim(); var lastName = array[0].trim(); player.SetVar("username", firstName);18Views0likes1CommentSelf-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 pagesaying 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?27Views0likes3CommentsImplementing course creation, management and course taking programmatically (Articulate Rise)
Hey! I am a software engineer and I was given a rather unusual task at work as part of an EU-funded project. I am tasked with implementing a learning platform for seasonal workers in which some customers would be able to teach their skills to others through courses and others would be able to take said courses. The weird thing about this task is that apparently all functionality regarding course creation, management, and course taking is to be implemented through Articulate Rise. So far, after reading the FAQs, forums and information on Articulate's website, I see that courses created on the platform can successfully be exported and used later on our platform, however, I see no way to create courses without directing the creator to Articulate. As far as I can tell, there is also no way to programmatically (i.e. via an API of some sort) to implement course management besides managing users that take the courses on Articulate itself (i.e. those that are hosted on their servers). However, my task is to make user management "our" problem while using Articulate for the courses in some integrated way (so the user would stay on our platform, but we wouldn't have to implement our own architecture to create, manage, and take courses). I've already told my project manager that it would be better for us not to "outsource" a vital part of the product this way and that we could implement one of the many exiting learning management system standards without compromising on time and/or quality and/or finances. In response I was told that courses *must* be implemented the way they stated previously. I would like some input on whether the above is even possible and if yes, some links to resources that I might have missed so far in my research for a solution. Thank you in advance for your help! Any advice appreciated!17Views0likes1CommentReach360, Wordpress & Woocommerce - how to automate from purchase to course access/completion?
Hi, I have a Wordpress site and would like to understand how I might be able sell a series of courses (developed using Rise) to customers via woocommerce. The courses will be published and available for completion via Reach360 and I am looking for a way to automate entire process from order management, inviation to access the specific course purchased, account set up etc. Here are my questions: How can I automate the process of granting course access (and creating a Learner account) after customer purchase, without requiring manual intervention? How to ensure customers only have access to the course they purchase and not other courses on the Reach360 site. If anyone has any insight into how this can be done I would really appreciate some guidance. Thanks, Alex37Views0likes1CommentHow to maximize search functionality in Reach 360
I'm seeking information on maximizing the search functionality in Reach 360 for users. I believe within Reach; tags can be added to courses to support searching. I would appreciate any tips for improving the user search experience. Thanks!11Views0likes0CommentsStoring learner quiz and survey responses in Reach 360
I am building a Rise course containing several lessons and hosted in Reach 360. Each lesson has a brief quiz and open-ended questions for learner responses (using Storyline Quiz and Survey questions). However, the only way I see to store quiz feedback is by adding a Rise quiz section. I would prefer to disperse the quiz and open-ended questions within each lesson topic. Is it possible for Reach 360 to store Storyline responses? If not, is this the best workaround: Group all quiz questions into 1 Rise lesson Embed a survey form (e.g., Microsoft Forms) at the end of the course to capture individual responses.11Views0likes0CommentsIs there a way to track response from a Microsoft Forms with Reach?
I have a Microsoft Form that I embedded in a Rise course and hosted in Reach. Is there any way to pull the analytics from that form in Reach? If not available with Rise would it be possible to do with Storyline?27Views0likes3CommentsReport that shows enrollment date
I need a report that shows the date learners enrolled in a course. I've fiddled with all the reports, and I can see on the exported report for the course that it shows the completion date and duration, but it doesn't show the enrollment date. Is there a report that I am not seeing that shows both the enrollment date and completion date that I am just not finding? Thanks!16Views0likes1Comment