|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
| file | backup_qtype_gapselect_plugin.class.php |
| Backup code for the gapselect question type. | |
| file | behat_qtype_gapselect.php |
| Behat steps definitions for the select missing words question type. | |
| file | edit_form_base.php |
| Base class for editing question types like this one. | |
| file | edit_gapselect_form.php |
| Defines the editing form for the select missing words question type. | |
| file | helper.php |
| Contains the helper class for the select missing words question type tests. | |
| file | lib.php |
| Serve question type files. | |
| file | provider.php |
| Privacy Subsystem implementation for qtype_gapselect. | |
| file | question.php |
| Select from drop down list question definition class. | |
| file | questionbase.php |
| Definition class for embedded element in question text question. | |
| file | questiontype.php |
| Question type class for the select missing words question type. | |
| file | questiontypebase.php |
| Question type class for the embedded element in question text question types. | |
| file | renderer.php |
| Select from drop down list question renderer class. | |
| file | rendererbase.php |
| Base class for rendering question types like this one. | |
| file | restore_qtype_gapselect_plugin.class.php |
| Restore code for the gapselect question type. | |
| file | version.php |
| Version information for the select missing words question type. | |
Namespaces | |
| namespace | qtype_gapselect\privacy |
| | |
Classes | |
| class | backup_qtype_gapselect_plugin |
| Provides the information to backup gapselect questions. More... | |
| class | behat_qtype_gapselect |
| Steps definitions related with for the select missing words question type. More... | |
| class | qtype_elements_embedded_in_question_text_renderer |
| Renders question types where the question includes embedded interactive elements. More... | |
| class | qtype_gapselect |
| The select missing words question type class. More... | |
| class | qtype_gapselect\privacy\provider |
| Privacy Subsystem for qtype_gapselect implementing null_provider. More... | |
| class | qtype_gapselect_base |
| The embedded element in question text question type class. More... | |
| class | qtype_gapselect_choice |
| Represents one of the choices (select box option). More... | |
| class | qtype_gapselect_edit_form |
| Select from drop down list question editing form definition. More... | |
| class | qtype_gapselect_edit_form_base |
| Elements embedded in question text editing form definition. More... | |
| class | qtype_gapselect_question |
| Represents select missing words question. More... | |
| class | qtype_gapselect_question_base |
| Represents embedded element in question text question. More... | |
| class | qtype_gapselect_renderer |
| Generates the output for select missing words questions. More... | |
| class | qtype_gapselect_test_helper |
| Test helper class for the select missing words question type. More... | |
| class | restore_qtype_gapselect_plugin |
| Restore plugin class for the gapselect question type plugin. More... | |
Functions | |
| qtype_gapselect_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
| Checks file access for gapselect questions. | |
Variables | |
| $plugin = 2020060900 | |
| $plugin | component = 'qtype_gapselect' |
| $plugin | maturity = MATURITY_STABLE |
| $plugin | version = 2020061500 |