Title: Remove Mark as Complete
Last modified: May 30, 2023

---

# Remove Mark as Complete

 *  Resolved [amd31](https://wordpress.org/support/users/amdelellis/)
 * (@amdelellis)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/remove-mark-as-complete/)
 * Hi! I have my course set to strict mode, but when users access the lessons there
   is a “Mark as Complete” button in the top right allowing them to easily not watch
   the video to move onto the next lesson. Is there a way to remove this button?

Viewing 1 replies (of 1 total)

 *  [munayam](https://wordpress.org/support/users/munayam/)
 * (@munayam)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/remove-mark-as-complete/#post-16781583)
 * Hello [@amdelellis](https://wordpress.org/support/users/amdelellis/),
 * Thank you for contacting Themeum support. I hope you are doing well.
 * You can apply CSS rule to hide this button but this is not recommended as this
   button is linked to course progress data. Instead, you can create quizzes and
   assignments at the end of each module to test them to ensure they watched video
   lessons or you can use “[Content Drip](https://docs.themeum.com/tutor-lms/addons/content-drip/)”
   to compel them to watch each previous lessons before they can move on to the 
   next. This feature doesn’t allow them to jump to any random lessons.
 * Should you decide you hide this button you can apply this CSS rule from WP admin
   dashboard > appearance > customize > additional CSS
 *     ```wp-block-code
       .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn {
           display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove Mark as Complete’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

## Tags

 * [Issues](https://wordpress.org/support/topic-tag/issues/)

 * 1 reply
 * 2 participants
 * Last reply from: [munayam](https://wordpress.org/support/users/munayam/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/remove-mark-as-complete/#post-16781583)
 * Status: resolved