Adding Autocomplete to courses and lessons
-
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 usinglearndash_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)
Viewing 1 replies (of 1 total)
- The topic ‘Adding Autocomplete to courses and lessons’ is closed to new replies.