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;
}
RubySeng
5 years agoCommunity Member
I'm having this issue as well. The answer is correct, yet the option to try again appears!
Alex, may I know where I can add this CCS script?