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
TomOscar
5 years agoCommunity Member
Oh this is great!
I will search the CSS for this an option but I really don't like hacking the course after publish.
.block-knowledge__retake-text {
display: none !important;
}
.block-knowledge__retake-icon {
display: none !important;
}