Forum Discussion
URL to individual lesson in RISE course
- 26 days ago
Hi DebClemons,
Great to see that the community has been helping you.
It sounds like you're looking for a native Rise 360 Block that allows learners to select their role, audience type, or learning path and then be automatically directed to author-defined lessons within a course. I noticed that you've also submitted this feature request privately to our team.
At this time, Rise 360 does not offer a built-in feature that supports this type of learner-selected pathing and automatic lesson routing. While similar designs can be achieved using existing branching techniques, we understand that those approaches can be more complex to build and maintain.
I've shared your request directly with our product team so we can notify you if we release a future enhancement that helps!
I guess this depends what you want to use it for. The lesson URL when your building in rise won’t be the same URL when you publish to a LMS/web. What will stay the same is the lesson ID. If you export the course to web you can get the lesson ID from the code. Look for: index.html#/lessons/<lessonId> to find each lesson ID. Even then, I’ve never tried it, but if you’re planning to use it to skip to another lesson I very much doubt it will work. As far as I’m aware the only code that is allowed to post to the parent window is the post completion snippet, window.parent.postMessage({ type: 'complete' }, '*'), that is used with the continue button.
Related Content
- 1 year ago
- 1 month ago