Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Course competency statistics class. More...
Public Member Functions | |
__construct ($courseid) | |
Return the custom definition of the properties of this model. More... | |
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. | |
Course competency statistics class.
tool_lp\course_competency_statistics::__construct | ( | $courseid | ) |
Return the custom definition of the properties of this model.
int | $courseid | The course we want to generate statistics for. |