Forum Discussion
Disable/hide the completion status in Rise
hi, i am using Rise as a performance support portal for FAQs, videos, announcements etc? therefore i do not need the completion status displayed.
Is there a way to turn it off? thanks
JT
46 Replies
- IanitzaVassi389Community Member
+1
- EmilyPeek-d094dCommunity Member
+1
- SheldonThomasCommunity Member
+1
- JayBerry-4c1c94Community Member
Disappointed to see that the % complete and checkboxes remain fixed without ability to remove them from the sidebar, despite 5 years of requests to do so. Fingers crossed that someone at Rise will get this into production ASAP. Thank you!
- SwardaPadwal-24Community Member
You need to export/publish a web version of your course.
Open the Index file (css) in a text or code editor.
Then, add the following scripts into the body -- style tags.
Here's the script for removing the progress bar and the completion text:
.organic .nav-sidebar-header__progress-text {display: none;
}
.organic .nav-sidebar-header__progress-track {
display: none;
}
Here's the script for removing the pie-like lesson progress icons:
.organic .progress-circle__track {
display: none;
}
If you tweak your content and republish a web version, you must add the code scripts to the index (css) file again.
Regards
Swarda Padwal Pophale
- AustinPontius-5Community Member
+1 We need this capability built in!
- RyanCarlson-b85Community Member
Hello,
Wondering if anything has changed with this. Is there any way to do this without modifying the .css file? We leverage the Review 360 delivery format to provide documentation to Learning Admins. This allows admisn to actually provide feedback too if processes change in our LMS system and our documentation becomes outdated without our knowledge.
Therefore, in that scenario there is no way to turn off the lesson percentage because I don't have a web output to edit. - ChristyThurs811Community Member
Also would like the option to remove the progress status without removing the whole sidebar. It get's in the way if you are creative with the Cover Page image graphics and title.
Related Content
- 3 years ago
- 23 days ago
- 18 days ago