Title: Continue Course button
Last modified: September 24, 2024

---

# Continue Course button

 *  Resolved [baselahmad](https://wordpress.org/support/users/baselahmad/)
 * (@baselahmad)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/continue-course-button-2/)
 * I have a course that includes lessons and a quiz. After completing the first 
   unit and passing the quiz for that unit, I move on to the second unit and complete
   a couple of lessons.
   [https://snipboard.io/6L94Rv.jpg](https://snipboard.io/6L94Rv.jpg)
 * However, when I return to the course later and click on ‘Continue Course,
 * [https://snipboard.io/XJWp3L.jpg](https://snipboard.io/XJWp3L.jpg)
 * it takes me back to the first unit’s quiz, even though it should take me to the
   lesson3 in the second unit
 * [https://snipboard.io/fMr0kK.jpg](https://snipboard.io/fMr0kK.jpg)
 * I only have the main plugins installed.
 * [https://snipboard.io/U5ntyo.jpg](https://snipboard.io/U5ntyo.jpg)

Viewing 1 replies (of 1 total)

 *  [Taufik Hasan](https://wordpress.org/support/users/wptaufik/)
 * (@wptaufik)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/continue-course-button-2/#post-18033080)
 * **Dear **[@baselahmad](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       $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)

The topic ‘Continue Course button’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Taufik Hasan](https://wordpress.org/support/users/wptaufik/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/continue-course-button-2/#post-18033080)
 * Status: resolved