Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
Static Public Member Functions | |
static | question_get_export_single_question_url ($question) |
Get the URL to export a single question (exportone.php). | |
|
static |
Get the URL to export a single question (exportone.php).
stdClass | question_definition | $question | the question definition as obtained from question_bank::load_question_data() or question_bank::make_question(). (Only ->id and ->contextid are used.) |
moodle_url | the requested URL. |