| Moodle PHP Documentation 5.1
    Moodle 5.1dev (Build: 20250711) (9addea9f0ac) | 
| Namespaces | |
| namespace | qtype_ddmarker\privacy | 
|  | |
| Classes | |
| class | backup_qtype_ddmarker_plugin | 
| Provides the information to backup ddmarker questions.  More... | |
| class | behat_qtype_ddmarker | 
| Steps definitions related with the drag and drop markers question type.  More... | |
| class | qtype_ddmarker | 
| The drag-and-drop markers question type class.  More... | |
| class | qtype_ddmarker\privacy\provider | 
| Privacy Subsystem for qtype_ddmarker implementing user_preference_provider.  More... | |
| class | qtype_ddmarker_drag_item | 
| Represents one of the choices (draggable markers).  More... | |
| class | qtype_ddmarker_drop_zone | 
| Represents one of the places (drop zones).  More... | |
| class | qtype_ddmarker_edit_form | 
| Drag-and-drop images onto images editing form definition.  More... | |
| class | qtype_ddmarker_point | 
| Class to represent a point.  More... | |
| class | qtype_ddmarker_question | 
| Represents a drag-and-drop markers question.  More... | |
| class | qtype_ddmarker_renderer | 
| Generates the output for drag-and-drop markers questions.  More... | |
| class | qtype_ddmarker_shape | 
| Base class to represent a shape.  More... | |
| class | qtype_ddmarker_shape_circle | 
| Class to represent a circle.  More... | |
| class | qtype_ddmarker_shape_polygon | 
| Class to represent a polygon.  More... | |
| class | qtype_ddmarker_shape_rectangle | 
| Class to represent a rectangle.  More... | |
| class | qtype_ddmarker_test_helper | 
| Test helper class for the drag-and-drop markers question type.  More... | |
| class | question_hint_ddmarker | 
| Question hint for ddmarker.  More... | |
| class | restore_qtype_ddmarker_plugin | 
| Restore plugin class for the ddmarker question type plugin.  More... | |
| Functions | |
| qtype_ddmarker_get_fontawesome_icon_map () | |
| Get icon mapping for font-awesome. | |
| qtype_ddmarker_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
| Checks file access for ddmarker questions. | |
| xmldb_qtype_ddmarker_upgrade ($oldversion) | |
| Upgrade code for the ddmarker question type. | |
| Variables | |
| $plugin = 2025040800 | |
| $plugin | component = 'qtype_ddmarker' | 
| $plugin | dependencies | 
| $plugin | maturity = MATURITY_STABLE | 
| const | QTYPE_DDMARKER_ALLOWED_TAGS_IN_MARKER '<br><i><em><b><strong><sup><sub><u><span>' | 
| $plugin | version = 2025041400 | 
| qtype_ddmarker_pluginfile | ( | $course, | |
| $cm, | |||
| $context, | |||
| $filearea, | |||
| $args, | |||
| $forcedownload, | |||
| array | $options = array() ) | 
Checks file access for ddmarker 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 | 
| xmldb_qtype_ddmarker_upgrade | ( | $oldversion | ) | 
Upgrade code for the ddmarker question type.
| int | $oldversion | the version we are upgrading from. | 
| bool | 
| $plugin dependencies |