• How to Hide Skip Quiz option in Tutor LMS, if we set strict option in Tutor LMS Settings then also the Skip Quiz option is Showing

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Parag Das

    (@parag44)

    Hi @itsmejomijohn

    You can add the following custom CSS codes on Appearance > Customize > Additional CSS to hide the “skip question” link.

    .tutor-quiz-btn-group span.tutor-ml-32.tutor-btn.tutor-btn-ghost.tutor-btn-md.tutor-next-btn.tutor-quiz-answer-next-btn.tutor-ml-auto {
        display: none;
    }

    Thank you!
    Best Regards,

    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    but after adding this CSS , user can view the next lesson without completing the quiz

    Plugin Support Parag Das

    (@parag44)

    Hi @itsmejomijohn

    Users can access or navigate any lessons, quiz without completing the previous one. In this case, you have to use the content drip feature.

    Best Regards,

    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    after adding the CSS it is not working

    Issue Image

    Plugin Support Parag Das

    (@parag44)

    Hi @itsmejomijohn

    Remove the previous CSS codes and try this:

    .tutor-quiz-wrapper span.tutor-quiz-answer-next-btn {
        display: none;
    }

    Thank you!
    Best Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Skip Quiz option in Tutor LMS’ is closed to new replies.