Viewing 1 replies (of 1 total)
  • Dear @baselahmad ,

    Thank you for reaching out.

    To resolve the issue, kindly replace the following lines of code in your Tutor LMS:

    1. Navigate to:
      wp-content->plugins->tutor->classes->Utils.php
    2. Replace the lines between 1450 and 1454 with the following:
    $has_attemp = $this->has_attempted_quiz($user_id, $lesson->ID);
    if (! $is_complete && ! $has_attemp) {
        $first_lesson = $lesson;
        break;
    }

    This should help ensure that when you click ‘Continue Course,’ it takes you to the correct lesson instead of returning to the first unit’s quiz.

    Thank you for your understanding.

    Best regards,
    Taufik Hasan

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.