Forum Discussion
Rise: Is there a way to remove Correct and Incorrect text/graphics in feedback boxes?
- 3 years ago
Hi everyone! Now you can make quizzes more challenging. Show learners feedback without revealing correct answers! Find out how in this article. Enjoy!
We are not useing a lms. I tried to add the multiple choice line into the index.html file but I'ts not working? Im using this line. Where should I insert it in the file?
}
/* Hide multiple response correct/incorrect choice indicators */
.quiz .quiz-multiple-choice-option__indicator svg,
.quiz .quiz-multiple-response-option-wrap--complete .quiz-multiple-response-option__indicator svg {
display: none;
}
Hi Morten, while I don't use the web publish option myself and I haven't spent any time testing it until now, the css I suggested above works for me when I publish for web? If you only want to hide the feedback indicators for multiple response (checkboxes where you can choose more than one response item) then you just need to paste the code snippet you highlighted right before the end of the style block that is already in index.html.
If you want to escape other question types (like multiple choice) you'll also need to include the css for the other question types you are using.
My sample code works as of today but it isn't guarenteed to keep working in the future as class names change, so if the sample code stops working at some point, you will need to use your browser's inspector to see what the new path to the asset is that you'd like to hide and update the css accordingly.
Regards,
Andrew