Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Namespaces | |
namespace | qtype_multichoice\privacy |
| |
Classes | |
class | behat_qtype_multichoice |
Behat custom step definitions and partial named selectors for qtype_multichoice. More... | |
class | qtype_multichoice\privacy\provider |
Privacy Subsystem for qtype_multichoice implementing user_preference_provider. More... | |
class | qtype_multichoice_admin_setting_answernumbering |
Admin settings class for the multichoice question type method. More... | |
class | qtype_multichoice_test_helper |
Test helper class for the multiple choice question type. More... | |
Functions | |
qtype_multichoice_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
Checks file access for multiple choice questions. | |
qtype_multichoice_pluginfile | ( | $course, | |
$cm, | |||
$context, | |||
$filearea, | |||
$args, | |||
$forcedownload, | |||
array | $options = array() ) |
Checks file access for multiple choice questions.
stdClass | $course | course object |
stdClass | $cm | course module object |
stdClass | $context | context object |
string | $filearea | file area |
array | $args | extra arguments |
bool | $forcedownload | whether or not force download |
array | $options | additional options affecting the file serving |
bool |