Forum Discussion
Remove Course Cover Page in Microlearning
The new microlearning feature adds a very large header space (cover page wrapper in CSS) that I'd like to remove. That is, there's a large gap between the title and the arrow and the actual microlearning quiz. It looks awkward and doesn't mesh with the idea of microlearning. Is there a way to remove this space in microlearning?
- EricEtkinCommunity Member
Please consider that the users we're designing lessons for typically want to achieve their learning with as little time and required action as possible. I'd imagine that's true for the bulk of Rise designers.
From both a design and learning standpoint, having a massive header image that we can't remove is at odds with the whole point of the microlearning. Sure, it looks pretty, but it's adding useless padding and scroll for the UX.- KarlMullerCommunity Member
Hi Eric,
This is already available.
If you publish your microlearning for LMS, at the bottom of the publish page, there is an option Hide Cover Page. Flip it to ON.
- EricEtkinCommunity Member
Thanks, but what if we're not publishing for an LMS?
- JonicaRich-025fCommunity Member
I was placing the microlearning into another SCORM so it HAS to be html, it can't be another SCORM. I figured out how to edit the html to make the page load the second page rather than the cover page. I also turned off the navigation arrows that would redirect back to the cover page, as an additional option. Here's how I managed it:
OPEN/LOAD TO SECOND BLOCK
- Publish to "Web"
- Extract in downloads
- open "index.html" in a browser tab
- navigate past the cover page to the second page/slide/block
- in the URL, copy the info from the # til the end and set aside for HREF data later
- will appear similar to this: "#/lessons/B3jT5DMWw9AkWSowxGvnjRzlY10cglw-"
- close browser tab
- open "index.html" in an editing tool
- find lines 73–75 which looks like this:
function __loadEntry() {
return loadModule(JSON.parse(document.getElementById('__ENTRY__').textContent))
} - replace the above with the following code:
function __loadEntry() { loadModule(JSON.parse(document.getElementById('__ENTRY__').textContent))
var currentUrl = window.location.href;
window.location.href = currentUrl + '[PASTE HREF HERE]';
} - paste your HREF from step three in between the ' ' in the code above
- for example, using the copied code in step 3 will appear like this:
function __loadEntry() { loadModule(JSON.parse(document.getElementById('__ENTRY__').textContent))
var currentUrl = window.location.href;
window.location.href = currentUrl + '#/lessons/B3jT5DMWw9AkWSowxGvnjRzlY10cglw-';
}
- for example, using the copied code in step 3 will appear like this:
- save, close, test by opening index.html in browser again
NAVIGATION BUTTON REMOVAL (OPTIONAL)
If you are only using one block and want to remove the navigation buttons, follow these steps:
- open folder "lib" then "rise"
- there will be two .css files, open the larger one in an editing tool
- search for ".lesson-one-page-slides__controls"
- change "display: flex;" to "display: none;"
- save, close, test by opening index.html in browser; it should open to the second block (not the cover page), and there should be no extraneous navigation buttons, just your singular, beautiful, microlearning block, ready to go!
- AudraSmithCommunity Member
Thank you I will try this
Audra Smith
Garver
405-928-7577
Hi All!
Thanks for your feedback! Currently, you may enable the Hide Cover Page option when publishing to LMS, but we're tracking requests to add this option for web export (and publishing to Review 360) as well.
We'll update this thread for any updates that can help! Have a lovely day!
- AudraSmithCommunity Member
Please note that others are requesting this same thing.
- MadeleinLind177Community Member
Hi Gren,
I have been able to use this hide cover page feature successfully on microlearning for some time now but then yesterday, it started showing up again even though the "Hide cover page" button slider was activated. This is on published to LMS SCORM 1.2 and uploaded to Canvas - same setting we have used successfully the last couple of months. Can you or someone on your team please look into this issue?
Hello Madelein,
Happy to help!
I did a quick test using a new Microlearning course and I can confirm that the Hide Cover Page option works properly. Here's a link to the course for your reference. There's a chance that your LMS might be caching an older version of a course if you're still seeing the cover page in a new upload. As a troubleshooting step, can you try uploading your Microlearnings as a new course in your LMS to see if this helps? If new courses are still showing the cover page even though you have the option in the screenshot below disabled, please open a case with our support team here so we can take a closer look at what's happening.
- JodyPhillipsCommunity Member
please add. Would be incredible powerful for inserting Rise pages into SL modules as web objects to get the best of both worlds (not have limitation of only reporting on one SL quiz)
- AhmedGendyaCommunity Member
I believe this is an important issue that is good to be solved.
For example, I need to share interactive sample with potential client. So, I would like the client to hit directly to the interactive without the cover page.
I do not need to publish to LMS or Web at this stage. Just sharing through Rise.
Any ideas btw?
- LeaSAgatoStaff
Hi Ahmed,
We've added the option to remove the course cover page for LMS exports, and we're hoping to get feedback that this design works well! We're considering adding it for web exports as well. Since the Share link is not a long-term hosting solution, we won't consider this feature for Share link output.
- AhmedGendyaCommunity Member
Hi Lea,
Thank you for your response.
In spite of the case I mentioned, I maintain my belief that it would be beneficial to grant developers the flexibility to decide whether they want to retain the cover page or not. Alternatively, providing an option to convert it into a banner image could be considered.
Thank you!
- AudraSmithCommunity Member
We would like to have the option removed when publishing to Review 360 as well. We want to use the microlearnings as tools instead of courses and that cover is not needed.
- DominiqueMullCommunity Member
I agree with the comment above. Please provide the option to remove cover page in Review 360.
- MikeRuheCommunity Member
+1 for publishing without cover page for web. I don't understand the logic behind giving the option to LMS and not the web?
- RichardPeste352Community Member
Really hoping you can add the option to remove the cover page from publishing to Review. I'm trying to jazz up some pages on our intranet (Sharepoint) and I can embed a Review file, but I would like to embed just the interaction without the cover image. My team love the flashcards and labelled graphic feature in particular, but we can't embed them without the cover image, which diminishes the impact considerably.
Thanks for sharing that, Richard.
I'm going to add you to the request, and we'll post an update on this thread to let everyone know as soon as we receive news about this feature.
Hello Connie!
We don't currently offer a way to remove the cover page in Rise 360, but you can combine blocks to reduce extra padding.
If this setup changes, I'll be sure to update you in this discussion!
- MeganPattenh186Community Member
Following as I also publish to web and want my learners to not see the same header in every place I use a micro learning.