Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Namespaces | |
namespace | qtype_shortanswer\privacy |
| |
Classes | |
class | qtype_shortanswer\privacy\provider |
Privacy Subsystem for qtype_shortanswer implementing user_preference_provider. More... | |
class | qtype_shortanswer_test_helper |
Test helper class for the shortanswer question type. More... | |
Functions | |
qtype_shortanswer_pluginfile ($course, $cm, $context, $filearea, $args, $forcedownload, array $options=array()) | |
Checks file access for short answer questions. | |
qtype_shortanswer_pluginfile | ( | $course, | |
$cm, | |||
$context, | |||
$filearea, | |||
$args, | |||
$forcedownload, | |||
array | $options = array() ) |
Checks file access for short answer 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 |