|
| canview ($contextmodule) |
| allows the plugin to control who can see this plugin. More...
|
|
| display ($scorm, $cm, $course, $download) |
| displays the full report More...
|
|
|
| generate_delete_selected_button () |
| Generates an action button that deletes the selected attempts.
|
|
| generate_master_checkbox () |
| Generates a checkbox that can be added to header tables to select/deselect all quiz attempts. More...
|
|
| generate_row_checkbox (string $name, string $value) |
| Generates a checkbox for a row in the attempts table. More...
|
|
◆ canview()
mod_scorm\report::canview |
( |
|
$contextmodule | ) |
|
allows the plugin to control who can see this plugin.
- Return values
-
◆ display()
mod_scorm\report::display |
( |
|
$scorm, |
|
|
|
$cm, |
|
|
|
$course, |
|
|
|
$download |
|
) |
| |
◆ generate_master_checkbox()
mod_scorm\report::generate_master_checkbox |
( |
| ) |
|
|
protected |
Generates a checkbox that can be added to header tables to select/deselect all quiz attempts.
- Return values
-
◆ generate_row_checkbox()
mod_scorm\report::generate_row_checkbox |
( |
string |
$name, |
|
|
string |
$value |
|
) |
| |
|
protected |
Generates a checkbox for a row in the attempts table.
- Parameters
-
string | $name | The checkbox's name attribute. |
string | $value | The checkbox's value. |
- Return values
-
The documentation for this class was generated from the following file: