Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
tool_lp\course_competency_statistics Class Reference

Course competency statistics class. More...

Public Member Functions

 __construct ($courseid)
 Return the custom definition of the properties of this model.
 

Public Attributes

$competencycount $competencycount = 0
 The number of competencies in the course.
 
$leastproficientcompetencies $leastproficientcompetencies = array()
 The competencies in this course that were proficient the least times.
 
$proficientcompetencycount $proficientcompetencycount = 0
 The number of proficient competencies for the current user.
 

Detailed Description

Course competency statistics class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

tool_lp\course_competency_statistics::__construct ( $courseid)

Return the custom definition of the properties of this model.

Parameters
int$courseidThe course we want to generate statistics for.

The documentation for this class was generated from the following file: