LLMS_Course::get_percent_complete( $user_id = '' )

Get a user’s percentage completion through the course


Return Return

(float)


Top ↑

Source Source

File: includes/models/model.llms.course.php

527
528
529
530
531
532
533
534
535
public function get_tracks( $args = array() ) {
    return wp_get_post_terms( $this->get( 'id' ), 'course_track', $args );
}
 
/**
 * Retrieve an array of students currently enrolled in the course
 *
 * @since 1.0.0
 * @since 3.0.0 Use `LLMS_Course::get_students()`.


Top ↑

Changelog Changelog

Changelog
Version Description
3.17.2 Unknown.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.