• Resolved amd31

    (@amdelellis)


    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)
  • Hello @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” 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

    .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.