Forum Discussion
KonstantinaGeor
4 years agoCommunity Member
Completion in Rise -request to be hidden
Dear team,
I would like to ask you if there is a way to hide completely the completion percentage and the blue marked icon in Rise /menu, because it's very distracting to the end users?
They bel...
Tim_
4 years agoCommunity Member
You need to customise the CSS in the HTML file after you publish your package. Publish your Rise package. Then unzip it. Then in the scormcontent folder, edit the index.html file in a text editor.
Add the block
<style>
.lesson-link__progress { display: none; }
</style>
into the head block - say, just above the line that reads
<!--[if lt IE 9]>
then zip up the content within that folder (not the parent folder that was created when you extracted the zip). Put this on your LMS.
Now there won't be any ticks / graphs against the menu items.
Related Content
- 11 days ago
- 8 months ago
- 5 months ago
- 6 months ago