Forum Discussion
HollyGreene-07d
6 years agoCommunity Member
Rise and removing "take it again" option on Knowledge Check
Hello,
I provide feedback on my Knowlege checks in Rise and don't need the "take it again" option. Is there a way to remove this?
Thank you!
Holly
AlexNevels-1f2b
Community Member
We found a way to make this go away by editing the CSS. A workaround for now.
.block-knowledge__retake-text {
display: none !important;
}
.block-knowledge__retake-icon {
display: none !important;
}
AimeeSwartz-488
2 years agoCommunity Member
@Think up consulting
Where do you edit the CSS? In the rise files before uploading to LMS or in the LMS?