• Resolved patelparthavi

    (@patelparthavi)


    Hello

    I have Uncanny Toolkit for LearnDash, Uncanny Toolkit Pro for LearnDash , and Uncanny LearnDash Groups plugins installed in the project

    Now I am doing customization in Uncanny LearnDash Groups plugins , which required me to “Mark Complete” course programmatically. However , I can not use this : update_user_meta( $selected_user_id, 'course_completed_' . $selected_course_id, time(), true ); , because it only completes the course and NOT LESSON/TOPIC/QUIZ

    How do I complete the course and its child like LESSON/TOPIC/QUIZ ? Is there any hook or function ?

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

    (@uncannyowl)

    Hi @patelparthavi , sorry about the late reply. What you want to do needs to use LearnDash API functions to fetch the course and related steps, then to mark those as complete. In this forum we’re unfortunately only able to look at Toolkit questions (we’re not associated with LearnDash), and this is something LearnDash will be better able to support. You should definitely have a look at their developer documentation at https://developers.learndash.com/.

    We’re happy to help with any other Uncanny Groups issues, but for those tickets it’s better if you can send those on our website. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘How to mark complete COURSE programmatically’ is closed to new replies.