• Hello, I’m implementing a customization to the imported users to mark their courses as completed, I noticed that by using add_user_meta( $user_id, 'course_completed_' . $course, time(), true ); it’s achievable but the lessons are not marked as completed, only the courses.

    I tried to use learndash_process_mark_complete() but it’s not working as expected, I also tried to retrieve the lesson quizzes by using learndash_get_lesson_quiz_list() and not luck whatsoever, the latest seems to use a shortcode special return to bring the info and not as an array.

    Is there a way to achieve this by using any specific method inside the plugin?

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Sorry for the delayed response on this ticket.

    I’m afraid that this isn’t something the plugin can currently facilitate. If you’re taking about modifying the Import LearnDash Users module in Toolkit Pro, we are considering adding that capability, but there is a fair bit of development involved with building that kind of solution. It’s unfortunately not something we can support for the free Toolkit (or provide LearnDash development feedback).

    Sorry about that.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Autocomplete to courses and lessons’ is closed to new replies.