| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
| Topics | |
| test | |
| Directories | |
| directory | backup | 
|  | |
| directory | classes | 
|  | |
| Namespaces | |
| namespace | qtype_ddwtos\privacy | 
| Privacy Subsystem implementation for qtype_ddwtos. | |
| Classes | |
| class | backup_qtype_ddwtos_plugin | 
| Provides the information to backup ddwtos questions.  More... | |
| class | qtype_ddwtos | 
| The drag-and-drop words into sentences question type class.  More... | |
| class | qtype_ddwtos\privacy\provider | 
| Privacy Subsystem for qtype_ddwtos implementing user_preference_provider.  More... | |
| class | qtype_ddwtos_choice | 
| Represents one of the choices (draggable boxes).  More... | |
| class | qtype_ddwtos_edit_form | 
| Drag-and-drop words into sentences editing form definition.  More... | |
| class | qtype_ddwtos_question | 
| Represents a drag-and-drop words into sentences question.  More... | |
| class | qtype_ddwtos_renderer | 
| Generates the output for drag-and-drop words into sentences questions.  More... | |
| class | qtype_ddwtos_test_helper | 
| Test helper class for the drag-and-drop words into sentences question type.  More... | |
| class | restore_qtype_ddwtos_plugin | 
| Restore plugin class that provides the necessary information needed to restore one ddwtos qtype plugin.  More... | |
| Functions | |
| qtype_ddwtos_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
| Checks file access for ddwtos questions. | |
| Variables | |
| $plugin = 2023100400 | |
| $plugin | component = 'qtype_ddwtos' | 
| $plugin | dependencies | 
| $plugin | maturity = MATURITY_STABLE | 
| $plugin | version = 2023100900 | 
| qtype_ddwtos_pluginfile | ( | $course, | |
| $cm, | |||
| $context, | |||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = array() ) | 
Checks file access for ddwtos 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 |