LLMS_Student::get_overall_progress( boolean $use_cache = true )

Retrieve a student’s overall progress Overall progress is the total percentage completed based on all courses the student is enrolled in Cached data is cleared every time the student completes a lesson


Description Description


Parameters Parameters

$use_cache

(Optional) if false, calculates the progress, otherwise utilizes cached data (if available)

Default value: true


Top ↑

Return Return

(float)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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