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.
Jack
Hey Dave!
Could you please help me, Is there a CSS code we can add to make just 2 rows visible for the review box with the numbers? Mine seem to be taking on the height of the content in it making it look weird on mobile view. Any help would be appreciated.
Thank you
Dave Warfel
Hi Jack – I don’t know exactly what you’re referring to. I’d have to see the page live to be able to provide any CSS that might work. I can do this for a small fee. If you’re interested, please email me [email protected].
Jordan Shafer
I got this note from a student that is taking a quiz: While taking the assessment, I marked 1 question for review. It won’t let me retrieve the question or submit the test without answering the question.
I’m stuck!”
What can be done on the back end to help?
Dave Warfel
I’m pretty sure there’s an option in the quiz settings, or individual question settings, to not make the question required. Or not make ALL questions in the quiz required. That should fix it.
Hans Jarlö
Hi,
I find this solution and it works nice. Thank you!
But is there a way to make the user take the question in order. 1 to xx and not be able to go back to see and change an already answered question. And just use it like a progress bar?
Dave Warfel
If there’s not a way to do that via the built-in LearnDash quiz options, then you’ll need to use custom development.