Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
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. |