Forum Discussion
Remove Course Cover Page in Microlearning
Hi all,
This thread has been incredibly helpful to me up until recently - I have successfully removed the cover page on multiple courses, but has anyone tried downloading a micro-course in the last couple of days? The code now looks completely different, and copying in what Jonica provided with your individual lesson code no longer works.
I was also removing the restart button at the bottom of the course with a line of code provided in another community post under a section that included "TODO" in a line, and that entire chunk of code is missing, as well. To be clear, I am not a coder, but by following what everyone else provided here I was able to make it work, and now I have absolutely no idea what to do.
I am using Thinkific and tried uploading just the scormcontent folder with the Hide Cover Page option activated, and when I preview the lesson on Thinkific it just stays stuck on the "Content Loading" screen and the lesson never appears. Any suggestions would be greatly appreciated!
I just went in and looked at the info I provided in a previous comment (which I have updated), and it appears they now have "loadModule" in place of just "load" so it should instead look like this to work:
function __loadEntry() { loadModule(JSON.parse(document.getElementById('__ENTRY__').textContent))
var currentUrl = window.location.href;
window.location.href = currentUrl + '[PASTE HREF HERE]';
}
- FriederikeBerg12 months agoCommunity Member
Hello Jonica,
I tried your solution, but it does not work. Could you please advise?I'm looking to upload a Mircolearning course as Web content WITHOUT the cover page.
- EricSantos11 months agoStaff
Hello Friederike!
Thanks for reaching out! I just wanted to mention that if Jonica is no longer subscribed to this thread, you are welcome to contact them directly by using the Contact Me link on their profile page.
- JonicaRich-025f11 months agoCommunity Member
Make sure you were looking at my original comment and not the partial response to Tara.