|  | 
|  | canview ($contextmodule) | 
|  | allows the plugin to control who can see this plugin. 
 | 
|  | 
|  | display ($scorm, $cm, $course, $download) | 
|  | displays the full report 
 | 
|  | 
|  | 
|  | 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. 
 | 
|  | 
|  | generate_row_checkbox (string $name, string $value) | 
|  | Generates a checkbox for a row in the attempts table. 
 | 
|  | 
◆ canview()
  
  | 
        
          | mod_scorm\report::canview | ( |  | $contextmodule | ) |  |  | inherited | 
 
allows the plugin to control who can see this plugin. 
- Return values
- 
  
  
 
 
◆ display()
      
        
          | scormreport_basic\report::display | ( |  | $scorm, | 
        
          |  |  |  | $cm, | 
        
          |  |  |  | $course, | 
        
          |  |  |  | $download ) | 
      
 
displays the full report 
- Parameters
- 
  
    | stdClass | $scorm | full SCORM object |  | stdClass | $cm | - full course_module object |  | stdClass | $course | - full course object |  | string | $download | - type of download being requested |  
 
Reimplemented from mod_scorm\report.
 
 
◆ generate_master_checkbox()
  
  | 
        
          | mod_scorm\report::generate_master_checkbox | ( |  | ) |  |  | protectedinherited | 
 
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 ) |  | protectedinherited | 
 
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: