Forum Discussion
Remove course cover page?
Is there a way to remove the cover page altogether? I'm referring to the first page you see with the Start Course button, Details link, and content areas listed below. When my learner clicks to view the course, I want it to open directly to the first lesson.
- EmmaChapmanCommunity Member
Here's a way that worked for me - found on another thread:
I found the answer I was looking for... After publishing, you can edit the indexAPI.html file with the starting page of your choice.
- First you'll need the URL of the page you'd like to start on. Unzip the exported course and in the "scormcontent" folder, open "index.html" in your browser.
- Navigate to the page you want and copy the URL after "index.html#". Should look something like: file:///C:/Users/User/Documents/TrainingPackage/scormcontent/index.html#/lessons/-abcdefghijklmnops?_k=xyzmp30
- Go back to the unzipped course files, in the "scormdriver" folder, open "indexAPI.html" with Notepad++
- Search for "StrContentLesson" and find the line: strContentLocation = "../scormcontent/index.html#/preview";
- In the indexAPI.html file, replace "preview" with the URL of the page you'd like to start on:
strContentLocation = "../scormcontent/index.html#/lessons/-abcdefghijklmnops?_k=xyzmp30"; - Save the indexAPI. html file.
- Rezip the files and you're good to go!
- HogaresUnionCommunity Member
Gracias por la informaciĆ³n es una alternativa aunque lo ideal es que el cover page sea opcional
- TinaGloverCommunity Member
What do you do with the rezipped file?
- KarlMullerCommunity Member
Hi Tina,
You must upload the rezipped file to your LMS.
- EdSandCommunity Member
+1
- JonicaRich-025fCommunity Member
+1 especially in the Rise Microlearning option
- philipsiwinskiCommunity Member
The ability to hide the cover page seems to be in development (see the Feature Roadmap).
- philipsiwinskiCommunity Member
It is now possible to turn off the cover page when we publish a course for a LMS.
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.- RichardBarkeyCommunity Member
And another one! Thank you :)
- AaronGorrellCommunity Member
+1 for this functionality!
- SibaPrasadPadhiCommunity Member
+1
- AaronGorrellCommunity Member
Thank you for a great summary Richard. In fact, we are using your plugin so students can indicate completion on a topic (using LearnDash LMS) and I totally agree - being able to remove the cover image would make the flow much smoother.