Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @baselahmad ,

    Thank you for reaching out, and we apologize for the inconvenience caused.

    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. If you have any further questions or need additional assistance, please don’t hesitate to reach out.

    Best regards,
    Taufik Hasan

    Thread Starter baselahmad

    (@baselahmad)

    Will the problem be solved with upcoming updates?

    Thanks for your query.
    This issue will be fixed in our next update.

    Best regards,
    Taufik Hasan

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