|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Template statistics class. More...
Public Member Functions | |
| __construct ($templateid) | |
| Return the custom definition of the properties of this model. More... | |
Public Attributes | |
| $competencycount | $competencycount = 0 |
| The number of competencies in the template. | |
| $completedplancount | $completedplancount = 0 |
| The number of completed plans for the template. | |
| $leastproficientcompetencies | $leastproficientcompetencies = array() |
| The competencies in this template that were proficient the least times. | |
| $plancount | $plancount = 0 |
| The number of plans for the template. | |
| $proficientusercompetencyplancount | $proficientusercompetencyplancount = 0 |
| The number of proficient competencies in completed plans for the template. | |
| $unlinkedcompetencycount | $unlinkedcompetencycount = 0 |
| The number of unlinked competencies in the template. | |
| $usercompetencyplancount | $usercompetencyplancount = 0 |
| The number of competencies in completed plans for the template. | |
Template statistics class.
| tool_lp\template_statistics::__construct | ( | $templateid | ) |
Return the custom definition of the properties of this model.
| int | $templateid | The template we want to generate statistics for. |