Affiliate Disclosure: We may be compensated if you use our links to make a purchase. We are extremely selective in who we partner with & only recommend products we believe in. Our affiliate relationships do not influence our recommendations.
When using the Review Box in a LearnDash quiz, there’s a “mark for review” option for students. A “Review Question” button is displayed below the review box, along with a small, colored dot that indicates the color when a student has marked something for review.
If you want to remove both the dot indicator and the “review question” button, you can do so with the following CSS:
.learndash .wpProQuiz_content .wpProQuiz_reviewLegend .learndash-quiz-review-legend-item-review,
.learndash .wpProQuiz_reviewButtons input[name="review"] {
  display: none !important;
}
This will effectively disable the “mark for review” functionality of LearnDash quizzes.
Sponsor
Finally Revealed...
NEW breakthrough solution allows you to IMMEDIATELY GROW student engagement and revenue per student by creating a state of the art mobile application in UNDER 60 MINUTES without ANY coding knowledge!
Proven and tested by over 1,000 LearnDash customers.
Get your LearnDash Mobile App →
Khaled
Hi
Is this feature “Mark for review ” available in LearnDash plugin ?
Regards
Dave Warfel
Yes. There’s an option on all LearnDash quizzes to enable “mark for review.” It allows the student to mark a particular question (or questions) in a quiz for later review before submitting the quiz.
Obalufe Aderemi
Hi, I have tried inserting the code under the additional css but it’s not working. Please can u send a step by step method on how to go about it. Thanks
Dave Warfel
Please try again with the updated code in the post. I removed a part of the code that should not have been there.