Remove the Start Course Button in Rise?
Nov 14, 2017
Pinned Reply
Good news, everyone! We've just released a new feature that allows you to turn off the cover page when you publish for LMS to improve compatibility, streamline training, and get learners into content faster. Give it a try, and let us know if you have any questions about it!
Note: You can't hide the cover page for training created from Next Big Idea Club content templates.
55 Replies
Hi, Alyssa. Thanks for the response! I looked at Ashley's Peek video, and that works well for reviewing a course, but how would that work with exporting and putting the course on a website or LMS?
When I open the exported Index.HTML file, it takes me to the main menu page. I don't see a way to export the course without that main menu page.
Hi Rethink,
If you're exporting and hosting in an LMS, my little trick won't work as it's based on how the web output is organized.
I know a few other folks have asked about removing the start course/main page, so we'll keep you posted here on that feature idea!
Optionally, you may be able to use your LMS to direct learner to a URL link rather than the scorm package. That would allow you to skip the landing page using the methods described above.
However, you'd loose all tracking capabilities that come with scorm/tincan/etc.
Food for thought!
Very useful thread!
Wonderful.
Thanks
Thanks Alyssa. This totally worked!
Ashley's video is helpful, but is there a way to accomplish this (completing removing the entire Start page) if our method is exporting a Tin Can format? (We want to use the Tin Can format so that we can pass a learner's quiz answers and score back into our LMS.) I don't think this is possible if we go with the link method as shown in Ashley's example. Thanks much!
Hi Kate,
Unfortunately, that's not currently possible.
If the ability to do this would make authoring in Rise easier for you log a feature request to tell us more.
Let me know if there's anything else I can do to help!
I'm in the same boat as Cory. I want to skip the entire first page and go straight to the lesson from my LMS.
Hi Melissa,
Thanks for taking a moment to leave a comment here. Please log a feature request here. Thanks!
This post was removed by the author
Hello everyone. I have deleted Start and Details from the Settings and when I got back to editing the course, I can see that the Details label has been successful but not Start, It does not stick any thoughts?
To skip the front page and go straight to the first lesson, try this:
add this code in the index.html at the bottom before the </body> tag after exporting the Rise content.
<script>
window.onload = function() {
if(window.location.href.indexOf("lessons") == -1) {
window.location.href = "#/lessons/1iSUIcTB6jep5DMQXmMLW7kNEzVOmzsD";
}
}
</script>
Replace the "#/lessons/1iSUIcTB6jep5DMQXmMLW7kNEzVOmzsD" part with your URL to the lesson you want to go.
Alternatively, you could do this:
to this:
Note: This was from a Rise course Exported for SCORM 2004, 4th Edition. I don't know how much it will change with other export types, but I imagine not too much.
What I would like to know, is if there is a place where we can just grab those lesson IDs without launching the course. This process could be automated if we could easily find them. I'm assuming that Articulate has it coded to generate the lesson ID randomly (based on their own specifications) the first time the lesson is launched. Then that lesson ID is saved somewhere.
Hi, Ashley,
Do you know if this is an option now? I'm looking to do the same as Cory mentioned above.
Hi Megan!
It sounds like you want to host your Rise 360 course in a learning management system, and you want learners to skip the Main Menu page to go right into Lesson 1.
That's a popular request, and I'll add your vote! If we add this functionality in the future, we'll pop back in to let you know.
Hi
Had the same question then worked it out... is there anyway of removing the %bar which shows how much of the course has been looked at? Thanks
Hi there, Natalie. No way to remove the progress indicator right now, but I'll let you know if that changes.
Hey Alyssa, thank you for posting Ashley's video. It was helpful. However, now the progress bar indicates that the learner is starting mid-course due to skipping the start page. Is there a more recent solution to skipping the start page that I am not seeing? Or is there a way to hide the progress bar?
Thanks.
Justin
Hey Justin! The video you watched is the most recent workaround, and there isn't a way to hide the progress bar.
We'll let you know if we add a feature for disabling the main menu page and progress indicators in a future update!
Hi Justin,
you can't disable the progress bar in Rise's settings, but you can export the course and make changes in the main.bundle.css - however, you have to do this manually for every single course.
Thanks Ashley and Ina for the helpful info. While i realize the intent of Rise is to be able to build courses rapidly using the templates provided, it would be nice to have more development flexibility. Keep us posted.
I've come across an unexpected issue today: one of my learners missed important introductory material because they hit the big "start course" without noticing there was text further down the landing page. I've considered removing the button - but with restricted navigation on, will learners be able to navigate to the first unit? (I also considered moving the text to an introductory unit, but then Rise labels my first content lesson - Unit 1 - as "unit 2 of X". Confusing!) Has anyone else come across this issue? Thank you!
Hi there, Paula. Could you change the label on the DETAILS button to call attention to your introduction text?
Restricted navigation will require that learners complete lessons in order. Removing the START COURSE button isn't officially supported, but I wouldn't expect it to hinder navigating to the first lesson using the course outline.
That is a great suggestion: thank you, Crystal!
I'm going to try this immediately... :-)
Do you think this is possible if needing to publish to web?