This button is causing a lot of trouble "Mark this unit complete", how do I remove it from all courses:
https://prnt.sc/lhz1k7
Hey,
Please goto wp-admin > lms > setting > general setting > search for
Auto-mark unit complete when user proceeds to next unit.
use this setting to hide that button.
Refer:
http://prntscr.com/li4h0h
Hope this helps.
No my dear, what you're suggesting is even worse: Marking the unit complete will be done without even the student doing it. This is what it says [Hides "Mark Unit Complete" button and auto marks the unit as completed when user proceeds to next unit.]
Why do you think I have asked to remove it? because I do not want any unit to be marked complete. Because when all units are marked complete the student locks himself/herself out of the course, no more access. So how do I remove completely or hide the "Mark Unit Complete" and at the same time do not let moving to next unit mark complete?
@saadrida,
Go to wp-admin > WPLMS > Course Manager and use these features
Refer:
http://prntscr.com/lioad2
Unit Locking will prevent the activity of users if they are really completing the course or not.
I guess this will do the trick.
Please Let me know if I misunderstand your query
I have the same need. Can you give me code to just hide it, I just don't want the unit to be set as complete, so if I can hide the button and don't set auto-mark then it would be just as I want it.
Hi webps2
Issue: Hide Unit Marked button
Please add this Custome Css code to
WP Admin – Appearance – customize - custom css - publish
#mark-complete{
display:none;
}
Thanks for confirming, I am closing this topic.