| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Topics | |
| test | |
| Directories | |
| directory | backup | 
|  | |
| directory | classes | 
|  | |
| Namespaces | |
| namespace | qtype_ddimageortext\privacy | 
| Privacy Subsystem implementation for qtype_ddimageortext. | |
| Classes | |
| class | backup_qtype_ddimageortext_plugin | 
| Provides the information to backup ddimageortext questions.  More... | |
| class | qtype_ddimageortext | 
| The drag-and-drop onto image question type class.  More... | |
| class | qtype_ddimageortext\privacy\provider | 
| Privacy Subsystem for qtype_ddimageortext implementing user_preference_provider.  More... | |
| class | qtype_ddimageortext_drag_item | 
| Represents one of the choices (draggable images).  More... | |
| class | qtype_ddimageortext_drop_zone | 
| Represents one of the places (drop zones).  More... | |
| class | qtype_ddimageortext_edit_form | 
| Drag-and-drop images onto images editing form definition.  More... | |
| class | qtype_ddimageortext_question | 
| Represents a drag-and-drop onto image question.  More... | |
| class | qtype_ddimageortext_renderer | 
| Generates the output for drag-and-drop onto image questions.  More... | |
| class | qtype_ddimageortext_test_helper | 
| Test helper class for the drag-and-drop onto image question type.  More... | |
| class | qtype_ddtoimage_base | 
| The drag-and-drop onto image question type class.  More... | |
| class | qtype_ddtoimage_edit_form_base | 
| Base class for drag-and-drop onto images editing form definition.  More... | |
| class | qtype_ddtoimage_question_base | 
| Represents a drag-and-drop onto image question.  More... | |
| class | qtype_ddtoimage_renderer_base | 
| Generates the output for drag-and-drop onto image questions.  More... | |
| class | restore_qtype_ddimageortext_plugin | 
| Restore plugin class for the ddimageortext question type.  More... | |
| Functions | |
| qtype_ddimageortext_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
| Checks file access for ddimageortext questions. | |
| Variables | |
| $plugin = 2023100400 | |
| $plugin | component = 'qtype_ddimageortext' | 
| $plugin | dependencies | 
| $plugin | maturity = MATURITY_STABLE | 
| $plugin | version = 2023100900 | 
| qtype_ddimageortext_pluginfile | ( | $course, | |
| $cm, | |||
| $context, | |||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = array() ) | 
Checks file access for ddimageortext questions.
| object | $course | The course we are in | 
| object | $cm | Course module | 
| object | $context | The context object | 
| string | $filearea | the name of the file area. | 
| array | $args | the remaining bits of the file path. | 
| bool | $forcedownload | whether the user must be forced to download the file. | 
| array | $options | additional options affecting the file serving | 
| $plugin dependencies |