Forum Discussion
In Rise, can you remove the lesson progression number and the percentage complete labels completely?
Is it possible to remove the lesson progression number and the percentage complete labels completely? I know you can customise the labels, but I would like to remove them completely.
Many thanks,
Silvia
- MichaelBauerCommunity Member
Yep this would be a great feature. Perhaps could even just be part of the Labels functionality that works with others where if you delete the text, the whole thing gets removed (e.g. the Start button).
Anyway, looking forward to having this feature :) Thanks, Michael and Elizabeth for weighing in - no changes to this lesson numbering yet, but we'll keep you posted here!
- SilviaVogelCommunity Member
Thanks for the update Ashley, I'm hoping in becomes an option in the near future!
- TamaraSmith-e11Community Member
I'm also hoping this is an added feature soon
- JeanineWestCommunity Member
Thanks for the detailed info, Stuart - This process worked to remove the "Lesson # of #" text that appears above each group of blocks/lesson.
However, I'm also seeing a numbering system (lesson #) when I scroll up and down in the course at the top/bottom of each 'Section' (as entered in the Rise course development page). Does anyone have a solution for removing that as well?
I've attached a screen image - I'm referring to the top number with the red arrow, i.e. the "Lesson 2" in front of the 1. GCP - Highlights and Key Changes.
- StuartMarshall-Community Member
Hi Jeanine,
Instead of doing that I would just recommend that you just change the 'lesson' label to something that is more appropriate for your needs (i.e. 'Part' or 'Page'). This is done in Settings. I would also remove your own numbering system from the page/section names as this is what will cause some of the confusion as it won't tally with whatever Rise shows.
If you do want to hide that full line of text though (and leave just the up and down arrows at the top and bottom of the page) you can add the following to the main.bundle.css file:
.previous-lesson__title {
visibility: hidden;
}To hide the same at the bottom use:
.next-lesson__name {
visibility: hidden;
}To remove the lesson number and just leave the page name at the top and bottom of the pages would be a lot trickier as that needs to be done in the main.bundle.js file and is way more complex.
- lioneltapona167Community Member
Hi stuart,
Even if it's trickier, can you tell us more about your main.bundle.js file solution ?
thanks a lot
- JeremyJennings-Community Member
I know this is an old thread but I had the same problem and came up with a solution if you still need one:
In a text editor, open main.bundle.js.
Edit main.bundle.js
Set o=t.nextNumber
to o=""Set i=n.previousNumber
to i=""Save the file. Done.
- AngelChristianCommunity Member
How can this be done if I am only sharing the rise course and embedding it in a google site and not on a LMS?
- JeanineWestCommunity Member
I’m not an expert in this…I know you can make limited changes under ‘settings’, then ‘labels’, but removing those items might require that it’s exported first.
- AngelChristianCommunity Member
Thanks Jeanine for your response. This is what I am struggling with. I don't have Notepad++ and I don't know much of JavaScript either.
- alphonsohendricCommunity Member
@Staurt
It worked.
Thanks, finally got rid of those irritating numbers.
P.S. Initially I could not find .lesson-header_counter when I searched css file until I realised that its actually .lesson-header__counter. This subtle difference almost escaped me.
- kelseyrodgers-7Community Member
Any updates on this? Also, @Stuart, I am interested in editing the .js file. If you have the time, could you please provide the instructions? Thanks
Hi Kelsey!
We added the ability to quickly and easily turn off lesson numbers in Rise.
Go to Settings, click Navigation, and toggle the Lesson Count Labels option to Off. This removes the Lesson # of # label at the beginning of each lesson. It's particularly handy when you’ve created a branched scenario that doesn’t require numbered lessons!
- JenniferTurn285Community Member
Hi Alyssa this removes lesson count at top of page but what about at bottom of page.
Each of my lessons has a quiz, the quizzes are given a new lesson number so it is throwing out the count.
Is there anything I can do so that quizzes are not counted as lessons?
- SilviaVogelCommunity Member
This is great news Alyssa. Thanks very much for the update! Any news on the percentage complete label?
- KarenHestingCommunity Member
Thank you Silvia for continuing to ask this question!