|
quiz_attempt[] array | $attempts = [] |
| The list of attempts to summarise.
|
|
int int | $timenow |
| time to consider as now.
|
|
◆ __construct()
mod_quiz\output\list_of_attempts::__construct |
( |
int | $timenow | ) |
|
Constructor.
- Parameters
-
int | $timenow | time that is now. |
◆ add_attempt()
mod_quiz\output\list_of_attempts::add_attempt |
( |
quiz_attempt | $attemptobj | ) |
|
Add an event to the list.
- Parameters
-
◆ export_for_template()
mod_quiz\output\list_of_attempts::export_for_template |
( |
renderer_base | $output | ) |
|
Function to export the renderer data in a format that is suitable for a mustache template.
This means:
- No complex types - only stdClass, array, int, string, float, bool
- Any additional info that is required for the template is pre-calculated (e.g. capability checks).
- Parameters
-
renderer_base | $output | Used to do a final render of any components that need to be rendered for export. |
- Return values
-
Implements templatable.
◆ get_template_name()
mod_quiz\output\list_of_attempts::get_template_name |
( |
\renderer_base | $renderer | ) |
|
The documentation for this class was generated from the following file:
- mod/quiz/classes/output/list_of_attempts.php